/jEdit/tags/jedit-4-2-pre14/jars/MacOS/CHANGES.txt

# · Plain Text · 46 lines · 36 code · 10 blank · 0 comment · 0 complexity · c6a22d110cea69bdebb3bfebb9d9550e MD5 · raw file

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