plugin.properties 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. pluginName=XDS Modula-2 Editors
  2. preferencePages.editor = Editor
  3. preferencePages.templates = Templates
  4. preferencePages.codeStyle = Code Style
  5. preferencePages.formatter = Formatter
  6. preferencePages.markOccurrences = Mark Occurrences
  7. editors.modEditor = Modula-2 Program Module Editor
  8. editors.defEditor = Modula-2 Definition Module Editor
  9. editors.ob2Editor = Oberon-2 Module Editor
  10. editors.odfEditor = Oberon-2 Pseudo Definition Module Editor
  11. editors.txtTextFile = XDS Text File Editor
  12. editors.prjFile = XDS Project File Editor
  13. editors.htmlEditor = Internal Web Browser
  14. editors.symFileEditor = XDS Symbol File Editor
  15. contentTypes.prj = XDS Project File
  16. contentTypes.res = XDS Debug Script Output
  17. contentTypes.txt = XDS Text File
  18. contentTypes.htm = HTML file
  19. contentTypes.ldp = XDS Debug Scripts Bundle
  20. contentTypes.pkt = XDS Debug Script
  21. contentTypes.mod = Modula-2 Program Module
  22. contentTypes.def = Modula-2 Definition Module
  23. contentTypes.ob2 = Oberon-2 Module
  24. contentTypes.odf = Oberon-2 Pseudo Definition Module
  25. templates.context.type.modula = XDS Modula-2
  26. xds.keybinding.scheme.name = XDS Modula-2
  27. contexts.m2sources = Editing Modula-2 Sources
  28. contexts.m2sources.desc = Editing Modula-2 Sources Context
  29. #--- Commands ---
  30. commands.source.name = Source
  31. commands.source.desc = Modula-2 Source Actions
  32. commands.toggleComment.name = Toggle Comment
  33. commands.toggleComment.desc = Toggle comment the selected lines
  34. commands.AddBlockComment.name = Add Block Comment
  35. commands.AddBlockComment.desc = Enclose the selection with a block comment
  36. commands.RemoveBlockComment.name = Remove Block Comment
  37. commands.RemoveBlockComment.desc = Remove the block comment enclosing the selection
  38. commands.showHelp.name = Display keyword help
  39. commands.showHelp.desc = Display help for the selected keyword
  40. commands.showQuickOutline.name = Quick Outline
  41. commands.showQuickOutline.desc = Displays quick outline for the active Modula-2/Oberon-2 editor
  42. commands.openDeclaration.name = Open Declaration
  43. commands.openDeclaration.desc = Open an editor on the selected element's declaration
  44. commands.openCoupledModule.name = Open Coupled Module
  45. commands.openCoupledModule.desc = Open a coupled definition module or implementation module in the Modula-2 editor
  46. commands.modula.indent.name = Correct Indentation
  47. commands.modula.indent.desc = Corrects the indentation of the selected lines
  48. commands.modula.format.name = Format
  49. commands.modula.format.desc = Format the selected text
  50. commands.modula.toggleMarkOccurrences.name = Toggle Mark Occurrences
  51. commands.modula.toggleMarkOccurrences.desc = Toggles mark occurrences in Modula-2 editors
  52. commands.modula.toggleMarkOccurrences.tooltip = Toggle Mark Occurrences
  53. commands.modula.selectEnclosingElement.name = Select Enclosing Element
  54. commands.modula.selectEnclosingElement.desc = Select Enclosing Element in Modula-2 editors
  55. commands.modula.restoreLastSelection.name = Restore Last Selection
  56. commands.modula.restoreLastSelection.desc = Restore Last Selection in Modula-2 editors
  57. commands.findDeclarations.name = Search Declarations
  58. commands.findDeclarations.desc = Search for declarations of the selected element in the workspace
  59. commands.findReferences.name = Search References
  60. commands.findReferences.desc = Search for references to the selected element in the workspace
  61. commands.refactoring.rename.name = &Rename
  62. commands.refactoring.rename.desc = Rename refactoring
  63. #--- Hyperlinking ---
  64. hyperlink.target.ModulaCode = Modula-2 Editor
  65. hyperlink.detector.ModulaDeclaration = Modula-2 Element
  66. #--- Actions ---
  67. OpenDeclarations_label=Open Declaration
  68. OpenDeclarations_tooltip=Open an editor on the selected element's declaration
  69. annotation.occurrence=Modula-2 Occurrences
  70. annotation.writeOccurrence=Modula-2 Write Occurrences
  71. annotation.construction=Modula-2 Operator Structure