Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aarzilli/yacco
/ functions
Functions
991 in github.com/aarzilli/yacco
⨍
Functions
991
◇
Types & classes
337
↓ 2 callers
Function
DoHighlightingConsistency
(buf *buf.Buffer, top *util.Sel, sfr *textframe.ScrollFrame)
edutil/edutil.go:73
↓ 2 callers
Method
Eval
(b *buf.Buffer, sel util.Sel)
edit/addr.go:264
↓ 2 callers
Method
Exec
(ec ExecContext, matches []string, s, e int, othered, doselect bool)
load.go:192
↓ 2 callers
Method
ExecCodeAction
(a LspBufferPos, rest string, execEdit func([]TextDocumentEdit), look func(string))
lsp/lsp.go:443
↓ 2 callers
Method
FixTop
()
editor.go:466
↓ 2 callers
Function
Fmtevent2extra
Writes messages to describe the extra argument for an execute message (ie you should call Fmtevent2 first with hasextra == true
util/events.go:98
↓ 2 callers
Function
Fmtevent3
(eventChan chan string, origin EventOrigin, istag bool, p, s, e int, arg string, onfail func())
util/events.go:106
↓ 2 callers
Function
Focused
Focused copies the focused status to ibus
ibus/ibus.go:298
↓ 2 callers
Function
FsRemoveEditor
(n int)
fs.go:233
↓ 2 callers
Method
GenTag
()
editor.go:296
↓ 2 callers
Function
HeuristicPlaceEditor
(ed *Editor, warp bool)
open.go:66
↓ 2 callers
Method
IsEmpty
()
buf/undo.go:33
↓ 2 callers
Function
IsTemplatesFile
(path string)
config/serial.go:289
↓ 2 callers
Function
KeyEvent
control, alt, shift, super
util/config.go:73
↓ 2 callers
Method
Len
()
exec.go:1138
↓ 2 callers
Method
List
()
edit/editlang.go:53
↓ 2 callers
Function
LoadFrom
(dumpDest string)
dump.go:66
↓ 2 callers
Function
MeasureString
Mesures the length of the string
util/font.go:221
↓ 2 callers
Function
MixColorHack
(rs []rune, cs []uint8)
util/util.go:701
↓ 2 callers
Method
MoveGap
Displaces gap to start at point p
buf/buffer.go:568
↓ 2 callers
Function
New
Script selects the default script to use. Features is a comma separated list of features to enable. If script is the empty string "DFLT", "dflt" and "
otat/otat.go:124
↓ 2 callers
Function
NewEvent
(e interface{})
util/events.go:558
↓ 2 callers
Function
NewFontFromBytes
(dpi, size, lineSpacing float64, fullHinting, autoligatures bool, fontBytes [][]byte)
util/font.go:95
↓ 2 callers
Method
PushUp
Pushes text graphically up by "ln" phisical lines Returns the number of glyphs left in the frame
textframe/frame.go:1184
↓ 2 callers
Method
Put
()
buf/buffer.go:852
↓ 2 callers
Method
ReadFrom
(in io.Reader)
util/events.go:144
↓ 2 callers
Function
ReadProps
(p9clnt *clnt.Clnt)
util/util.go:284
↓ 2 callers
Method
Redraw
()
cols.go:96
↓ 2 callers
Method
Redraw
()
col.go:216
↓ 2 callers
Method
Redraw
* Redraws frame. rdir and rpar are optimization parameters for partial redrawing of the frame during scrolling When rdir > 0, rpar is the number of gl
textframe/scrollframe.go:61
↓ 2 callers
Method
References
(a LspBufferPos)
lsp/lsp.go:287
↓ 2 callers
Method
ReplaceAll
(stash []ReplaceOp, eventChan chan string, origin util.EventOrigin)
buf/buffer.go:1221
↓ 2 callers
Function
Reset
Reset sends the reset command to ibus
ibus/ibus.go:316
↓ 2 callers
Function
Scrollfn
(buf *buf.Buffer, top *util.Sel, sfr *textframe.ScrollFrame, sd, sl int)
edutil/edutil.go:28
↓ 2 callers
Function
SetCursorLocation
(pos image.Rectangle)
ibus/ibus.go:237
↓ 2 callers
Method
SetSaved
marks first as saved, removes every other saved mark
buf/undo.go:101
↓ 2 callers
Method
SetWnd
(wnd *Window)
editor.go:72
↓ 2 callers
Method
ShouldFetchText
The text was too big to be included in the message, we will need to fetch it using addr and data files
util/events.go:266
↓ 2 callers
Function
TagSetEditableStart
(tagbuf *buf.Buffer)
win.go:550
↓ 2 callers
Function
TcSetAttr
(file *os.File, when SetWhen, tios *Termios)
extra/win/termios.go:171
↓ 2 callers
Method
UTF16Pos
(ln, col int)
buf/buffer.go:1240
↓ 2 callers
Method
Undo
remove one, return it
buf/undo.go:72
↓ 2 callers
Method
WarpToHandle
()
editor.go:557
↓ 2 callers
Method
WorkspaceSymbol
(query string)
lsp/lsp.go:505
↓ 2 callers
Function
XYcmdfn
(inv bool, c *Cmd, ec *EditContext)
edit/cmds.go:468
↓ 2 callers
Function
abs
(n int)
textframe/frame.go:403
↓ 2 callers
Method
add
(cov coverage, item int)
otat/accel.go:8
↓ 2 callers
Method
allSelectionsEmpty
()
textframe/frame.go:875
↓ 2 callers
Method
append
(i Index, item int)
otat/accel.go:46
↓ 2 callers
Function
appendLocs
(s string, defs []locationAndKind, curPath string, ln int)
lsp/lsp.go:302
↓ 2 callers
Method
appendWheelEvent
(w image.Point, d int)
events.go:262
↓ 2 callers
Method
apply
(m *Machine)
otat/process.go:152
↓ 2 callers
Method
applyStash
(stash []buf.ReplaceOp)
edit/cmds.go:530
↓ 2 callers
Function
assertNoError
(err error, t *testing.T)
extra/Go/rename/rename_test.go:12
↓ 2 callers
Function
bcmdfn
(openOthers bool, c *Cmd, ec *EditContext)
edit/cmds.go:349
↓ 2 callers
Function
bufferMap
(ec *EditContext)
edit/cmds.go:418
↓ 2 callers
Method
calcRects
()
win.go:266
↓ 2 callers
Function
canExecute
()
extra/Watch/Watch.go:149
↓ 2 callers
Function
cdIntl
(arg string)
exec.go:1078
↓ 2 callers
Function
clearPackagePaths
(in string)
extra/Go/Go.go:585
↓ 2 callers
Function
clickExec
(lp LogicalPos, e util.MouseDownEvent, ee *mouse.Event, events <-chan util.EventOrRunnable)
win.go:1184
↓ 2 callers
Function
clickExec12
click with left button, followed by the middle button
win.go:1355
↓ 2 callers
Function
completeClick
(events <-chan util.EventOrRunnable, completeAction, cancelAction mouse.Button)
win.go:1260
↓ 2 callers
Function
concatargs
(args []string)
extra/Watch/Watch.go:261
↓ 2 callers
Function
countSlash
(str string)
extra/LookFile/search.go:284
↓ 2 callers
Method
cover6
(backtrack, lookahead []Index)
otat/process.go:201
↓ 2 callers
Function
declsToObjects
declToIdent extracts objects declared in decls
extra/Go/rename/rename.go:348
↓ 2 callers
Function
drawglyph
(face font.Face, dot fixed.Point26_6, img *image.RGBA, ch rune)
otat/cmd/finfo.go:23
↓ 2 callers
Function
drawstring
(face font.Face, dot fixed.Point26_6, img *image.RGBA, str string)
otat/cmd/finfo.go:37
↓ 2 callers
Function
easyCommand
(cmd string)
jobs.go:260
↓ 2 callers
Function
editCmd
(ec ExecContext, arg string, trace bool)
exec.go:570
↓ 2 callers
Function
editPgmToFunc
(pgm *edit.Cmd)
exec.go:1273
↓ 2 callers
Function
expandSelToWord
(buf *buf.Buffer, sel util.Sel)
win.go:1445
↓ 2 callers
Function
extreplcmdfn
(all bool, c *Cmd, ec *EditContext)
edit/cmds.go:427
↓ 2 callers
Function
fileSystemSearch
(edDir string, resultChan chan<- *lookFileResult, searchDone chan struct{}, needle string, exact bool, maxResu
extra/LookFile/search.go:69
↓ 2 callers
Function
fileSystemSearchMatch1
(needlerx *regexp.Regex, needle, haystack string, depth int)
extra/LookFile/search.go:254
↓ 2 callers
Method
find
(idx int)
hl/hl.go:74
↓ 2 callers
Function
findPMatch
(b *buf.Buffer, sel0 util.Sel)
editor.go:487
↓ 2 callers
Function
gcmdfn
(flags gcmdFlags, c *Cmd, ec *EditContext)
edit/cmds.go:256
↓ 2 callers
Method
get
(i Index)
otat/accel.go:56
↓ 2 callers
Function
getCmdIntl
(ec ExecContext, arg string, special bool)
exec.go:681
↓ 2 callers
Function
getSelection
(selAtom xproto.Atom)
clipboard/clipboard.go:74
↓ 2 callers
Function
getTextArg
(signal *dbus.Signal)
ibus/ibus.go:184
↓ 2 callers
Method
glyph
(face font.Face)
textframe/frame.go:967
↓ 2 callers
Function
gofmtIntl
()
extra/Go/Go.go:78
↓ 2 callers
Function
gorename
()
extra/Go/Go.go:98
↓ 2 callers
Function
gosave
(args []string)
extra/Go/Go.go:107
↓ 2 callers
Function
headerParser
(tz *tokenizer, ps *parserState)
iniparse/iniparse.go:99
↓ 2 callers
Function
historyNum
(n int)
extra/win/hist.go:39
↓ 2 callers
Function
kill
(cmd *exec.Cmd)
extra/Watch/Watch.go:137
↓ 2 callers
Function
lookfwdEx
(ed *Editor, needle []rune, start int, exact bool)
look.go:18
↓ 2 callers
Function
lookupAtom
(at xproto.Atom)
clipboard/clipboard.go:164
↓ 2 callers
Method
makeCoverage
(ch rune)
otat/auto.go:52
↓ 2 callers
Function
makeP9Addr
(name string)
fs.go:144
↓ 2 callers
Function
matchDelim
(delim []rune, start int, buf yregexp.Matchable)
hl/hl.go:98
↓ 2 callers
Function
mergeChangedFiles
(dest, src map[string]*ast.File)
extra/Go/rename/rename.go:504
↓ 2 callers
Function
mtcmdfn
(del bool, c *Cmd, ec *EditContext)
edit/cmds.go:45
↓ 2 callers
Function
must
(err error)
extra/cmfmt/main_test.go:10
↓ 2 callers
Function
must
(err error)
otat/cmd/gsubinfo.go:19
↓ 2 callers
Method
newThreadlist
()
regexp/exec.go:26
← previous
next →
301–400 of 991, ranked by callers