mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
CodeEditor: Fixed block highlighting issue #983
git-svn-id: svn://ultimatepp.org/upp/trunk@8181 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
51e902f873
commit
88eeb5bd26
3 changed files with 9 additions and 3 deletions
|
|
@ -75,8 +75,8 @@ inline bool IsComment(int a, int b) {
|
|||
return a == '/' && b == '*' || a == '*' && b == '/' || a == '/' && b == '/';
|
||||
}
|
||||
|
||||
void CodeEditor::PreInsert(int pos, const WString& text) {
|
||||
if(IsFullRefresh()) return;
|
||||
void CodeEditor::PreInsert(int pos, const WString& text)
|
||||
{
|
||||
}
|
||||
|
||||
inline bool RBR(int c) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue