Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boltex/leojs
/ functions
Functions
3,690 in github.com/boltex/leojs
⨍
Functions
3,690
◇
Types & classes
415
↓ 3 callers
Method
createLogPane
* Creates the 'this._leoLogPane' log pane output panel instance
src/leoUI.ts:886
↓ 3 callers
Method
create_file_node
* Create an organizer node for the file.
src/commands/editFileCommands.ts:1807
↓ 3 callers
Method
deleteBackupFile
(fileName: string)
src/core/leoFileCommands.ts:1148
↓ 3 callers
Method
deleteButton
* 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 callers
Method
demote
(this: Commands)
src/commands/commanderOutlineCommands.ts:2161
↓ 3 callers
Method
destroySelf
()
src/core/leoGui.ts:122
↓ 3 callers
Method
destroy_temp_file
* Destroy the *temp* file corresponding to ef, an ExternalFile instance.
src/core/leoExternalFiles.ts:880
↓ 3 callers
Method
diff_file
* Create an outline describing the git diffs for fn.
src/commands/editFileCommands.ts:929
↓ 3 callers
Method
do_find_def
(word?: string)
src/core/leoFind.ts:805
↓ 3 callers
Method
do_find_prev
* Find the previous instance of this.find_text.
src/core/leoFind.ts:1140
↓ 3 callers
Method
do_tag_children
* Handle the tag-children command.
src/core/leoFind.ts:2977
↓ 3 callers
Method
dump
(c: Commands)
src/commands/editFileCommands.ts:104
↓ 3 callers
Method
editHeadline
* * 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 callers
Method
endEditLabel
* End editing of a headline and update p.h.
src/core/leoFrame.ts:671
↓ 3 callers
Method
ends_paragraph
* Return True if s is a blank line.
src/commands/commanderEditCommands.ts:856
↓ 3 callers
Method
error
(s: string)
src/core/leoImport.ts:1697
↓ 3 callers
Function
es_print_error
(...args: any[])
src/core/leoGlobals.ts:4113
↓ 3 callers
Method
expandAllAncestors
* Expand all ancestors without redrawing. * Return a flag telling whether a redraw is needed.
src/core/leoCommands.ts:4540
↓ 3 callers
Method
expandSubtree
(p: Position)
src/core/leoCommands.ts:4725
↓ 3 callers
Method
expand_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 callers
Method
extendHelper
* 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 callers
Method
extendModeHelper
(val: boolean)
src/commands/editCommands.ts:2618
↓ 3 callers
Function
finalize_join
(...args: string[])
src/core/leoGlobals.ts:4666
↓ 3 callers
Function
findGnx
(gnx: string, c: Commands)
src/core/leoGlobals.ts:6245
↓ 3 callers
Method
findPositionInChapter
* Return a valid position p such that p.v == v.
src/core/leoChapters.ts:665
↓ 3 callers
Method
findQuick
* Opens the Nav tab and focus on nav text input
src/leoUI.ts:4766
↓ 3 callers
Method
findSectionName
* Return n1, n2 representing a section name. * * Return the reference, *including* brackets.
src/core/leoAtFile.ts:2887
↓ 3 callers
Method
findSettingsPosition
* Return the position for the setting in the @settings tree for c.
src/core/leoConfig.ts:2430
↓ 3 callers
Function
findUnl
(unlList1: string[], c: Commands)
src/core/leoGlobals.ts:6284
↓ 3 callers
Method
find_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 callers
Method
find_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 callers
Method
find_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 callers
Method
find_root
* Find the closest ancestor @<file> node, except @all nodes and @edit nodes. * return root, fileName.
src/commands/gotoCommands.ts:537
↓ 3 callers
Function
focusOnField
(p_id)
find-panel/main.js:531
↓ 3 callers
Method
fullRefresh
* * Refreshes all parts. * @returns Promise back from command's execution, if added on stack, undefined otherwise.
src/leoUI.ts:2354
↓ 3 callers
Method
get
(target: CommanderWrapper, prop: string)
src/core/leoCache.ts:69
↓ 3 callers
Method
getPreviousSettings
* Return the settings in effect for fn. Typically, this involves pre-reading fn.
src/core/leoApp.ts:2518
↓ 3 callers
Method
getReadableTextFile
* Prompt for a text file.
src/commands/editFileCommands.ts:693
↓ 3 callers
Function
getSettingValue
(p_setting)
settings-panel/main.js:341
↓ 3 callers
Method
getTitle
()
src/core/leoFrame.ts:97
↓ 3 callers
Method
get_files
* Return a list of changed files.
src/commands/editFileCommands.ts:2043
↓ 3 callers
Method
get_patterns
* Create regex patterns for the given comment delims.
src/core/leoAtFile.ts:4369
↓ 3 callers
Method
get_script_node_info
* Return the gnx and headline of a #@+node.
src/commands/gotoCommands.ts:636
↓ 3 callers
Method
get_session
* Return a list of UNLs for open tabs.
src/core/leoSessions.ts:42
↓ 3 callers
Method
get_tags
* returns a list of tags applied to position p.
src/core/nodeTags.ts:243
↓ 3 callers
Method
get_window_info
* Return the geometry of the top window.
src/core/leoFrame.ts:107
↓ 3 callers
Method
gotoGlobalLine
(p_lineNumber?: number)
src/commands/editCommands.ts:990
↓ 3 callers
Method
gotoNavEntry
* * Handles a click (selection) of a nav panel node: Sends 'goto' command to server.
src/leoUI.ts:4923
↓ 3 callers
Method
handleMissingStyleSheetArgs
* Parse the publish_argv_for_missing_stylesheets option, * returning a dict containing the parsed args.
src/core/leoRst.ts:807
↓ 3 callers
Function
handleUnl
(unl_s: string, c: Commands)
src/core/leoGlobals.ts:6456
↓ 3 callers
Method
hasBody
* Return True if this VNode contains body text.
src/core/leoNodes.ts:3347
↓ 3 callers
Method
has_at_persistence_node
* Return the @persistence node or None if it does not exist.
src/core/leoPersistence.ts:638
↓ 3 callers
Method
importFilesCommand
( files: string[] | undefined, parent: Position | undefined, shortFn = false,
src/core/leoImport.ts:1065
↓ 3 callers
Method
import_files
* Import a list of tab-delimited files.
src/core/leoImport.ts:2831
↓ 3 callers
Method
initReadLine
* Init the ivars so that at.readLine will read all of s.
src/core/leoAtFile.ts:1167
↓ 3 callers
Method
initialFocusHelper
()
src/core/leoCommands.ts:4836
↓ 3 callers
Method
insert
(s: string)
src/core/findTabManager.ts:109
↓ 3 callers
Method
isOrphan
()
src/core/leoNodes.ts:3400
↓ 3 callers
Method
isRoot
()
src/core/leoNodes.ts:1268
↓ 3 callers
Function
isValidLanguage
(language: string)
src/core/leoGlobals.ts:1282
↓ 3 callers
Function
isValidUrl
(url: string)
src/core/leoGlobals.ts:6669
↓ 3 callers
Method
isVisited
()
src/core/leoNodes.ts:3415
↓ 3 callers
Method
is_hash
* Return level, name if line is a hash section line. * else return None, None.
src/importers/markdown.ts:86
↓ 3 callers
Method
is_rst_node
(p: Position)
src/core/leoRst.ts:1063
↓ 3 callers
Method
is_sentinel
* Return True if s is a sentinel line with the given delims.
src/commands/gotoCommands.ts:658
↓ 3 callers
Method
is_special
(ch: string)
src/commands/editCommands.ts:2305
↓ 3 callers
Method
lastChild
* Returns the last child or undefined if no children
src/core/leoNodes.ts:3311
↓ 3 callers
Method
leojs_outline_dict
* Return a dict representing the outline.
src/core/leoFileCommands.ts:2565
↓ 3 callers
Method
load_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 callers
Method
make_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 callers
Function
make_test_tree
* Make a test tree for other tests
src/test/leoFind.test.ts:82
↓ 3 callers
Method
matchHeadline
* 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 callers
Method
moreHead
* Return the headline string in MORE format.
src/core/leoNodes.ts:647
↓ 3 callers
Method
moveToFirstChildOf
* Move a position to the first child of parent.
src/core/leoNodes.ts:2363
↓ 3 callers
Method
moveToNthChild
* Move to Nth child
src/core/leoNodes.ts:1902
↓ 3 callers
Method
moveToVisBack
* Move a position to the position of the previous visible node.
src/core/leoNodes.ts:1979
↓ 3 callers
Method
name
()
src/core/leoGlobals.ts:767
↓ 3 callers
Method
openOutputFile
()
src/core/leoCompare.ts:615
↓ 3 callers
Method
open_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 callers
Method
outline_to_clipboard_string
(p?: Position)
src/core/leoFileCommands.ts:2412
↓ 3 callers
Method
pickle
* Pickle val and return the hexlified result.
src/core/leoFileCommands.ts:2895
↓ 3 callers
Method
positionIsInChapter
(p: Position)
src/core/leoChapters.ts:728
↓ 3 callers
Method
putDocLine
* Handle one line of a doc part.
src/core/leoAtFile.ts:3058
↓ 3 callers
Method
putEndDocLine
* Write the conclusion of a doc part.
src/core/leoAtFile.ts:3087
↓ 3 callers
Method
qsc_find_tags
* Search for tags: outputs position list * If empty pattern, list tags *strings* instead
src/core/quicksearch.ts:563
↓ 3 callers
Method
qsc_search
(pat: string)
src/core/quicksearch.ts:611
↓ 3 callers
Method
readDirectory
(p_uri: vscode.Uri)
src/leoBody.ts:184
↓ 3 callers
Method
readFile
(p_uri: vscode.Uri)
src/leoBody.ts:150
↓ 3 callers
Method
readFileAtPosition
* Read the @<file> node at p.
src/core/leoAtFile.ts:713
↓ 3 callers
Method
readGlobalSettingsFiles
* 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 callers
Function
readI53FromI64
(ptr)
sqlite/sql-wasm-debug.js:5275
↓ 3 callers
Method
reformatParagraph
(this: Commands, undoType: string = 'Reformat Paragraph')
src/commands/commanderEditCommands.ts:820
↓ 3 callers
Method
refreshBodyStates
* * Refreshes body pane's applied language and, word-wrap state.
src/leoUI.ts:3623
↓ 3 callers
Method
reload_settings
* LeoFind.reload_settings.
src/core/leoFind.ts:347
↓ 3 callers
Method
removeBlankLines
()
src/commands/editCommands.ts:1819
↓ 3 callers
Function
removeFunction
(index)
sqlite/sql-wasm-debug.js:5866
↓ 3 callers
Method
request_focus
(w: any)
src/core/leoCommands.ts:4780
↓ 3 callers
Method
restore
* Restore Leo's gui and settings from data, a g.Bunch.
src/core/leoFind.ts:3926
↓ 3 callers
Method
revealGotoNavEntry
* Reveals and selects the specific nav entry in the results of the nav pane.
src/leoUI.ts:5031
↓ 3 callers
Method
rp_get_args
* Compute and return oldSel, oldYview, original, pageWidth, tabWidth.
src/commands/commanderEditCommands.ts:937
← previous
next →
601–700 of 3,690, ranked by callers