PageRenderTime 231ms CodeModel.GetById 37ms RepoModel.GetById 1ms app.codeStats 0ms

/bundles/plugins-trunk/RubyPlugin/RubyPlugin.props

#
MSBuild | 120 lines | 92 code | 28 blank | 0 comment | 1 complexity | 0070a9006a7e8cfb8e0bb27ca6648fa3 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. # Plugin properties
  2. plugin.org.jedit.ruby.RubyPlugin.activate=defer
  3. plugin.org.jedit.ruby.RubyPlugin.name=RubyPlugin
  4. plugin.org.jedit.ruby.RubyPlugin.author=Rob McKinnon
  5. plugin.org.jedit.ruby.RubyPlugin.version=0.9.5
  6. plugin.org.jedit.ruby.RubyPlugin.docs=index.html
  7. plugin.org.jedit.ruby.RubyPlugin.depend.0=jdk 1.6
  8. plugin.org.jedit.ruby.RubyPlugin.depend.1=jedit 04.04.01.00
  9. plugin.org.jedit.ruby.RubyPlugin.depend.2=plugin sidekick.SideKickPlugin 0.7.3
  10. # JRuby 1.0.3 - jruby.jar is committed in plugin's svn /lib directory
  11. plugin.org.jedit.ruby.RubyPlugin.jars=jruby.jar
  12. # Dockables
  13. rdoc-viewer.label=Ruby Docs
  14. rdoc-viewer.title=Ruby Docs
  15. # Menu
  16. plugin.org.jedit.ruby.RubyPlugin.menu=ruby.file-structure-popup \
  17. ruby.structure-browser \
  18. - \
  19. ruby.complete-code \
  20. ruby.progressive-selection \
  21. ruby.introduce-variable \
  22. - \
  23. ruby.copy-line \
  24. ruby.cut-line \
  25. ruby.paste-line \
  26. - \
  27. ruby.previous-edit \
  28. ruby.previous-method \
  29. ruby.next-method \
  30. ruby.previous-error \
  31. ruby.next-error \
  32. - \
  33. rdoc-viewer-toggle \
  34. ruby.search-documentation \
  35. ruby.toggle-spec \
  36. - \
  37. ruby.auto-indent-and-insert-end
  38. # ruby.find-declaration \
  39. ruby.file-structure-popup.label=File structure popup
  40. ruby.structure-browser.label=Structure browser
  41. ruby.complete-code.label=Complete code
  42. ruby.progressive-selection.label=Progressive selection
  43. ruby.introduce-variable.label=Introduce variable
  44. ruby.copy-line.label=Copy selection/line
  45. ruby.cut-line.label=Cut selection/line
  46. ruby.paste-line.label=Paste selection/line
  47. ruby.search-documentation.label=Search RDoc (using ri)
  48. ruby.find-declaration.label=Find declaration (experimental)
  49. ruby.previous-method.label=Go to previous method
  50. ruby.next-method.label=Go to next method
  51. ruby.previous-error.label=Go to previous error
  52. ruby.next-error.label=Go to next error
  53. ruby.previous-edit.label=Go to previous edit location
  54. ruby.auto-indent-and-insert-end.label=Auto indent and insert end
  55. ruby.complete-method.label=Complete method
  56. ruby.toggle-spec.label=Toggle RSpec file
  57. # Option panes
  58. #plugin.org.jedit.ruby.RubyPlugin.option-group=rdoc-selection
  59. options.rdoc.label=Ruby Documentation
  60. options.rdoc.code=new org.jedit.ruby.ri.RDocSelectionPane();
  61. #plugin.org.jedit.ruby.RubyPlugin.option-group=rdoc
  62. options.rdoc.label=Ruby Documentation
  63. options.rdoc.code=new org.jedit.ruby.ri.RDocOptionsPane();
  64. options.rdoc.caption=Imported RDoc directories
  65. options.rdoc.add=Add
  66. options.rdoc.remove=Remove
  67. options.rdoc.dialog.title=Add element
  68. options.rdoc.dialog.message=Enter qualified element name:
  69. # Other properties
  70. ruby.not-ruby-file.title=Not recognized as a Ruby file.
  71. ruby.not-ruby-file.message=Not recognized as a Ruby file.\n\n To mark as a Ruby file, change edit mode \n on Utilities->Buffer Options dialog.\n
  72. ruby.ruby-not-found.message=Ruby executable not found, please install Ruby.
  73. ruby.introduce-variable.message=Enter variable name:
  74. ruby.file-structure-popup.narrow-search.label=Narrow down the list on typing
  75. ruby.file-structure-popup.narrow-search.mnemonic=n
  76. ruby.file-structure-popup.show-all.label=Show all file structure members
  77. ruby.file-structure-popup.show-all.mnemonic=s
  78. ruby.file-structure-popup.search.label=Search for:
  79. ruby.file-structure-popup.no-structure.label=No structure to show.
  80. ruby.find-declaration.no-matches.label=No matches found, try adding relevant files to Project Viewer.
  81. ruby.rdoc-viewer.exclude-rails.label=Exclude Rails docs
  82. ruby.rdoc-viewer.include-rails.label=Include Rails 2.3.2 docs
  83. ruby.rdoc-viewer.include-rails-2_0.label=Include Rails 2.0.2 docs
  84. ruby.rdoc-viewer.no-description.label=no documentation available...
  85. ruby.search-documentation.error=Error:\nri An error has occurred, see the Activity Log for details.
  86. ruby.search-documentation.dialog.label=Search using ri for:
  87. ruby.syntax-error.found.label=found
  88. ruby.syntax-error.expected.label=expected
  89. ruby.syntax-error.nothing.label=nothing
  90. # SideKick structure browser properties
  91. sidekick.parser.ruby.label=Ruby
  92. mode.ruby.sidekick.parser=ruby