.Developing comment wordwrap

git-svn-id: svn://ultimatepp.org/upp/trunk@10395 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-11-04 14:21:07 +00:00
parent f0ecf15891
commit 5be8dfdbb5
5 changed files with 35 additions and 3 deletions

View file

@ -165,7 +165,6 @@ String CodeEditor::GetPasteText()
return h;
}
bool CodeEditor::IsCursorBracket(int pos) const
{
return pos == highlight_bracket_pos0 && hilite_bracket;