Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
cbeditor's bug fix in bracecompletion function
Loaden:
Maybe need change:
--- Code: ---if ((index != wxNOT_FOUND) && (unWant.Find(nextChar) != wxNOT_FOUND) || nextChar == _T('\0'))
--- End code ---
TO:
--- Code: ---if (((index != wxNOT_FOUND) && (unWant.Find(nextChar) != wxNOT_FOUND)) || nextChar == _T('\0'))
--- End code ---
?
[attachment deleted by admin]
killerbot:
no that's ok. && takes precedence above ||.
But I will add them, it makes things more clearer.
On another linux system it works fine. Gonna to a make clean on my laptop and see what that gives.
killerbot:
make clean did not help either. I reversed the patch, and things were ok again.
Then reapplied the patch, and the problem was back.
killerbot:
applied it on my netbook (OpenSuse 11.2 Kde 4.4.1), same issue. Is it a (wx)scintilla issue, kde issue. No idea : but this side effect is too nasty. :-(
Anyone any ideas ?
oBFusCATed:
Applied the patch and I see no difference with or without it, can someone explain better what it should do?
killerbot: I can't reproduce your bug, gentoo linux amd64~ (testing) wxGTK-2.8.10.1...
What is your locale?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version