PageRenderTime 47ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Plain Text | 42 lines | 32 code | 10 blank | 0 comment | 0 complexity | 9f2e5f05c49daa0088a5d72fec000236 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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. - Added services menu (bundle needs to be updated)
  6. - Opening a directory by drag and drop or with open -a will
  7. set the file browser to the directory.
  8. Mac OS Plugin 2.0.4
  9. - Now respects the retore from commandline option when opening files
  10. in the Finder.
  11. - Fixed NPE when opening files from the Finder before jEdit is running.
  12. Mac OS Plugin 2.0.3
  13. - jEdit now works properly when used in background mode. Views can be
  14. created by opening a file from the Finder.
  15. Mac OS Plugin 2.0.2
  16. - Removed the "Run AppleScript" menu in favour of the "Macros" menu.
  17. - Added an option to use the default system highlight colour in the
  18. text area.
  19. Mac OS Plugin 2.0.1
  20. - Fixed a bug: scripts directory was not created.
  21. Mac OS Plugin 2.0
  22. - Added MacOS menu to the Plugins menu. Provides time saving features
  23. like revealing files and folders in the Finder, and running
  24. AppleScripts.
  25. - You can run AppleScripts (compiled, uncompiled and standalone).
  26. Scripts must be located in the scripts folder in the jEdit folder.
  27. They can be either plain text or compiled scripts. Scripts must have
  28. their type and creator set correctly, have a .scpt (for compiled
  29. scripts) or .applescript (for uncompiled scripts) extension, or
  30. both. Note: Scripts that require user interaction are not supported.
  31. - Added and option to Mac OS Plugin settings to change the script
  32. folder search depth.