MCPcopy Create free account
hub / github.com/cogentcore/core / deleteCompleter

Method deleteCompleter

texteditor/buffer.go:988–993  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

986}
987
988func (tb *Buffer) deleteCompleter() {
989 if tb.Complete == nil {
990 return
991 }
992 tb.Complete = nil
993}
994
995// completeText edits the text using the string chosen from the completion menu
996func (tb *Buffer) completeText(s string) {

Callers 1

setCompleterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected