MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / DelChar

Method DelChar

scintilla/src/Editor.cxx:4422–4429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4420}
4421
4422void Editor::DelChar()
4423{
4424 if ( !RangeContainsProtected ( sel.MainCaret(), sel.MainCaret() + 1 ) ) {
4425 pdoc->DelChar ( sel.MainCaret() );
4426 }
4427 // Avoid blinking during rapid typing:
4428 ShowCaretAtCurrentPosition();
4429}
4430
4431void Editor::DelCharBack ( bool allowLineStartDeletion )
4432{

Callers 3

LinesJoinMethod · 0.45
AddCharUTFMethod · 0.45
ClearMethod · 0.45

Calls 1

MainCaretMethod · 0.80

Tested by

no test coverage detected