| Package | Description |
|---|---|
| editor |
| Modifier and Type | Method and Description |
|---|---|
GosuEditor |
GosuPanel.findTab(File file) |
GosuEditor |
GosuPanel.getCurrentEditor() |
protected GosuEditor |
EditorBasedPopup.getEditor() |
GosuEditor |
GosuEditorPane.getGosuEditor() |
GosuEditor |
IParseExceptionResolver.getGosuEditor() |
GosuEditor |
SmartFixManager.getGosuEditor() |
GosuEditor |
IPathCompletionHandler.getGosuEditor() |
GosuEditor |
GosuPanel.getGosuEditor() |
GosuEditor |
AbstractPathCompletionHandler.getGosuEditor() |
GosuEditor |
AbstractParseExceptionResolver.getGosuEditor() |
GosuEditor |
IValueCompletionHandler.getGosuEditor() |
GosuEditor |
NavigationHistory.getPreviousEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
NavigationHistory.addNavigationHistory(GosuEditor editor,
int prevCaretPos,
int currentCaretPos) |
boolean |
ParseExceptionIntellisense.canResolve(GosuEditor gsEditor,
ParseException pe) |
boolean |
ValueCompletionIntellisense.complete(GosuEditor gsEditor) |
void |
PathCompletionIntellisense.complete(GosuEditor gsEditor,
ISymbolTable transientSymTable) |
void |
ScriptChangeHandler.establishUndoableEditListener(GosuEditor editor) |
static ParameterInfoPopup |
ParameterInfoPopup.invoke(GosuEditor gsEditor,
int iPosition) |
boolean |
GosuPanel.isDirty(GosuEditor editor) |
ITabHistoryContext |
ITabHistoryHandler.makeTabContext(GosuEditor tab) |
ITabHistoryContext |
EditorTabHistoryHandler.makeTabContext(GosuEditor tab) |
boolean |
ITabHistoryContext.represents(GosuEditor editor) |
void |
ParseExceptionIntellisense.resolve(GosuEditor gsEditor,
ParseException pe) |
boolean |
GosuPanel.save(File file,
GosuEditor editor) |
void |
GosuPanel.setDirty(GosuEditor editor,
boolean bDirty) |
void |
IParseExceptionResolver.setGosuEditor(GosuEditor gsEditor) |
void |
SmartFixManager.setGosuEditor(GosuEditor gosuEditor) |
void |
IPathCompletionHandler.setGosuEditor(GosuEditor gsEditor) |
void |
AbstractPathCompletionHandler.setGosuEditor(GosuEditor gsEditor) |
void |
AbstractParseExceptionResolver.setGosuEditor(GosuEditor gsEditor) |
void |
IValueCompletionHandler.setGosuEditor(GosuEditor gsEditor) |
void |
ExtractVariablePopup.showNow(GosuEditor gosuEditor) |
void |
GosuEditorFeedbackPanel.update(int iResCode,
GosuEditor editor)
Updates this panel with current parser feedback.
|
| Constructor and Description |
|---|
BeanInfoPopup(IType classBean,
String strMemberPath,
boolean bConstrainByLastPathElement,
GosuEditor editor,
IFeatureFilter filter) |
BeanInfoPopup(IType classBean,
String strMemberPath,
boolean bConstrainByLastPathElement,
GosuEditor editor,
IFeatureFilter filter,
boolean bExpansion) |
BeanInfoPopup(IType classBean,
String strMemberPath,
boolean bConstrainByLastPathElement,
GosuEditor editor,
IFeatureFilter filter,
boolean bExpansion,
boolean bForFeatureLiteral) |
BeanInfoPopup(IType classBean,
String strMemberPath,
GosuEditor editor) |
CodeRefactorManager(GosuEditor gsEditor) |
ContextHighlighter(GosuEditor gosuEditor) |
DynamicSelectionManager(GosuEditor parent) |
EditorBasedPopup(GosuEditor editor) |
GosuEditorPane(GosuEditor gosuEditor) |
GosuPanelDocumentFilter(GosuEditor editor) |
JavadocPopup(String strHelpText,
GosuEditor editor) |
MetaInfoPopup(IMetaType type,
String strMemberPath,
boolean bConstrainByLastPathElement,
GosuEditor editor) |
MetaInfoPopup(PackageType type,
String strMemberPath,
boolean bConstrainByLastPathElement,
GosuEditor editor) |
ParameterInfoPopup(GosuEditor editor) |
ScriptEditorMouseWheelHandler(GosuEditor gsEditor) |
SmartFixManager(GosuEditor gosuEditor) |
SymbolPopup(ISymbol[] symbols,
String strPrefix,
GosuEditor editor) |
TabSelectionHistoryItem(NavigationHistory tabHistory,
GosuEditor prevTab,
int prevCaretPos,
GosuEditor selectedTab,
int caretPos) |
TypePopup(String strPrefix,
GosuEditor editor) |
TypePopup(String strPrefix,
GosuEditor editor,
boolean annotationsOnly) |
Copyright © 2017. All rights reserved.