February 23rd, 2012· Git support in Worksets
· tellEddie -c automatically creates a .c/.h pair/boilerplate
· Properly display ssh upload progress in shell windows (support '\r' correctly)
· Properly handle backspace sequences in shell output.
· Include syntax coloring colors in text drag
· Smart swap improvements -- correctly handle quoted strings
· Small fix to quote double-click balancing.
· Untitled workset didn't allow Save As
· Append .wkst suffix when saving worksets, if needed
· & was not properly escaped in shell path variables, caused confused Worksheets
· Make Suggestions window close when invoking other keyboard commands
· Fix Page Up/Down keyboard shortcuts
· Handle quitting of unresponsive shell sessions better
July 27th, 2011· Added more Find shortcuts as menu items
· Properly handle multi-line shell commands/lists
· Show line numbers
· Don't scroll when you delete text at the end of the document.
· Fix a bug in the UpArrowSingleLineScroll primitive
· Fixed a crash when SizeWell is installed.
· Fixed a crash when closing Quick Find on Leopard.
· Multiple folders added to a workset through the Open Panel were not sorted correctly.
· Fixed a bug where reverse multi-file search wasn't searching from the end of a document
· Fixed a bug where reverse multi-file search wasn't wrapping correctly
· Faster loading of Worksets
· Fixed a leak in Worksets
· Fix a bug in the Find window "Leave windows open" setting
· Fix Multi-file reverse iterator and workset forward and reverse iterator.
· Make workset iterator properly iterate groups with no folder association
· Fix bug reading Windows (CRLF) documents.
July 9th, 2011· Text drag & drop
· Many symbol/autocompletion fixes
· Many improvements and bug fixes in window pane splitting
· More robust multi-line shell execution and password prompt handling
· Many improvements to Symbol lookup/completion indexer
· More light-weight background document change handling
· Find Window
· Option to auto-close windows opened by multi-file search
· Option to filter folders to exclude from multi-file search
· Fixed crashes, lock-ups and other misc. bugs
· Improved Worksets
· SVN integration
· better drag&drop
· improved multi-level folder hierarchy support
· many bug fixes
· Improved support of exotic fonts
· Obj-C rewrite
· Mac OSX Leopard, Snow Leopard and Lion support (Intel 64 bit, Intel 32 bit, PPC)
· Many other bug fixes
July 26th, 2010· Objective C support for lookup and auto-completion
· Improved C++ support for lookup and auto-completion
· New Tab and Shift-Tab indent shortcuts
· Improved Smart Swap
· Improved path name Tab completion in the Worksheet
· Numerous bug fixes
September 25th, 2009· Fix a crash when Find clipboard contains non-ASCII characters.
· Fix super-slow turning of syntax coloring in large documents.
· Obj-C support in the magic prototyper.
· Improvements to function popup Obj-C handling.
· Fix plugin problems on recent OSes.
· Open the Find panel and disclose the multi-find pane if search comes out empty.
· Tweak autoscroll behavior a tiny bit.
· Small fixes in Tab completion.
May 24th, 2008· Python function popup.
· Commenter Python support.
· Ruby syntax coloring and commenter support.
· Added a "Tab inserts spaces" preference.
· Added a "Auto save Worksheet Path" preference.
· Exported TARGET selection to the shell as $_TS and $TS_
· Selection in the TARGET window can now be addressed as a pipe in the Worksheet
You can now for instance do the following commands:
· "cat < $_TS"... to print the selection from your TARGET window into the Worksheet
· "date > $TS_"... to paste the date/time into your TARGET window
· "sort < $_TS > $TS_"... to sort selected lines in the TARGET window (great for sorting #includes, etc.)
· Show full file paths in declaration popup windows when showing duplicate symbols
· Added a menu item to reopen all documents that were open at last quit.
· Resize the window to avoid the Dock after moving the window
· Status panel shows hex values of short selections
· Faster ReplaceAll.
· Fixed a crash in the colors pref pane
· Fixed pathname tab completion to understand env variables
· Use ~/.bash_logout (if present) when quitting a shell or Worksheet
· Improved AutoIndent and ExtendOrShrinkToLineRight keyboard shortcuts
· Many other misc bug fixes