June 18th, 2009· Use selection as initial pattern for 'Find in Project'
· Clicking a match in 'Find in Project' now selects the matching text.
· Antialiasing mode can now be set in theme editor.
· Fixed tabbing out of search field.
· Enable buttons when initiating search from selection.
· Mousewheel over search field now scrolls editor.
· Added support for native DragCommands #4 [adamv]
· Fixed updating all tabs on SaveAll #136 [adamv]
· Added 'Close other Tabs' to filemenu #289 [adamv]
· Allow full name filespec matches #193 [adamv]
· Add horizontal scrolling on mousewheel #322 [adamv]
· Remember 'Filter through command' entries #198 [adamv]
· Save scroll state when reloading files #22 [adamv]
· Make 'Show Bundle Editor' checked menu item #310 [adamv]
June 18th, 2009· Added support for Regular Expressions in Find in Project.
· Added keyboard shortcut for Find in Project (Ctrl-Alt-F).
· Fixed some keyboard shortcuts in menu.
· Fixed problem that prevented some bundle shortcuts from being detected.
· Fixed restoration of unsaved files #358.
· Fixed double-click on project pane folders #357.
· Update: Some extra bugfixes included (bumped to 1.0.34a)
· Fixed problem when re-opening remote file.
· Fixed cygwin path off-by-one error [adamv].
· Double-clicking projectpane folder now toogles.
· Update2: Further bugfixes (bumped to 1.0.34b)
· Fixed plain search in 'Find in Files'.
· Removed old 'Find in Files' bundle command (it had conflicting shortcut).
· Fixed adding slash to drive in cygwin path [adamv]
June 18th, 2009· Fixed a really nasty memory corruption bug that has been the source of a lot of crashes.
· Fixed creation of shortcuts in bundle commands.
· Fixed deletion of bundles via context menu.
· Fixed crash when clicking on empty dir in ftp project.
· Fixed webpreview crash.
· Fixed correct restore of bundle pane state.
· Fixed bundle env is now also set for CompletionCmds.
June 18th, 2009· Added syntax highlighting for Snippets.
· Large speedup when opening projects, and some stability improvements in handling when external processes make changes in the project.
· Fixed: Focus on text after doubleclicking item in project/bundle pane.
· Fixed: Reopening the bundle editor from menu now works.
· Fixed: Removed unneeded request to reload after saving bundle items.
· Fixed: Some caret issues when last line was wider than display.
· Fixed: Some text rendering issues.
· Fixed: Show project pane in menu is no longer mixed up with bundle pane.
· Fixed: Close button in "Remote Profiles" dialog now works.
June 18th, 2009· All new bundle editor! You can now edit the bundle items directly in the editor with all basic features available (syntax highlighting, snippets, undo history, etc..).
· Hold down shift when selecting an item from the bundle menu and it will open directly in the editor.
· From the context menu in the bundle pane you can now export full bundles and individual items for easy sharing.
· Added syntax for MSDOS batch files (.bat).
· Lots of minor bugfixes.
June 18th, 2009· Added shortcut to clear all bookmarks (Ctrl-Shift-F2).
· Fixed use of F2 for renaming in project.
· When showing popup menu with multiple bundle items, they are now sorted by bundle.
June 18th, 2009· You can now edit Languages and Preferences in the Bundle Editor (in JSON format).
· The Bundle Editor can now be kept open while you work in the main editor. If you have made changes in the bundle editor, there might be a slight pause when you switch to the main editor (reparsing the bundles).
· When completing (ctrl-space) in front of a punctuation character, it will now suggest all other words in in the document that follows same punctuation char.
· When opening an empty file, encoding will be set to the user defined default.
· Fixed use of margins in Page Setup.
· Fixed parsing of Actionscript 3 syntax.
· Fixed jumping text on drag'n'drop.
· Lots of minor bugfixes.
June 18th, 2009· Major speed improvements on startup and opening new documents.
· Updated regex engine to PCRE 7.6
· Fixed problem with unicode in env strings.
· Updated with latest bundles from ebundles.
June 18th, 2009· Encoding for current file is now shown in statusbar (click to change).
· You can now set default encoding and line endings for new files in the settings dialog.
· When running bundle commands, current working dir is now set to the documents location.
· If a bundle does not have fallbackInput defined, it now defaults to entire document.
· Fixed regression in snippet parsing that broke 'Wrap selection' in the html bundle.
June 18th, 2009· Added Bundle Manager. With this you can manage all your bundles and easily install and update bundles from the online repositories. It is available from the menu item 'Bundles/Edit Bundles/Bundle Manager'.
· Fixed setting of TM_HTML_EMPTY_TAGS env variable.
· Fixed setting of TM_INPUT_START_* env vars when output is set to 'scope'.
· Fixed use of spaces in tm-file:// paths.
· Fixed a few snippet parsing bugs.
· Updated included bundles to latest from ebundles.
· Several minor bugfixes.
June 18th, 2009Improvements to e command line tool:
· Added support for piping text in and out.
· There are now options to specify line/column.
· Added "mate" shortcut for use in bundles.
· Added support for cygwin paths
· Fixed several minor snippet bugs. #212,#215
· Fixed TM_INPUT_START_* env vars. #68
· Added TM_FULLNAME env var.
· TM_SUPPORT/bin is now added to PATH.
· Added support for tm-file:// links in html output.
· Fixed font cache issue. #207
· Ctrl-F4 now closes current document. #218
· Ctrl-C without selection now copies current line to clipboard. #217
· More fixes to the cygwin updater (Vista related).
June 18th, 2009· Added a separate "e" command to run e from the command line (similar to TextMates "mate" command). This allows you to control whether it should wait returning until you are done editing the file (run it with -h to see options).
· The installer will add it to the system path, so that it will be available from the command line.
· Improved the web previews ability to recognize css paths in html files when doing live css preview with pinned views.
· Improved highlighting of matching brackets. It now also highlights the background (used to only make it bold), and the highlight color is themable.
· Double-clicking or ctrl-shift-w on a bracket now selects to matching bracket.
· Pressing Ctrl-B now jumps to matching bracket (if any).
· txmt urls now also works for dirs (opens project).
· Fixed passing of UNC paths to cygwin.
· Fixed handling of remote servers that return "." and "..".