/plugins/DirtyGutter/tags/release-0-2/LineChangeMarker.props

# · MSBuild · 34 lines · 26 code · 8 blank · 0 comment · 0 complexity · ede01bbe135606b5ea89219118872895 MD5 · raw file

  1. plugin.lcm.LCMPlugin.activate=startup
  2. # general plugin information
  3. plugin.lcm.LCMPlugin.name=DirtyGutter
  4. plugin.lcm.LCMPlugin.author=Shlomy Reinstein
  5. plugin.lcm.LCMPlugin.version=0.2
  6. plugin.lcm.LCMPlugin.description=Marks changed lines (since last save) in gutter.
  7. plugin.lcm.LCMPlugin.depend.0=jdk 1.5
  8. plugin.lcm.LCMPlugin.depend.1=jedit 04.03.18.00
  9. # action labels
  10. dirty-gutter-toggle.label=Enable
  11. # menu items
  12. plugin.lcm.LCMPlugin.menu=dirty-gutter-toggle
  13. # option pane
  14. plugin.lcm.LCMPlugin.option-pane=DirtyGutter
  15. options.DirtyGutter.label=DirtyGutter
  16. options.DirtyGutter.code=new lcm.LCMOptions();
  17. messages.LCMPlugin.providers=Dirty line provider:
  18. messages.LCMPlugin.providerSpecificOptions={0}-specific options:
  19. messages.LCMPlugin.bgColor=Dirty line marker color:
  20. messages.LCMPlugin.diff.addColor=Added content marker color:
  21. messages.LCMPlugin.diff.removeColor=Removed content marker color:
  22. messages.LCMPlugin.diff.changeColor=Changed content marker color:
  23. # docs
  24. plugin.lcm.LCMPlugin.docs=index.html
  25. # misc
  26. #updater.downloadPage=http://jedit.org/index.php?page=download