What's New in This Release:
· 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... [
read full changelog ]