- id - Variable in class org.jeditor.scripts.base.Token
-
The id of this token.
- ID_COUNT - Static variable in class org.jeditor.scripts.base.Token
-
The total number of defined token ids.
- IDLTokenMarker - Class in org.jeditor.scripts.tokenmarkers
-
IDL token marker.
- IDLTokenMarker() - Constructor for class org.jeditor.scripts.tokenmarkers.IDLTokenMarker
-
- ignore - Variable in class org.jeditor.diff.DiffBase
-
- ignore - Variable in class org.jeditor.diff.DiffPrint.Base
-
Set to ignore certain kinds of lines when printing an edit script.
- init(JEditor, CodeEditorPainter.Highlight) - Method in interface org.jeditor.gui.CodeEditorPainter.Highlight
-
Called after the highlight painter has been added.
- initialize() - Method in class org.jeditor.app.SyntaxManager
-
Initialize the Syntax manager.
- inputHandler - Variable in class org.jeditor.core.CodeEditorDefaults
-
- InputHandler - Class in org.jeditor.gui
-
An input handler converts the user's key strokes into concrete actions.
- InputHandler() - Constructor for class org.jeditor.gui.InputHandler
-
- InputHandler.backspace - Class in org.jeditor.gui
-
- InputHandler.backspace_word - Class in org.jeditor.gui
-
- InputHandler.delete - Class in org.jeditor.gui
-
- InputHandler.delete_word - Class in org.jeditor.gui
-
- InputHandler.document_end - Class in org.jeditor.gui
-
- InputHandler.document_home - Class in org.jeditor.gui
-
- InputHandler.end - Class in org.jeditor.gui
-
- InputHandler.home - Class in org.jeditor.gui
-
- InputHandler.insert_break - Class in org.jeditor.gui
-
- InputHandler.insert_char - Class in org.jeditor.gui
-
- InputHandler.insert_tab - Class in org.jeditor.gui
-
- InputHandler.MacroRecorder - Interface in org.jeditor.gui
-
Macro recorder.
- InputHandler.next_char - Class in org.jeditor.gui
-
- InputHandler.next_line - Class in org.jeditor.gui
-
- InputHandler.next_page - Class in org.jeditor.gui
-
- InputHandler.next_word - Class in org.jeditor.gui
-
- InputHandler.NonRecordable - Interface in org.jeditor.gui
-
If an action implements this interface, it should not be recorded by the macro recorder.
- InputHandler.NonRepeatable - Interface in org.jeditor.gui
-
If an action implements this interface, it should not be repeated.
- InputHandler.overwrite - Class in org.jeditor.gui
-
- InputHandler.prev_char - Class in org.jeditor.gui
-
- InputHandler.prev_line - Class in org.jeditor.gui
-
- InputHandler.prev_page - Class in org.jeditor.gui
-
- InputHandler.prev_word - Class in org.jeditor.gui
-
- InputHandler.redo - Class in org.jeditor.gui
-
- InputHandler.repeat - Class in org.jeditor.gui
-
- InputHandler.select_all - Class in org.jeditor.gui
-
- InputHandler.shift_left - Class in org.jeditor.gui
-
- InputHandler.shift_right - Class in org.jeditor.gui
-
- InputHandler.toggle_rect - Class in org.jeditor.gui
-
- InputHandler.undo - Class in org.jeditor.gui
-
- InputHandler.Wrapper - Interface in org.jeditor.gui
-
For use by EditAction.Wrapper only.
- INSERT_BREAK - Static variable in class org.jeditor.gui.InputHandler
-
- insert_break() - Constructor for class org.jeditor.gui.InputHandler.insert_break
-
- INSERT_CHAR - Static variable in class org.jeditor.gui.InputHandler
-
- insert_char() - Constructor for class org.jeditor.gui.InputHandler.insert_char
-
- INSERT_TAB - Static variable in class org.jeditor.gui.InputHandler
-
- insert_tab() - Constructor for class org.jeditor.gui.InputHandler.insert_tab
-
- inserted - Variable in class org.jeditor.diff.Diff.change
-
lines of file 1 changed here.
- insertLines(int, int) - Method in class org.jeditor.scripts.base.TokenMarker
-
Informs the token marker that lines have been inserted into the document.
- inserts - Variable in class org.jeditor.diff.DiffBase
-
- inserts - Variable in class org.jeditor.diff.DiffPrint.Base
-
- insertString(int, String, AttributeSet) - Method in class org.jeditor.core.SyntaxDocument
-
- insertText(int, String) - Method in class org.jeditor.gui.JEditor
-
Insert some text at an offset position.
- insertUpdate(DocumentEvent) - Method in class org.jeditor.gui.JEditor.DocumentHandler
-
- installSyntax(String, String, String) - Method in class org.jeditor.scripts.SyntaxMapper
-
Add a new Syntax for a Script.
- installSyntax(String, String, String, ClassLoader) - Method in class org.jeditor.scripts.SyntaxMapper
-
Add a new Syntax for a Script.
- installSyntax(String, String, String, short, ClassLoader) - Method in class org.jeditor.scripts.SyntaxMapper
-
Add a new Syntax for a Script.
- installSyntaxPack(URL) - Method in class org.jeditor.scripts.SyntaxMapper
-
Install all built-in Syntaxes from a syntax Pack.
- installSyntaxPack(URL, boolean) - Method in class org.jeditor.scripts.SyntaxMapper
-
Install all built-in Syntaxes from a syntax Pack.
- instance() - Static method in class org.jeditor.app.SyntaxManager
-
Return the unique instance.
- INTERNAL_FIRST - Static variable in class org.jeditor.scripts.base.Token
-
The first id that can be used for internal state in a token marker.
- INTERNAL_LAST - Static variable in class org.jeditor.scripts.base.Token
-
The last id that can be used for internal state in a token marker.
- INVALID - Static variable in class org.jeditor.scripts.base.Token
-
Invalid token id.
- invalidateLine(int) - Method in class org.jeditor.gui.CodeEditorPainter
-
Marks a line as needing a repaint.
- invalidateLineRange(int, int) - Method in class org.jeditor.gui.CodeEditorPainter
-
Marks a range of lines as needing a repaint.
- invalidateSelectedLines() - Method in class org.jeditor.gui.CodeEditorPainter
-
Repaints the lines containing the selection.
- isAbsolute() - Method in class org.jeditor.gui.CodeEditorHighlighter
-
Return true if the highlighter uses absolute line numbers to paint lines.
- isActive() - Method in class org.jeditor.gui.AbstractDialogPane
-
Return true if the dialog is active.
- isAutoLanguage() - Method in class org.jeditor.app.SettingsDialog
-
- isBlockCaretEnabled() - Method in class org.jeditor.gui.CodeEditorPainter
-
Returns true if the caret should be drawn as a block, false otherwise.
- isBold() - Method in class org.jeditor.scripts.base.SyntaxStyle
-
Returns true if boldface is enabled for this style.
- isBracketHighlightEnabled() - Method in class org.jeditor.gui.CodeEditorPainter
-
Returns true if bracket highlighting is enabled, false otherwise.
- isCaretBlinkEnabled() - Method in class org.jeditor.gui.JEditor
-
Returns true if the caret is blinking, false otherwise.
- isCaretVisible() - Method in class org.jeditor.gui.JEditor
-
Returns true if the caret is visible, false otherwise.
- isChanged() - Method in class org.jeditor.diff.DiffBase
-
Return true if there are changes between the two scripts.
- isChanged() - Method in class org.jeditor.gui.JEditor
-
Return true if the editor is changed.
- isCollapsed() - Method in class org.jeditor.gui.Gutter
-
Identifies whether the gutter is collapsed or expanded.
- isEditable() - Method in class org.jeditor.app.JAppEditor
-
Return true if the Editor is editable.
- isEditable() - Method in class org.jeditor.gui.JEditor
-
Returns true if this editor is editable, false otherwise.
- isEndOfLine() - Method in class org.jeditor.core.Word
-
Return true if the word is at the end of a line.
- isExpandable() - Method in class org.jeditor.gui.Gutter
-
Identifies whether the gutter cab be collapsed or expanded.
- isItalic() - Method in class org.jeditor.scripts.base.SyntaxStyle
-
Returns true if italics is enabled for this style.
- isLineHighlightEnabled() - Method in class org.jeditor.gui.CodeEditorPainter
-
Returns true if line highlight is enabled, false otherwise.
- isLineNumberingEnabled() - Method in class org.jeditor.gui.Gutter
-
Identifies whether or not the line numbers are drawn in the gutter
- isNextLineRequested() - Method in class org.jeditor.scripts.base.TokenMarker
-
Returns true if the next line should be repainted.
- isOverwriteEnabled() - Method in class org.jeditor.gui.JEditor
-
Returns true if overwrite mode is enabled, false otherwise.
- isPainting(int) - Method in class org.jeditor.gui.AbstractGutterHandler
-
Return true if the GutterHandler should paint a specific element on the gutter for a line number.
- isPainting(int) - Method in interface org.jeditor.gui.GutterHandler
-
Return true if the GutterHandler should paint a specific element on the gutter for a line number.
- isPlain() - Method in class org.jeditor.scripts.base.SyntaxStyle
-
Returns true if no font styles are enabled.
- isRegexSearch() - Method in class org.jeditor.gui.SearchDialog
-
Return true if the search must be performed with longNames.
- isRepeatEnabled() - Method in class org.jeditor.gui.InputHandler
-
Returns true if repeating is enabled.
- isSelectionRectangular() - Method in class org.jeditor.gui.JEditor
-
Returns true if the selection is rectangular, false otherwise.
- isStartOfLine() - Method in class org.jeditor.core.Word
-
Return true if the word is at the start of a line.
- isTSQL - Variable in class org.jeditor.scripts.tokenmarkers.SQLTokenMarker
-