META-INF.services.jsyntaxpane.syntaxkits.xhtmlsyntaxkit.config.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsyntaxpane Show documentation
Show all versions of jsyntaxpane Show documentation
An extension of Java Swing's JEditorKit that supports syntax highlighting for several languages.
The newest version!
#
# XHTMLSyntaxKit
#
Action.html-preview = jsyntaxpane.actions.HTMLPreviewAction, F1
Action.html-preview.MenuText = Preview HTML
Action.html-preview.ToolTip = Preview in Java Swing internal Viewer, with auto update
Action.toggle-comments = jsyntaxpane.actions.TemplateAction, control SLASH
Action.toggle-comments.MenuText = Comment Block
Action.toggle-comments.SmallIcon = comment.png
Action.toggle-comments.MustHaveSelection = true
Action.toggle-comments.Template =
PopupMenu = \
${DEFAULT_EDIT_MENU} , \
- , \
toggle-comments , \
html-preview , \
- , \
toggle-lines