Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 550 Bytes

File metadata and controls

8 lines (5 loc) · 550 Bytes

Comment Line Separator Fixup

Plugin that fixes the line separator in review comments to Linux-style. This plugin registers an AuthorDocumentFilter to modify review comments before they are inserted. It does not fix the exisiting comments.

It should be used with the editor.line.separator.6.1.1 option set to 
 to make line separators linux-styles in other places as well.

Web Author uses the Rhino JavaScript engine to run the JS of the plugin on the server-side JVM and give it access to its Java API.