mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
.Developing comment wordwrap
git-svn-id: svn://ultimatepp.org/upp/trunk@10395 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f0ecf15891
commit
5be8dfdbb5
5 changed files with 35 additions and 3 deletions
|
|
@ -165,7 +165,6 @@ String CodeEditor::GetPasteText()
|
|||
return h;
|
||||
}
|
||||
|
||||
|
||||
bool CodeEditor::IsCursorBracket(int pos) const
|
||||
{
|
||||
return pos == highlight_bracket_pos0 && hilite_bracket;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue