source: other-projects/rsyntax-textarea/src/i18n/org/fife/ui/rsyntaxtextarea/RSyntaxTextArea.properties@ 25584

Last change on this file since 25584 was 25584, checked in by davidb, 12 years ago

Initial cut an a text edit area for GLI that supports color syntax highlighting

File size: 611 bytes
Line 
1ContextMenu.Folding=Folding
2
3Action.ToggleCurrentFold.Name=Toggle Current Fold
4Action.ToggleCurrentFold.Mnemonic=F
5Action.ToggleCurrentFold.Desc=Toggles the fold at the caret position.
6Action.CollapseAllFolds.Name=Collapse All Folds
7Action.CollapseAllFolds.Mnemonic=O
8Action.CollapseAllFolds.Desc=Collapses all folds.
9Action.CollapseCommentFolds.Name=Collapse All Comments
10Action.CollapseCommentFolds.Mnemonic=C
11Action.CollapseCommentFolds.Desc=Collapses all comment folds.
12Action.ExpandAllFolds.Name=Expand All Folds
13Action.ExpandAllFolds.Mnemonic=E
14Action.ExpandAllFolds.Desc=Expands all folds.
Note: See TracBrowser for help on using the repository browser.