Skip to content

Commit

Permalink
Updated module descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Jan 7, 2013
1 parent 29ebc6c commit 399e85d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
OpenIDE-Module-Name=Editor Extended Code Completion
OpenIDE-Module-Display-Category=Editing
OpenIDE-Module-Short-Description=Contains support for Code Completion in Editor
OpenIDE-Module-Long-Description=Code Completion is a submodule of Editor containing API, SPI and infrastructure for Code Completion./ The module is generic and can be used with any Swing based editor/
OpenIDE-Module-Long-Description=\
Code Completion is a submodule of Editor containing API, SPI and infrastructure for Code Completion.\n\
<p/>\nThe module is generic and can be used with any Swing based editor

# uihandler structured logging
COMPL_INVOCATION=Completion invoked/ Explicit: {0}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
OpenIDE-Module-Long-Description=\
This module adds an "Open Containing Folder" command to the context menu of documents open in the editor.
OpenIDE-Module-Name=Open Containing Folder
OpenIDE-Module-Display-Category=Tunnel Vision Labs
OpenIDE-Module-Short-Description=Open Containing Folder action for documents
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
OpenIDE-Module-Name=ANTLRWorks Editor
OpenIDE-Module-Display-Category=Tunnel Vision Labs
OpenIDE-Module-Short-Description=The ANTLRWorks 2 core editor (ANTLR 4 and StringTemplate 4 support)
OpenIDE-Module-Long-Description=The ANTLRWorks 2 core editor (ANTLR 4 and StringTemplate 4 support)

character=Character
keyword=Keyword
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenIDE-Module-Long-Description=\
This module provides the following actions:\n* Insert line above\n* Insert line below\n* Scroll page up\n* Scroll page down
This module provides the following actions:\n<ul>\n<li>Insert line above</li>\n<li>Insert line below</li>\n<li>Scroll page up</li>\n<li>Scroll page down</li>\n</ul>
OpenIDE-Module-Name=Editor Actions
OpenIDE-Module-Display-Category=Tunnel Vision Labs
OpenIDE-Module-Short-Description=Tunnel Vision Labs' additional editor actions
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
OpenIDE-Module-Long-Description=\
This module provides a generic whitespace highlighter for consistent display when using the "Show Non-printable Characters" option in the IDE. \
All tab and space characters are shown according to the "Whitespace" color option, and newline characters are made invisible.
OpenIDE-Module-Name=Editor Whitespace
OpenIDE-Module-Display-Category=Tunnel Vision Labs
OpenIDE-Module-Short-Description=Whitespace highlighter for improved "Show Non-printable Characters" usability

0 comments on commit 399e85d

Please sign in to comment.