Double the single quote.

Добавлена команда удвоения одиночной кавычки в выделеном тексте и обратная команда.
This commit is contained in:
lsv 2023-01-12 14:31:08 +05:00
parent 2bb2ff25cf
commit 614a7f0adc
6 changed files with 40 additions and 0 deletions

View file

@ -78,6 +78,7 @@ public:
m_autocompDisabled = on;
}
bool BlockComment(bool uncomment = false);
bool BlockDouble(bool undouble = false);
void UpdateLineNumber();
wxString ExternalFormat();
void AbortProcess();