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

org.fife.ui.rsyntaxtextarea.RSyntaxTextArea_in.properties Maven / Gradle / Ivy

Go to download

RSyntaxTextArea is the syntax highlighting text editor for Swing applications. Features include syntax highlighting for 40+ languages, code folding, code completion, regex find and replace, macros, code templates, undo/redo, line numbering and bracket matching.

There is a newer version: 3.5.1
Show newest version
ContextMenu.Folding=Folding

Action.ToggleCurrentFold.Name=Toggle Current Fold
Action.ToggleCurrentFold.Mnemonic=F
Action.ToggleCurrentFold.Desc=Toggles the fold at the caret position.
Action.CollapseAllFolds.Name=Collapse All Folds
Action.CollapseAllFolds.Mnemonic=O
Action.CollapseAllFolds.Desc=Collapses all folds.
Action.CollapseCommentFolds.Name=Collapse All Comments
Action.CollapseCommentFolds.Mnemonic=C
Action.CollapseCommentFolds.Desc=Collapses all comment folds.
Action.ExpandAllFolds.Name=Expand All Folds
Action.ExpandAllFolds.Mnemonic=E
Action.ExpandAllFolds.Desc=Expands all folds.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy