PageRenderTime 59ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-1-pre5/jars/MacOS/MacOS.props

#
MSBuild | 41 lines | 36 code | 5 blank | 0 comment | 0 complexity | 2747544c34f308168e0872a3bbfc9f08 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. #
  2. # Plugin info
  3. #
  4. plugin.MacOSPlugin.name=Mac OS Plugin
  5. plugin.MacOSPlugin.author=Kris Kopicki
  6. plugin.MacOSPlugin.version=1.2.3
  7. plugin.MacOSPlugin.docs=MacOS.html
  8. #
  9. # Dependencies
  10. #
  11. plugin.MacOSPlugin.depend.0=jedit 04.00.05.00
  12. plugin.MacOSPlugin.depend.1=jdk 1.3
  13. MacOSPlugin.depend.os.name=Mac OS X
  14. MacOSPlugin.depend.mrj.version=3.2
  15. #
  16. # Default settings
  17. #
  18. MacOSPlugin.default.scriptsFolder=scripts
  19. MacOSPlugin.default.type=TEXT
  20. MacOSPlugin.default.creator=JESP
  21. MacOSPlugin.default.useScreenMenuBar=false
  22. MacOSPlugin.default.preserveCodes=true
  23. MacOSPlugin.default.liveResize=false
  24. #
  25. # Options dialog
  26. #
  27. options.MacOSPlugin.label=Mac OS Settings
  28. options.MacOSPlugin.menubar.label=Enable Mac OS style menubar (not recommended)
  29. options.MacOSPlugin.preserve.label=Preserve existing file/creator codes on save
  30. options.MacOSPlugin.liveResize.label=Enable live resizing of windows
  31. #
  32. # Error dialogs
  33. #
  34. MacOSPlugin.dialog.osname.message=Mac OS Plugin can only be used with Mac OS X.
  35. MacOSPlugin.dialog.mrjversion.title=error
  36. MacOSPlugin.dialog.mrjversion.message=Mac OS Plugin requires a newer version of Java (MRJ {0}).