/jEdit/tags/jedit-4-3-pre11/jars/MacOS/CHANGES.txt

# · Plain Text · 51 lines · 40 code · 11 blank · 0 comment · 0 complexity · e5f868570b004d6da894395499600a8a MD5 · raw file

  1. Mac OS Plugin 3.1
  2. - Fixes a thread-safety issue that often hangs jEdit when opening files using
  3. Mac machinery -- i.e. the Finder, drag-n-drop on the Dock icon, or the "open"
  4. tool from the command line. (#1780421 - ian davis)
  5. Mac OS Plugin 3.0
  6. - All native calls now use the Cocoa API. (Java 1.4.1 is required)
  7. - Old MRJ methods replaced with com.apple.eawt.
  8. - Added a Dock Menu. Dock Menu provides similar functionality to the plugin menu.
  9. - You can now insert text into a buffer from any application
  10. - You can open a file in jEdit from any application
  11. - Added services menu (bundle needs to be updated)
  12. - Opening a directory by drag and drop or with open -a will
  13. set the file browser to the directory.
  14. - Closing all windows will no longer quit jEdit
  15. - Clicking the jEdit dock icon when there are no views will create one.
  16. Mac OS Plugin 2.0.4
  17. - Now respects the retore from commandline option when opening files
  18. in the Finder.
  19. - Fixed NPE when opening files from the Finder before jEdit is running.
  20. Mac OS Plugin 2.0.3
  21. - jEdit now works properly when used in background mode. Views can be
  22. created by opening a file from the Finder.
  23. Mac OS Plugin 2.0.2
  24. - Removed the "Run AppleScript" menu in favour of the "Macros" menu.
  25. - Added an option to use the default system highlight colour in the
  26. text area.
  27. Mac OS Plugin 2.0.1
  28. - Fixed a bug: scripts directory was not created.
  29. Mac OS Plugin 2.0
  30. - Added MacOS menu to the Plugins menu. Provides time saving features
  31. like revealing files and folders in the Finder, and running
  32. AppleScripts.
  33. - You can run AppleScripts (compiled, uncompiled and standalone).
  34. Scripts must be located in the scripts folder in the jEdit folder.
  35. They can be either plain text or compiled scripts. Scripts must have
  36. their type and creator set correctly, have a .scpt (for compiled
  37. scripts) or .applescript (for uncompiled scripts) extension, or
  38. both. Note: Scripts that require user interaction are not supported.
  39. - Added and option to Mac OS Plugin settings to change the script
  40. folder search depth.