| Package | Description |
|---|---|
| editor | |
| editor.debugger | |
| editor.plugin.typeloader | |
| editor.plugin.typeloader.java | |
| editor.plugin.typeloader.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
GosuEditor
A component for editing Gosu source.
|
class |
GosuField |
class |
StandardEditor |
| Modifier and Type | Method and Description |
|---|---|
static EditorHost |
EditorFactory.createEditor(Path file,
IScriptPartId partId) |
EditorHost |
GosuPanel.findTab(Path file) |
EditorHost |
GosuPanel.getCurrentEditor() |
EditorHost |
AbstractLineInfoManager.getEditor() |
EditorHost |
ILineInfoManager.getEditor() |
EditorHost |
EditorHostTextPane.getEditor() |
EditorHost |
GosuPanel.getGosuEditor() |
EditorHost |
NavigationHistory.getPreviousEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptChangeHandler.establishUndoableEditListener(EditorHost editor) |
boolean |
GosuPanel.isDirty(EditorHost editor) |
ITabHistoryContext |
ITabHistoryHandler.makeTabContext(EditorHost tab) |
ITabHistoryContext |
EditorTabHistoryHandler.makeTabContext(EditorHost tab) |
boolean |
ITabHistoryContext.represents(EditorHost editor) |
boolean |
GosuPanel.save(Path file,
EditorHost editor) |
void |
GosuPanel.setDirty(EditorHost editor,
boolean bDirty) |
void |
AbstractLineInfoManager.setEditor(EditorHost gosuEditor) |
void |
ILineInfoManager.setEditor(EditorHost gosuEditor) |
void |
ParserFeedbackPanel.update(EditorHost editor)
Updates this panel with current parser feedback.
|
| Modifier and Type | Method and Description |
|---|---|
static JMenuItem |
CommonMenus.makeCopy(java.util.function.Supplier<EditorHost> editor) |
static JMenuItem |
CommonMenus.makeCut(java.util.function.Supplier<EditorHost> editor) |
static JMenuItem |
CommonMenus.makePaste(java.util.function.Supplier<EditorHost> editor) |
static JMenuItem |
CommonMenus.makeShowFileInTree(java.util.function.Supplier<EditorHost> editor) |
| Constructor and Description |
|---|
EditorHostTextPane(EditorHost editor) |
GosuPanelDocumentFilter(EditorHost editor) |
ScriptEditorMouseWheelHandler(EditorHost editor) |
TabSelectionHistoryItem(NavigationHistory tabHistory,
EditorHost prevTab,
int prevCaretPos,
EditorHost selectedTab,
int caretPos) |
| Constructor and Description |
|---|
CopyActionHandler(java.util.function.Supplier<EditorHost> editor) |
CutActionHandler(java.util.function.Supplier<EditorHost> editor) |
FindActionHandler(java.util.function.Supplier<EditorHost> editor) |
PasteActionHandler(java.util.function.Supplier<EditorHost> editor) |
ReplaceActionHandler(java.util.function.Supplier<EditorHost> editor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BreakpointManager.canAddBreakpoint(EditorHost editor,
int line) |
void |
BreakpointManager.toggleLineBreakpoint(EditorHost editor,
String fqn,
String fqnDeclaring,
int line) |
| Modifier and Type | Method and Description |
|---|---|
IIssueContainer |
ITypeFactory.getIssueContainer(EditorHost editor) |
String |
ITypeFactory.getTooltipMessage(int iPos,
EditorHost editor) |
void |
ITypeFactory.parse(IType type,
String strText,
boolean forceCodeCompletion,
boolean changed,
EditorHost editor) |
| Modifier and Type | Method and Description |
|---|---|
IIssueContainer |
JavaTypeFactory.getIssueContainer(EditorHost editor) |
String |
JavaTypeFactory.getTooltipMessage(int iPos,
EditorHost editor) |
void |
JavaTypeFactory.parse(IType type,
String strText,
boolean forceCodeCompletion,
boolean changed,
EditorHost editor) |
| Modifier and Type | Method and Description |
|---|---|
IIssueContainer |
PropertiesTypeFactory.getIssueContainer(EditorHost editor) |
String |
PropertiesTypeFactory.getTooltipMessage(int iPos,
EditorHost editor) |
void |
PropertiesTypeFactory.parse(IType type,
String strText,
boolean forceCodeCompletion,
boolean changed,
EditorHost editor) |
Copyright © 2018. All rights reserved.