| Package | Description |
|---|---|
| editor | |
| editor.search |
| Modifier and Type | Class and Description |
|---|---|
class |
GosuEditor
A component for editing Gosu source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContextMenuHandler.displayContextMenu(IScriptEditor editor,
int iXPos,
int iYPos,
Component eventSource) |
void |
EditorContextMenuHandler.displayContextMenu(IScriptEditor editor,
int iX,
int iY,
Component eventSource) |
JPopupMenu |
DefaultContextMenuHandler.getContextMenu(IScriptEditor editor) |
JPopupMenu |
EditorContextMenuHandler.getContextMenu(IScriptEditor editor) |
void |
GosuEditor.highlightUsages(IScriptEditor scriptEditor) |
| Constructor and Description |
|---|
ScriptEditorPopupHandler(IScriptEditor scriptEditor,
IContextMenuHandler<IScriptEditor> contextMenuHandler) |
| Constructor and Description |
|---|
GosuEditor(ILineInfoManager lineInfoRenderer,
AtomicUndoManager undoMgr,
IScriptabilityModifier scriptabilityConstraint,
IContextMenuHandler<IScriptEditor> contextMenuHandler,
boolean bStatement,
boolean bEmptyTextOk) |
ScriptEditorPopupHandler(IScriptEditor scriptEditor,
IContextMenuHandler<IScriptEditor> contextMenuHandler) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
StandardLocalSearch.canRepeatFind(IScriptEditor editorHost) |
static void |
StandardLocalSearch.performLocalSearch(IScriptEditor editorHost,
boolean bReplaceMode) |
static void |
StandardLocalSearch.repeatFind(IScriptEditor editorHost) |
static void |
StandardLocalSearch.repeatFindBackwards(IScriptEditor editorHost) |
| Constructor and Description |
|---|
SearchLocalDialog2(IScriptEditor scriptSource,
boolean bReplace) |
SearchLocalDialog2(IScriptEditor scriptSource,
String searchText,
boolean bReplace) |
Copyright © 2022. All rights reserved.