All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.services.jsyntaxpane.syntaxkits.xhtmlsyntaxkit.config.properties Maven / Gradle / Ivy

Go to download

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy