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

Method batchUpdateEnd

texteditor/buffer.go:678–680  ·  view source on GitHub ↗

batchUpdateEnd call to complete BatchUpdateStart

(autoSave bool)

Source from the content-addressed store, hash-verified

676
677// batchUpdateEnd call to complete BatchUpdateStart
678func (tb *Buffer) batchUpdateEnd(autoSave bool) {
679 tb.autoSaveRestore(autoSave)
680}
681
682const (
683 // EditSignal is used as an arg for edit methods with a signal arg, indicating

Callers 8

undoMethod · 0.95
redoMethod · 0.95
indentLineMethod · 0.95
AutoIndentRegionMethod · 0.95
CommentRegionMethod · 0.95
JoinParaLinesMethod · 0.95
TabsToSpacesMethod · 0.95
SpacesToTabsMethod · 0.95

Calls 1

autoSaveRestoreMethod · 0.95

Tested by

no test coverage detected