Home
last modified time | relevance | path

Searched defs:ug (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DEditor.cxx1044 UndoGroup ug(pdoc); in MoveSelectedLines() local
1604 UndoGroup ug(pdoc); in LinesJoin() local
1641 UndoGroup ug(pdoc); in LinesSplit() local
1919 UndoGroup ug(pdoc, (sel.Count() > 1) || !sel.Empty() || inOverstrike); in InsertCharacter() local
2016 UndoGroup ug(pdoc, (sel.Count() > 1) || !sel.Empty() || inOverstrike); in ClearBeforeTentativeStart() local
2104 UndoGroup ug(pdoc); in ClearSelection() local
2123 UndoGroup ug(pdoc); in ClearAll() local
2173 UndoGroup ug(pdoc); in PasteRectangular() local
2221 UndoGroup ug(pdoc, (sel.Count() > 1) || singleVirtual); in Clear() local
2276 UndoGroup ug(pdoc, (sel.Count() > 1) || !sel.Empty()); in DelCharBack() local
[all …]
H A DScintillaBase.cxx225 UndoGroup ug(pdoc); in AutoCompleteInsert() local
H A DDocument.cxx1518 UndoGroup ug(this); in SetLineIndentation() local
1652 UndoGroup ug(this); in ConvertLineEnds() local
/MusicPlayer2/scintilla/win32/
H A DScintillaWin.cxx2516 UndoGroup ug(pdoc); in Paste() local