/jEdit/branches/4.4.x-merge-request-for-r18847-r18954-r19206-r19210/jars/QuickNotepad/QuickNotepad.props

# · MSBuild · 67 lines · 52 code · 15 blank · 0 comment · 0 complexity · 1e7a247b281c37c95a99e013f61c6c40 MD5 · raw file

  1. # Properties file for QuickNotepad plugin
  2. # $Id: QuickNotepad.props 6876 2006-09-02 20:39:49Z jchoyt $
  3. # jEdit only needs to load the plugin the first time the user accesses it
  4. # the presence of this property also tells jEdit the plugin is using the new API
  5. plugin.QuickNotepadPlugin.activate=defer
  6. # These two properties are required for all plugins
  7. plugin.QuickNotepadPlugin.name=QuickNotepad
  8. plugin.QuickNotepadPlugin.author=John Gellene
  9. # version number == jEdit version number
  10. plugin.QuickNotepadPlugin.version=4.3
  11. # online help
  12. plugin.QuickNotepadPlugin.docs=index.html
  13. # we only have one dependency, jEdit 4.2, since we use the new plugin API
  14. plugin.QuickNotepadPlugin.depend.0=jedit 04.02.01.00
  15. plugin.QuickNotepadPlugin.depend.1=jdk 1.4
  16. plugin.QuickNotepadPlugin.description=This plugin provides a dockable "scratch pad" for writing and displaying notes, to do lists or similar items as unformatted text.
  17. # plugin menu
  18. plugin.QuickNotepadPlugin.menu=quicknotepad \
  19. - \
  20. quicknotepad.choose-file \
  21. quicknotepad.save-file \
  22. quicknotepad.copy-to-buffer
  23. # action labels for actions supplied by dockables.xml
  24. quicknotepad.label=QuickNotepad
  25. # action labels for actions supplied by actions.xml
  26. quicknotepad.choose-file.label=Choose notepad file
  27. quicknotepad.save-file.label=Save notepad file
  28. quicknotepad.copy-to-buffer.label=Copy notepad to buffer
  29. # plugin option pane
  30. plugin.QuickNotepadPlugin.option-pane=quicknotepad
  31. # Option pane activation BeanShell snippet
  32. options.quicknotepad.code=new QuickNotepadOptionPane();
  33. # Option pane labels
  34. options.quicknotepad.label=QuickNotepad
  35. options.quicknotepad.file=File:
  36. options.quicknotepad.choose-file=Choose
  37. options.quicknotepad.choose-file.title=Choose a notepad file
  38. options.quicknotepad.choose-font=Font:
  39. options.quicknotepad.show-filepath.title=Display notepad file path
  40. # window title
  41. quicknotepad.title=QuickNotepad
  42. # window toolbar buttons
  43. quicknotepad.choose-file.icon=Open.png
  44. quicknotepad.save-file.icon=Save.png
  45. quicknotepad.copy-to-buffer.icon=CopyToBuffer.png
  46. # default settings
  47. options.quicknotepad.show-filepath=true
  48. options.quicknotepad.font=Monospaced
  49. options.quicknotepad.fontstyle=0
  50. options.quicknotepad.fontsize=14
  51. # Setting not defined but supplied for completeness
  52. options.quicknotepad.filepath=