mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-25 22:03:16 -06:00
Double the single quote.
Добавлена команда удвоения одиночной кавычки в выделеном тексте и обратная команда.
This commit is contained in:
parent
2bb2ff25cf
commit
614a7f0adc
6 changed files with 40 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ public:
|
|||
m_autocompDisabled = on;
|
||||
}
|
||||
bool BlockComment(bool uncomment = false);
|
||||
bool BlockDouble(bool undouble = false);
|
||||
void UpdateLineNumber();
|
||||
wxString ExternalFormat();
|
||||
void AbortProcess();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue