News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Toggle comment

Started by lfm, May 29, 2006, 02:17:45 PM

Previous topic - Next topic

killerbot


MortenMacFly

Quote from: killerbot on June 28, 2006, 06:05:04 PM
I'll try to test if it works with the new wxScintilla, but I have already a workaround in mind which I am gonna try out first.
You can do other work instead - I've tried it with wxScintilla 1.69.2 -> the same problem there. Anyway: Are you sure it's caused by wxScintilla? I'd still say the calculation was wrong.
Howver, your patch works fine and makes the code more readable in addition. Good work, problem solved. :D
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]


killerbot

QuoteI'd still say the calculation was wrong.
Well the caluclutation seems ok, unless things should be specified in "characters". Then it's wrong because the 2 unicode characters take up 4 bytes. Well I have tried to send as end position "xyz-2" but things even got worse.