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

META-INF.services.jsyntaxpane.syntaxkits.pythonsyntaxkit.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!
Action.toggle-comments = jsyntaxpane.actions.ToggleCommentsAction, control NUMBER_SIGN
Action.toggle-comments.LineComments = "# "
Action.indent.WordRegex=\\w+|\\/(\\*)+
Action.jindent = jsyntaxpane.actions.PythonIndentAction, ENTER
# Action.unindent = jsyntaxpane.actions.PythonUnindentAction, shift TAB
Action.unindent.MenuText = Un-Indent
Action.unindent.Tooltip = Un-Indent block

PopupMenu = \
  ${DEFAULT_EDIT_MENU} , \
  -                    , \
  indent               , \
  unindent





© 2015 - 2024 Weber Informatics LLC | Privacy Policy