MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / cutAllowLine

Method cutAllowLine

src/ScintillaNext.cpp:204–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void ScintillaNext::cutAllowLine()
205{
206 if (selectionEmpty()) {
207 copyAllowLine();
208 lineDelete();
209 }
210 else {
211 cut();
212 }
213}
214
215void ScintillaNext::modifyFoldLevels(int level, int action)
216{

Callers 1

MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected