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
↓ 25 callers
Method
moveToNext
* Move a position to its next sibling.
src/core/leoNodes.ts:1863
↓ 25 callers
Method
toString
()
src/core/leoImport.ts:3270
↓ 24 callers
Method
all_unique_nodes
* A generator returning each vnode of the outline.
src/core/leoCommands.ts:1504
↓ 24 callers
Method
close
()
src/core/leoGlobals.ts:314
↓ 24 callers
Method
get
* Get the setting and make sure its type matches the expected type.
src/core/leoConfig.ts:2488
↓ 24 callers
Method
get1Arg
( options?: any, token?: any, tabList?: string[] )
src/core/leoGui.ts:325
↓ 24 callers
Method
setCurrentPosition
* Set the presently selected position. For internal use only. * Client code should use c.selectPosition instead.
src/core/leoCommands.ts:2636
↓ 24 callers
Method
setUp
()
src/test/test_importers.test.ts:30
↓ 23 callers
Method
__init__
()
src/importers/base_importer.ts:115
↓ 23 callers
Method
init_error_dialogs
()
src/core/leoCommands.ts:4391
↓ 23 callers
Function
makeVscodeUri
(p_fn: string)
src/core/leoGlobals.ts:2036
↓ 23 callers
Method
next
()
src/commands/killBufferCommands.ts:46
↓ 23 callers
Method
put
* Write line s using at.os, taking special care of newlines.
src/writers/basewriter.ts:29
↓ 23 callers
Method
setBodyString
(s: string)
src/core/leoNodes.ts:3723
↓ 22 callers
Method
bodyWantsFocus
()
src/core/leoCommands.ts:4845
↓ 22 callers
Method
os
* Append a string to at.outputList. * * All output produced by leoAtFile module goes here.
src/core/leoAtFile.ts:3547
↓ 22 callers
Method
toString
()
src/core/leoGlobals.ts:372
↓ 21 callers
Method
afterChangeBody
* Create an undo node using d created by beforeChangeNode. * *Important*: Before calling this method, caller must: * - Set p.v.b. (Setting p
src/core/leoUndo.ts:533
↓ 21 callers
Function
es_print
(...args: any[])
src/core/leoGlobals.ts:4163
↓ 21 callers
Method
isAtIgnoreNode
* Returns True if: * - the vnode' body contains @ignore at the start of a line or * - the vnode's headline starts with @ignore.
src/core/leoNodes.ts:3219
↓ 20 callers
Function
abort
@param {string|number=} what
sqlite/sql-wasm-debug.js:2343
↓ 20 callers
Method
beforeChangeBody
* Return data that gets passed to afterChangeBody.
src/core/leoUndo.ts:978
↓ 20 callers
Method
clearDirty
* Clear the vnode dirty bit.
src/core/leoNodes.ts:3435
↓ 20 callers
Method
createCommonBunch
* Return a bunch containing all common undo info. * This is mostly the info for recreating an empty node at position p.
src/core/leoUndo.ts:1180
↓ 20 callers
Method
setMarked
()
src/core/leoNodes.ts:3523
↓ 19 callers
Method
_parentVnode
* Return the parent VNode. * Return the hiddenRootNode if there is no other parent.
src/core/leoNodes.ts:1675
↓ 19 callers
Function
assert
(condition: any, message?: string)
src/core/leoGlobals.ts:790
↓ 19 callers
Method
getLanguage
(p: Position)
src/core/leoCommands.ts:1854
↓ 19 callers
Method
getPath
(p: Position)
src/core/leoCommands.ts:2059
↓ 19 callers
Method
hasBack
()
src/core/leoNodes.ts:1174
↓ 19 callers
Method
moveToLastChildOf
* Move a position to the last child of parent.
src/core/leoNodes.ts:2371
↓ 19 callers
Method
numberOfChildren
()
src/core/leoNodes.ts:3330
↓ 19 callers
Method
seeInsertPoint
()
src/core/leoFrame.ts:1177
↓ 18 callers
Method
clone
* Create a clone of back. * Returns the newly created position.
src/core/leoNodes.ts:2161
↓ 18 callers
Function
cmd
* Command decorator for the editCommandsClass class.
src/commands/editFileCommands.ts:23
↓ 18 callers
Method
getTime
(body = true)
src/core/leoCommands.ts:3247
↓ 18 callers
Method
isAncestorOf
* Return True if p is one of the direct ancestors of p2.
src/core/leoNodes.ts:1239
↓ 18 callers
Method
put
* Put string s to self.outputFile. All output eventually comes here.
src/core/leoFileCommands.ts:2918
↓ 18 callers
Method
putSentinel
* Write a sentinel whose text is s, applying the CWEB hack if needed. * * This method outputs all sentinels.
src/core/leoAtFile.ts:3212
↓ 18 callers
Method
selectChapterByName
* Select a chapter without redrawing.
src/core/leoChapters.ts:213
↓ 17 callers
Method
has
(target: CommanderWrapper, prop: string)
src/core/leoCache.ts:56
↓ 17 callers
Method
moveToParent
* Move a position to its parent position.
src/core/leoNodes.ts:1920
↓ 17 callers
Method
read_into_root
* Parse the file's contents, creating a tree of vnodes * anchored in root.v.
src/core/leoAtFile.ts:5035
↓ 17 callers
Method
save
* Save everything needed to restore after a search fails.
src/core/leoFind.ts:3961
↓ 17 callers
Method
toggle
()
src/core/findTabManager.ts:58
↓ 16 callers
Method
addToOrphanList
* Mark the root as erroneous for c.raise_error_dialogs().
src/core/leoAtFile.ts:3240
↓ 16 callers
Method
atFileToString
* Write an external file to a string, and return its contents.
src/core/leoAtFile.ts:2570
↓ 16 callers
Method
commanders
* Return list of currently active controllers
src/core/leoApp.ts:1654
↓ 16 callers
Method
do_change_all
(settings: ISettings)
src/core/leoFind.ts:1552
↓ 16 callers
Method
getTabWidth
* Scan p.b and all ancestors for the first @encoding direcive. * * Return c.tab_width by default.
src/core/leoCommands.ts:2132
↓ 16 callers
Method
hasParent
()
src/core/leoNodes.ts:1194
↓ 16 callers
Method
initHeadString
(s: string)
src/core/leoNodes.ts:2706
↓ 16 callers
Method
moveToHelper
* Common helper method for commands that move the cursor * in a way that can be described by a Tk Text expression.
src/commands/editCommands.ts:2201
↓ 16 callers
Method
raise_error_dialogs
* Warn about read/write failures.
src/core/leoCommands.ts:4413
↓ 16 callers
Method
refreshTreeRoot
* * Refresh the whole outline
src/leoGoto.ts:95
↓ 16 callers
Method
runSaveFileDialog
* Create and run a save file dialog .
src/core/leoGui.ts:296
↓ 15 callers
Method
apply
(patch: string, reverse?: boolean)
src/git.d.ts:198
↓ 15 callers
Method
childIndex
()
src/core/leoNodes.ts:961
↓ 15 callers
Function
es
(...args: any[])
src/core/leoGlobals.ts:4054
↓ 15 callers
Method
pushBead
(bunch: Bead)
src/core/leoUndo.ts:256
↓ 14 callers
Method
do_find_next
* Find the next instance of this.find_text. * * Return True (for vim-mode) if a match was found.
src/core/leoFind.ts:1151
↓ 14 callers
Method
getSelectedText
* StringTextWrapper.
src/core/leoFrame.ts:1276
↓ 14 callers
Method
hide
* * Hides the statusbar indicator
src/leoStatusBar.ts:57
↓ 14 callers
Function
init
()
src/test/leoFind.test.ts:143
↓ 14 callers
Method
isAtFileNode
()
src/core/leoNodes.ts:3185
↓ 14 callers
Function
new_cmd_decorator
( p_name: string, p_doc: string, ivars: string[] )
src/core/decorators.ts:72
↓ 14 callers
Function
os_path_exists
( p_path?: string )
src/core/leoGlobals.ts:4793
↓ 14 callers
Method
setYScrollPosition
(i: number)
src/core/leoFrame.ts:1189
↓ 14 callers
Method
stat
* Return the access mode of named file, removing any setuid, setgid, and sticky bits.
src/core/leoAtFile.ts:4106
↓ 14 callers
Method
treeSelectHelper
(p: Position | false)
src/core/leoCommands.ts:5357
↓ 13 callers
Method
afterChangeNodeContents
* Create an undo node using d created by beforeChangeNode.
src/core/leoUndo.ts:627
↓ 13 callers
Method
beforeChangeNodeContents
* Return data that gets passed to afterChangeNode.
src/core/leoUndo.ts:1056
↓ 13 callers
Function
cmd
* Command decorator for the KillBufferCommandsClass class.
src/commands/killBufferCommands.ts:18
↓ 13 callers
Function
cmd
* Command decorator for the helpCommandsClass class.
src/commands/helpCommands.ts:22
↓ 13 callers
Method
deleteAllChildren
* Delete all children of the receiver and set p.dirty().
src/core/leoNodes.ts:2228
↓ 13 callers
Method
findAtFileName
* Return the name following one of the names in nameList or "".
src/core/leoNodes.ts:3053
↓ 13 callers
Method
get
* Get the setting and make sure its type matches the expected type.
src/core/leoConfig.ts:1935
↓ 13 callers
Method
get_parent_of_git_directory
* #2143. * Resolve filename to the nearest directory containing a .git directory.
src/commands/editFileCommands.ts:1924
↓ 13 callers
Method
init_ivars_from_settings
* Initialize all ivars from settings, including required defaults. * * This should be called from the do_ methods as follows: * *
src/core/leoFind.ts:323
↓ 13 callers
Method
outerUpdate
* Handle delayed focus requests and modified events.
src/core/leoCommands.ts:4561
↓ 13 callers
Method
readLine
* Read one line from file using the present encoding. * Returns at.read_lines[at.read_i++]
src/core/leoAtFile.ts:1340
↓ 13 callers
Method
remove
(fileName: string)
src/core/leoAtFile.ts:4084
↓ 13 callers
Method
setAllAncestorAtFileNodesDirty
* Original idea by Bитaлиje Mилoшeвић (Vitalije Milosevic). * Modified by EKR. * Translated by Félix Malboeuf
src/core/leoNodes.ts:3713
↓ 13 callers
Method
show
(ref: string, path: string)
src/git.d.ts:191
↓ 13 callers
Method
treeFocusHelper
()
src/core/leoCommands.ts:4827
↓ 13 callers
Method
update
(uri: vscode.Uri)
src/helpPanel.ts:16
↓ 13 callers
Method
widgetWantsFocusNow
(w: any)
src/core/leoCommands.ts:4873
↓ 12 callers
Method
anyAtFileNodeName
* Return the file name following an @file node or an empty string.
src/core/leoNodes.ts:3074
↓ 12 callers
Function
callers
( n: number = 4, count: number = 0, excludeCaller: boolean = true, verbose: boolean = false )
src/core/leoGlobals.ts:823
↓ 12 callers
Method
copy
(name?: string)
src/core/leoGlobals.ts:683
↓ 12 callers
Function
es_exception
(p_error?: any, c?: Commands)
src/core/leoGlobals.ts:4120
↓ 12 callers
Method
getEncoding
* Scan p and all ancestors for the first @encoding direcive. * * Return c.config.default_derived_file_encoding or 'utf-8' by default.
src/core/leoCommands.ts:1832
↓ 12 callers
Method
getScript
* Return the script composed from p and its descendants.
src/core/mod_scripting.ts:1321
↓ 12 callers
Method
hasSelection
* StringTextWrapper.
src/core/leoFrame.ts:1305
↓ 12 callers
Method
headString
* Return the headline string.
src/core/leoNodes.ts:3355
↓ 12 callers
Method
run
(branch: string)
src/git-base.d.ts:53
↓ 12 callers
Function
sendSearchConfig
()
find-panel/main.js:243
↓ 12 callers
Method
setVisited
* Compatibility routine for scripts
src/core/leoNodes.ts:3551
↓ 11 callers
Method
afterMark
* Create an undo node for mark and unmark commands.
src/core/leoUndo.ts:907
↓ 11 callers
Method
beforeMark
(p: Position, command: string)
src/core/leoUndo.ts:1128
← previous
next →
101–200 of 3,690, ranked by callers