MCPcopy Index your code

hub / github.com/akiyosi/goneovim / functions

Functions618 in github.com/akiyosi/goneovim

↓ 92 callersFunctionReflectToInt
ReflectToInt converts interface{} to int
util/utils.go:14
↓ 85 callersMethodputLog
(v ...interface{})
editor/editor.go:379
↓ 63 callersMethodgetFont
()
editor/window.go:539
↓ 52 callersMethodgetSvg
(name string, color *RGBA)
editor/svg.go:297
↓ 41 callersMethodgetWindow
(grid int)
editor/screen.go:222
↓ 33 callersMethodQColor
QColor is
editor/rgba.go:89
↓ 33 callersFunctionwarpColor
(rgba *RGBA, v int)
editor/rgba.go:145
↓ 32 callersMethodString
()
editor/rgba.go:48
↓ 23 callersMethodequals
(other *RGBA)
editor/rgba.go:38
↓ 20 callersFunctionhexToRGBA
(hex string)
editor/editor.go:1073
↓ 17 callersFunctionnewRGBA
(r int, g int, b int, a float64)
editor/rgba.go:197
↓ 14 callersMethodfg
()
editor/window.go:1314
↓ 13 callersMethodhide
()
editor/workspace.go:494
↓ 13 callersFunctionresolveFontFallback
(font *Font, fallbackfonts []*Font, char string)
editor/window.go:2295
↓ 12 callersFunctioncalcColor
(c int)
editor/rgba.go:96
↓ 12 callersMethodupdate
()
editor/screen.go:1539
↓ 11 callersMethodraise
()
editor/window.go:3664
↓ 11 callersFunctiontransparent
()
editor/rgba.go:63
↓ 10 callersMethodgetFont
func (i *IMETooltip) setQpainterFont(p *gui.QPainter) { if i.font == nil { return } if i.font.qfont == nil { return } p.SetFont(i.getFont())
editor/imetooltip.go:32
↓ 10 callersFunctionisSkipGlobalId
(id gridId)
editor/screen.go:1926
↓ 10 callersMethodmodPrefix
(mod core.Qt__KeyboardModifier)
editor/input.go:312
↓ 10 callersMethodmove
(col int, row int, anchorwindow ...*Window)
editor/window.go:3867
↓ 10 callersMethodshow
()
editor/tabline.go:268
↓ 9 callersMethodbg
()
editor/window.go:1333
↓ 9 callersMethodisSignColumn
()
editor/window.go:1611
↓ 9 callersMethodpurgeTextCacheForWins
()
editor/screen.go:360
↓ 9 callersMethodupdateFont
(targetWin *Window, font *Font, fallbackfonts []*Font)
editor/cursor.go:373
↓ 8 callersMethodhide
()
editor/tabline.go:281
↓ 8 callersMethodset
(key, value interface{})
editor/window.go:226
↓ 8 callersMethodsetColor
()
editor/workspace.go:3111
↓ 8 callersMethodshow
()
editor/workspace.go:502
↓ 8 callersMethodupdateText
(hl *Highlight, str string, letterspace int, font *gui.QFont)
editor/tooltip.go:168
↓ 7 callersFunctionDropShadow
DropShadow drops a shadow
util/utils.go:104
↓ 7 callersMethodHSV
()
editor/rgba.go:229
↓ 7 callersMethodStringTransparent
()
editor/rgba.go:55
↓ 7 callersMethodresize
(width, height int)
editor/cursor.go:808
↓ 7 callersMethodupdateSize
()
editor/tabline.go:307
↓ 6 callersMethodXYZ
()
editor/rgba.go:206
↓ 6 callersMethodapplyTemporaryMousescroll
(ms string)
editor/window.go:1199
↓ 6 callersMethodcopy
()
editor/rgba.go:26
↓ 6 callersMethoddropScreenSnapshot
()
editor/window.go:247
↓ 6 callersMethodgetBufferOption
(timeout int, option string, wid nvim.Window)
editor/workspace.go:2448
↓ 6 callersMethodgetNum
()
editor/workspace.go:2881
↓ 6 callersFunctioninitFontNew
(family string, size float64, weight gui.QFont__Weight, stretch, lineSpace, letterSpace int)
editor/font.go:55
↓ 6 callersFunctionisFileExist
(filename string)
editor/editor.go:1267
↓ 6 callersMethodmapScroll
()
editor/minimap.go:400
↓ 6 callersMethodpurge
()
editor/window.go:240
↓ 6 callersMethodsetFont
(font *Font)
editor/tooltip.go:159
↓ 6 callersMethodsetSelected
(selected bool)
editor/popupmenu.go:674
↓ 6 callersMethodupdateSize
func (ws *Workspace) setCwdInTab(cwd string) { ws.screen.windows.Range(func(_, winITF interface{}) bool { win := winITF.(*Window) if win == nil
editor/workspace.go:823
↓ 6 callersMethodworkspaceUpdate
()
editor/editor.go:1319
↓ 5 callersMethodHex
Hex is
editor/rgba.go:68
↓ 5 callersMethodRGB
()
editor/rgba.go:298
↓ 5 callersFunctioncontrolModifier
controlModifier is
editor/input.go:72
↓ 5 callersMethodconvertKey
(event *gui.QKeyEvent)
editor/input.go:138
↓ 5 callersMethodfill
()
editor/window.go:3821
↓ 5 callersMethodfillCellRect
(p *gui.QPainter, lastHighlight *Highlight, lastBg *RGBA, y, start, end, horScrollPixels, verScrollPixels int,
editor/window.go:2065
↓ 5 callersMethodqueueRedrawAll
()
editor/window.go:1880
↓ 5 callersMethodsetItem
(item []interface{}, selected bool)
editor/popupmenu.go:679
↓ 4 callersMethodInitSpecialKeys
()
editor/export_test.go:3
↓ 4 callersMethodasyncMiniNvim
(f func(n *nvim.Nvim))
editor/minimap.go:92
↓ 4 callersMethodbrend
input color *RGBA, aplpha (0.0...-1.0..) int
editor/rgba.go:76
↓ 4 callersMethodbufSync
()
editor/minimap.go:477
↓ 4 callersFunctionclamp01
(v float64)
editor/rgba.go:356
↓ 4 callersMethoddrawBackground
(p *gui.QPainter, y int, col int, cols int, isDrawDefaultBg bool)
editor/window.go:1903
↓ 4 callersMethoddrawForeground
(p *gui.QPainter, y int, col int, cols int)
editor/window.go:2901
↓ 4 callersMethoddrawTextInPos
(p *gui.QPainter, x, y int, text string, hlkey HlKey, isNormalWidth bool, scaled bool)
editor/window.go:2549
↓ 4 callersMethodget
(key interface{})
editor/window.go:233
↓ 4 callersMethodgetFiletype
()
editor/window.go:4011
↓ 4 callersMethodgetTabstop
()
editor/window.go:4025
↓ 4 callersMethodhasGlyph
func (f *Font) hasGlyph(s string) bool { rawfont := gui.NewQRawFont() rawfont = rawfont.FromFont(f.qfont, gui.QFontDatabase__Any) glyphIdx := rawf
editor/font.go:153
↓ 4 callersMethodisShown
()
editor/window.go:3656
↓ 4 callersFunctionnewCache
(cachesize int)
editor/window.go:208
↓ 4 callersFunctionnotifyOptionArg
(b []*NotifyButton)
editor/notification.go:43
↓ 4 callersMethodpaint
paint() is to request update cursor widget. NOTE: This function execution may not be necessary. This is because move() is performed in the redraw()
editor/cursor.go:739
↓ 4 callersMethodpushNotification
pushNotification is level: notify level period: display period
editor/editor.go:917
↓ 4 callersMethodrefreshUpdateArea
refreshUpdateArea:: arg:0 => full, arg:1 => full only text
editor/window.go:3805
↓ 4 callersMethodupdate
()
editor/window.go:1745
↓ 4 callersMethodupdateSize
()
editor/minimap.go:254
↓ 4 callersMethodupdateStyle
()
editor/tabline.go:219
↓ 3 callersMethodColorfulness
()
editor/rgba.go:276
↓ 3 callersFunctionSplitVimscript
SplitVimscript splits Vimscript read as a character string with line breaks and converts it to a list format character string
util/utils.go:85
↓ 3 callersMethodbufUpdate
()
editor/minimap.go:260
↓ 3 callersFunctioncmdModifier
cmdModifier is
editor/input.go:87
↓ 3 callersMethodcmdWildmenuScroll
(n int)
editor/cmdline.go:308
↓ 3 callersMethodcopy
(ii *WorkspaceSideItem)
editor/workspace.go:481
↓ 3 callersMethodcountContent
(row int)
editor/window.go:1526
↓ 3 callersMethoddeleteExternalWin
()
editor/window.go:3330
↓ 3 callersMethoddropNotifications
(fn ...func(*Notification))
editor/notification.go:247
↓ 3 callersFunctionfontSizeNew
(font *gui.QFont)
editor/font.go:37
↓ 3 callersMethodgetDrawingPos
(x, y, xprime, yprime, deltax, deltay float64)
editor/cursor.go:331
↓ 3 callersMethodgetText
(ch string)
editor/cmdline.go:47
↓ 3 callersFunctionhandleEvent
(update interface{})
editor/workspace.go:1013
↓ 3 callersMethodhide
()
editor/message.go:463
↓ 3 callersMethodhide
()
editor/cmdline.go:188
↓ 3 callersFunctionisASCII
(c string)
editor/window.go:3325
↓ 3 callersMethodlenWindows
()
editor/screen.go:259
↓ 3 callersMethodmove
()
editor/cursor.go:353
↓ 3 callersFunctionnewFlushCh
This function returns `flushCh` with an appropriate buffer size. `flushCh` is a channel that buffers specific `redraw` events and processes them coll
editor/workspace.go:1233
↓ 3 callersFunctionnewNvim
(cols, rows int, ctx context.Context)
editor/nvim.go:23
next →1–100 of 618, ranked by callers