MCPcopy Create free account

hub / github.com/boltex/leojs / functions

Functions3,690 in github.com/boltex/leojs

↓ 3 callersMethodcreateLogPane
* Creates the 'this._leoLogPane' log pane output panel instance
src/leoUI.ts:886
↓ 3 callersMethodcreate_file_node
* Create an organizer node for the file.
src/commands/editFileCommands.ts:1807
↓ 3 callersMethoddeleteBackupFile
(fileName: string)
src/core/leoFileCommands.ts:1148
↓ 3 callersMethoddeleteButton
* Delete the given button. * This is called from callbacks, it is not a callback. * @param button The button to delete * @param kw Opti
src/core/mod_scripting.ts:1213
↓ 3 callersMethoddemote
(this: Commands)
src/commands/commanderOutlineCommands.ts:2161
↓ 3 callersMethoddestroySelf
()
src/core/leoGui.ts:122
↓ 3 callersMethoddestroy_temp_file
* Destroy the *temp* file corresponding to ef, an ExternalFile instance.
src/core/leoExternalFiles.ts:880
↓ 3 callersMethoddiff_file
* Create an outline describing the git diffs for fn.
src/commands/editFileCommands.ts:929
↓ 3 callersMethoddo_find_def
(word?: string)
src/core/leoFind.ts:805
↓ 3 callersMethoddo_find_prev
* Find the previous instance of this.find_text.
src/core/leoFind.ts:1140
↓ 3 callersMethoddo_tag_children
* Handle the tag-children command.
src/core/leoFind.ts:2977
↓ 3 callersMethoddump
(c: Commands)
src/commands/editFileCommands.ts:104
↓ 3 callersMethodeditHeadline
* * Asks for a new headline label, and replaces the current label with this new one one the specified, or currently selected node * @param p_node
src/leoUI.ts:4426
↓ 3 callersMethodendEditLabel
* End editing of a headline and update p.h.
src/core/leoFrame.ts:671
↓ 3 callersMethodends_paragraph
* Return True if s is a blank line.
src/commands/commanderEditCommands.ts:856
↓ 3 callersMethoderror
(s: string)
src/core/leoImport.ts:1697
↓ 3 callersFunctiones_print_error
(...args: any[])
src/core/leoGlobals.ts:4113
↓ 3 callersMethodexpandAllAncestors
* Expand all ancestors without redrawing. * Return a flag telling whether a redraw is needed.
src/core/leoCommands.ts:4540
↓ 3 callersMethodexpandSubtree
(p: Position)
src/core/leoCommands.ts:4725
↓ 3 callersMethodexpand_path_expression
* Apply Python's *standard* os.path tools to s: * * - os.path.expanduser: https://docs.python.org/3/library/os.path.html#os.path.expanduser
src/core/leoCommands.ts:3709
↓ 3 callersMethodextendHelper
* Handle the details of extending the selection. * This method is called for all cursor moves. * * extend: Clear the selection unless t
src/commands/editCommands.ts:2132
↓ 3 callersMethodextendModeHelper
(val: boolean)
src/commands/editCommands.ts:2618
↓ 3 callersFunctionfinalize_join
(...args: string[])
src/core/leoGlobals.ts:4666
↓ 3 callersFunctionfindGnx
(gnx: string, c: Commands)
src/core/leoGlobals.ts:6245
↓ 3 callersMethodfindPositionInChapter
* Return a valid position p such that p.v == v.
src/core/leoChapters.ts:665
↓ 3 callersMethodfindQuick
* Opens the Nav tab and focus on nav text input
src/leoUI.ts:4766
↓ 3 callersMethodfindSectionName
* Return n1, n2 representing a section name. * * Return the reference, *including* brackets.
src/core/leoAtFile.ts:2887
↓ 3 callersMethodfindSettingsPosition
* Return the position for the setting in the @settings tree for c.
src/core/leoConfig.ts:2430
↓ 3 callersFunctionfindUnl
(unlList1: string[], c: Commands)
src/core/leoGlobals.ts:6284
↓ 3 callersMethodfind_end_of_block
* i is the index of the line *following* the start of the block. * * Return the index of the start of next block.
src/importers/xml.ts:74
↓ 3 callersMethodfind_gnx2
* Scan the outline for a node with the given gnx and vnodeName. * * Return a copy of the position or None.
src/commands/gotoCommands.ts:504
↓ 3 callersMethodfind_node_start
* Helper for show-file-line command. * * Return the 1-based global line number of the *first* line of p.b.
src/commands/gotoCommands.ts:128
↓ 3 callersMethodfind_root
* Find the closest ancestor @<file> node, except @all nodes and @edit nodes. * return root, fileName.
src/commands/gotoCommands.ts:537
↓ 3 callersFunctionfocusOnField
(p_id)
find-panel/main.js:531
↓ 3 callersMethodfullRefresh
* * Refreshes all parts. * @returns Promise back from command's execution, if added on stack, undefined otherwise.
src/leoUI.ts:2354
↓ 3 callersMethodget
(target: CommanderWrapper, prop: string)
src/core/leoCache.ts:69
↓ 3 callersMethodgetPreviousSettings
* Return the settings in effect for fn. Typically, this involves pre-reading fn.
src/core/leoApp.ts:2518
↓ 3 callersMethodgetReadableTextFile
* Prompt for a text file.
src/commands/editFileCommands.ts:693
↓ 3 callersFunctiongetSettingValue
(p_setting)
settings-panel/main.js:341
↓ 3 callersMethodgetTitle
()
src/core/leoFrame.ts:97
↓ 3 callersMethodget_files
* Return a list of changed files.
src/commands/editFileCommands.ts:2043
↓ 3 callersMethodget_patterns
* Create regex patterns for the given comment delims.
src/core/leoAtFile.ts:4369
↓ 3 callersMethodget_script_node_info
* Return the gnx and headline of a #@+node.
src/commands/gotoCommands.ts:636
↓ 3 callersMethodget_session
* Return a list of UNLs for open tabs.
src/core/leoSessions.ts:42
↓ 3 callersMethodget_tags
* returns a list of tags applied to position p.
src/core/nodeTags.ts:243
↓ 3 callersMethodget_window_info
* Return the geometry of the top window.
src/core/leoFrame.ts:107
↓ 3 callersMethodgotoGlobalLine
(p_lineNumber?: number)
src/commands/editCommands.ts:990
↓ 3 callersMethodgotoNavEntry
* * Handles a click (selection) of a nav panel node: Sends 'goto' command to server.
src/leoUI.ts:4923
↓ 3 callersMethodhandleMissingStyleSheetArgs
* Parse the publish_argv_for_missing_stylesheets option, * returning a dict containing the parsed args.
src/core/leoRst.ts:807
↓ 3 callersFunctionhandleUnl
(unl_s: string, c: Commands)
src/core/leoGlobals.ts:6456
↓ 3 callersMethodhasBody
* Return True if this VNode contains body text.
src/core/leoNodes.ts:3347
↓ 3 callersMethodhas_at_persistence_node
* Return the @persistence node or None if it does not exist.
src/core/leoPersistence.ts:638
↓ 3 callersMethodimportFilesCommand
( files: string[] | undefined, parent: Position | undefined, shortFn = false,
src/core/leoImport.ts:1065
↓ 3 callersMethodimport_files
* Import a list of tab-delimited files.
src/core/leoImport.ts:2831
↓ 3 callersMethodinitReadLine
* Init the ivars so that at.readLine will read all of s.
src/core/leoAtFile.ts:1167
↓ 3 callersMethodinitialFocusHelper
()
src/core/leoCommands.ts:4836
↓ 3 callersMethodinsert
(s: string)
src/core/findTabManager.ts:109
↓ 3 callersMethodisOrphan
()
src/core/leoNodes.ts:3400
↓ 3 callersMethodisRoot
()
src/core/leoNodes.ts:1268
↓ 3 callersFunctionisValidLanguage
(language: string)
src/core/leoGlobals.ts:1282
↓ 3 callersFunctionisValidUrl
(url: string)
src/core/leoGlobals.ts:6669
↓ 3 callersMethodisVisited
()
src/core/leoNodes.ts:3415
↓ 3 callersMethodis_hash
* Return level, name if line is a hash section line. * else return None, None.
src/importers/markdown.ts:86
↓ 3 callersMethodis_rst_node
(p: Position)
src/core/leoRst.ts:1063
↓ 3 callersMethodis_sentinel
* Return True if s is a sentinel line with the given delims.
src/commands/gotoCommands.ts:658
↓ 3 callersMethodis_special
(ch: string)
src/commands/editCommands.ts:2305
↓ 3 callersMethodlastChild
* Returns the last child or undefined if no children
src/core/leoNodes.ts:3311
↓ 3 callersMethodleojs_outline_dict
* Return a dict representing the outline.
src/core/leoFileCommands.ts:2565
↓ 3 callersMethodload_session
* Open a tab for each item in UNLs & select the indicated node in each. * * unls is the list returned by SessionManager.load_snapshot()
src/core/leoSessions.ts:81
↓ 3 callersMethodmake_regex_subs
* Substitute group[i-1] for \\i strings in change_text. * * Groups is a tuple of strings, one for every matched group.
src/core/leoFind.ts:3801
↓ 3 callersFunctionmake_test_tree
* Make a test tree for other tests
src/test/leoFind.test.ts:82
↓ 3 callersMethodmatchHeadline
* Returns True if the headline matches the pattern ignoring whitespace and case. * The headline may contain characters following the successfully
src/core/leoNodes.ts:3241
↓ 3 callersMethodmoreHead
* Return the headline string in MORE format.
src/core/leoNodes.ts:647
↓ 3 callersMethodmoveToFirstChildOf
* Move a position to the first child of parent.
src/core/leoNodes.ts:2363
↓ 3 callersMethodmoveToNthChild
* Move to Nth child
src/core/leoNodes.ts:1902
↓ 3 callersMethodmoveToVisBack
* Move a position to the position of the previous visible node.
src/core/leoNodes.ts:1979
↓ 3 callersMethodname
()
src/core/leoGlobals.ts:767
↓ 3 callersMethodopenOutputFile
()
src/core/leoCompare.ts:615
↓ 3 callersMethodopen_outline
* Find the commander for fn, creating a new outline tab if necessary. * * Using open commanders works because we always read entire .leo fi
src/core/leoCompare.ts:994
↓ 3 callersMethodoutline_to_clipboard_string
(p?: Position)
src/core/leoFileCommands.ts:2412
↓ 3 callersMethodpickle
* Pickle val and return the hexlified result.
src/core/leoFileCommands.ts:2895
↓ 3 callersMethodpositionIsInChapter
(p: Position)
src/core/leoChapters.ts:728
↓ 3 callersMethodputDocLine
* Handle one line of a doc part.
src/core/leoAtFile.ts:3058
↓ 3 callersMethodputEndDocLine
* Write the conclusion of a doc part.
src/core/leoAtFile.ts:3087
↓ 3 callersMethodqsc_find_tags
* Search for tags: outputs position list * If empty pattern, list tags *strings* instead
src/core/quicksearch.ts:563
↓ 3 callersMethodqsc_search
(pat: string)
src/core/quicksearch.ts:611
↓ 3 callersMethodreadDirectory
(p_uri: vscode.Uri)
src/leoBody.ts:184
↓ 3 callersMethodreadFile
(p_uri: vscode.Uri)
src/leoBody.ts:150
↓ 3 callersMethodreadFileAtPosition
* Read the @<file> node at p.
src/core/leoAtFile.ts:713
↓ 3 callersMethodreadGlobalSettingsFiles
* Read leoSettings.leo and myLeoSettings.leo using a null gui. * * New in Leo 6.1: this sets ivars for the ActiveSettingsOutline class.
src/core/leoApp.ts:2838
↓ 3 callersFunctionreadI53FromI64
(ptr)
sqlite/sql-wasm-debug.js:5275
↓ 3 callersMethodreformatParagraph
(this: Commands, undoType: string = 'Reformat Paragraph')
src/commands/commanderEditCommands.ts:820
↓ 3 callersMethodrefreshBodyStates
* * Refreshes body pane's applied language and, word-wrap state.
src/leoUI.ts:3623
↓ 3 callersMethodreload_settings
* LeoFind.reload_settings.
src/core/leoFind.ts:347
↓ 3 callersMethodremoveBlankLines
()
src/commands/editCommands.ts:1819
↓ 3 callersFunctionremoveFunction
(index)
sqlite/sql-wasm-debug.js:5866
↓ 3 callersMethodrequest_focus
(w: any)
src/core/leoCommands.ts:4780
↓ 3 callersMethodrestore
* Restore Leo's gui and settings from data, a g.Bunch.
src/core/leoFind.ts:3926
↓ 3 callersMethodrevealGotoNavEntry
* Reveals and selects the specific nav entry in the results of the nav pane.
src/leoUI.ts:5031
↓ 3 callersMethodrp_get_args
* Compute and return oldSel, oldYview, original, pageWidth, tabWidth.
src/commands/commanderEditCommands.ts:937
← previousnext →601–700 of 3,690, ranked by callers