diff --git a/editor.completionext/src/com/tvl/modules/editor/completion/Bundle.properties b/editor.completionext/src/com/tvl/modules/editor/completion/Bundle.properties index b54809f6..78d14b19 100644 --- a/editor.completionext/src/com/tvl/modules/editor/completion/Bundle.properties +++ b/editor.completionext/src/com/tvl/modules/editor/completion/Bundle.properties @@ -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\ +

\nThe module is generic and can be used with any Swing based editor # uihandler structured logging COMPL_INVOCATION=Completion invoked/ Explicit: {0} diff --git a/editor.containingfolder/src/org/tvl/editor/containingfolder/Bundle.properties b/editor.containingfolder/src/org/tvl/editor/containingfolder/Bundle.properties index 8ff74fd2..dee1f871 100644 --- a/editor.containingfolder/src/org/tvl/editor/containingfolder/Bundle.properties +++ b/editor.containingfolder/src/org/tvl/editor/containingfolder/Bundle.properties @@ -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 diff --git a/org-antlr-works-editor/src/org/antlr/works/editor/Bundle.properties b/org-antlr-works-editor/src/org/antlr/works/editor/Bundle.properties index 7898c2d0..eb850f1b 100644 --- a/org-antlr-works-editor/src/org/antlr/works/editor/Bundle.properties +++ b/org-antlr-works-editor/src/org/antlr/works/editor/Bundle.properties @@ -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 diff --git a/tvl-editor-actions/src/org/tvl/netbeans/editor/actions/Bundle.properties b/tvl-editor-actions/src/org/tvl/netbeans/editor/actions/Bundle.properties index 4f2f3906..41e39dbb 100644 --- a/tvl-editor-actions/src/org/tvl/netbeans/editor/actions/Bundle.properties +++ b/tvl-editor-actions/src/org/tvl/netbeans/editor/actions/Bundle.properties @@ -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

OpenIDE-Module-Name=Editor Actions OpenIDE-Module-Display-Category=Tunnel Vision Labs OpenIDE-Module-Short-Description=Tunnel Vision Labs' additional editor actions diff --git a/tvl.editor.whitespace/src/org/tvl/netbeans/editor/whitespace/Bundle.properties b/tvl.editor.whitespace/src/org/tvl/netbeans/editor/whitespace/Bundle.properties index 2857c348..a54213f6 100644 --- a/tvl.editor.whitespace/src/org/tvl/netbeans/editor/whitespace/Bundle.properties +++ b/tvl.editor.whitespace/src/org/tvl/netbeans/editor/whitespace/Bundle.properties @@ -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