mirror of
https://github.com/talwrii/plugin-repl.git
synced 2026-07-22 11:40:27 +00:00
document popup
This commit is contained in:
parent
1a1b8e2970
commit
e9dafd0003
1 changed files with 3 additions and 1 deletions
|
|
@ -40,12 +40,14 @@ Various convenience functions are provided:
|
|||
* dir(o:Object) - List the property in an object
|
||||
|
||||
### User interface
|
||||
* message(s:string) - Print a notificatoin message
|
||||
* message(s:string) - Print a notification message to the corner of the screen
|
||||
* popup(s: string) - Popup a dialog displaying a message
|
||||
* promptString(prompt: string) - Read a string from a popup
|
||||
* fuzzySelect(choices: Array<string>, prompt?: string) - Select from an Array of strings
|
||||
* openFile(f:string) - Open a file in the current pane
|
||||
* openUrl(url:string) - Open a url
|
||||
|
||||
|
||||
### Editor commands
|
||||
* lineNumber() - return the line number of the current line
|
||||
* point() - Return the current cursor position
|
||||
|
|
|
|||
Loading…
Reference in a new issue