org.fife.ui.rtextarea.RTextArea.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rsyntaxtextarea Show documentation
Show all versions of rsyntaxtextarea Show documentation
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.
Action.Copy.Mnemonic=C
Action.Copy.Name=Copy
Action.Copy.Desc=Copies current selection to the clipboard.
Action.Cut.Mnemonic=T
Action.Cut.Name=Cut
Action.Cut.Desc=Removes current selection and places it on the clipboard.
Action.Delete.Mnemonic=D
Action.Delete.Name=Delete
Action.Delete.Desc=Removes current selection.
Action.Paste.Mnemonic=P
Action.Paste.Name=Paste
Action.Paste.Desc=Places text on clipboard at current location in text file.
Action.SelectAll.Mnemonic=A
Action.SelectAll.Name=Select All
Action.SelectAll.Desc=Selects all text in current text document.
Action.Undo.Mnemonic=U
Action.Undo.Name=Undo
Action.CantUndo.Name=Can't Undo
Action.Undo.Desc=Takes back the last action.
Action.Redo.Mnemonic=R
Action.Redo.Name=Redo
Action.CantRedo.Name=Can't Redo
Action.Redo.Desc=Re-applies the last action undone.
Action.ClipboardHistory.Mnemonic=H
Action.ClipboardHistory.Name=Paste from History
Action.ClipboardHistory.Desc=Choose what text to paste from text recently on the clipboard.
Action.ClipboardHistory.Popup.Label=Clipboard History: