Свойство | Тип | Описание | |
---|---|---|---|
CurrentWord | string | ||
GoToDefinitionFile | string | ||
GoToDefinitionPoint | Point | ||
IndexToShow | int |
Метод | Описание | |
---|---|---|
Close ( bool calledFromDwellEnd = false ) : void |
Closes the form
|
|
CloseIfOpenedForCompletion ( ) : void |
Closes the tooltip, but only if it was opened to help for an autocompletion item
|
|
ForceClose ( ) : void |
Forces the form to close, only when leaving npp
|
|
GetCurrentlyDisplayedCompletionData ( ) : |
Returns the current CompletionItem used in the tooltip
|
|
InitIfneeded ( ) : void |
Method to init the tooltip form if needed
|
|
IsMouseIn ( ) : bool |
Returns true if the cursor is within the form window
|
|
ShowToolTipFromAutocomplete ( |
Method called when the tooltip is opened to help the user during autocompletion
|
|
ShowToolTipFromDwell ( bool openTemporary = true ) : void |
Method called when the tooltip is opened from the mouse being inactive on scintilla
|
|
TryToShowIndex ( ) : void |
Called when a tooltip is shown and the user presses CTRL + down/up to show the other definitions available
|
Метод | Описание | |
---|---|---|
ClickHandler ( YamuiFramework.HtmlRenderer.Core.Core.Entities.HtmlLinkClickedEventArgs htmlLinkClickedEventArgs ) : void |
Handles the clicks on the link displayed in the tooltip
|
|
FormatRow ( string describe, string result ) : string | ||
FormatRowParam ( string paramType, string text ) : string | ||
FormatRowWithImg ( string image, string text ) : string | ||
FormatSubString ( string text ) : string | ||
FormatSubtitle ( string text ) : string | ||
SetToolTip ( ) : void |
Sets the content of the tooltip (when we want to descibe something present in the completionData list)
|
public static Close ( bool calledFromDwellEnd = false ) : void | ||
calledFromDwellEnd | bool | |
Результат | void |
public static CloseIfOpenedForCompletion ( ) : void | ||
Результат | void |
public static GetCurrentlyDisplayedCompletionData ( ) : |
||
Результат |
public static ShowToolTipFromAutocomplete ( |
||
item | ||
completionRectangle | ||
reversedForm | bool | |
Результат | void |
public static ShowToolTipFromDwell ( bool openTemporary = true ) : void | ||
openTemporary | bool | |
Результат | void |
public static string GoToDefinitionFile | ||
Результат | string |
public static Point GoToDefinitionPoint | ||
Результат | Point |