News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

wxScintilla

Started by sethjackson, January 10, 2006, 02:54:24 AM

Previous topic - Next topic

heromyth

Quote from: MortenMacFly on February 04, 2007, 04:16:21 PM
It's not quite as simple as that. These patches do not include the C::B changes to wxScintilla.
Until now, I haven't found any places in C::B should be pached. Maybe more tests are needed. If we didn't upgrade it, we won't find what should be pached. No patches for C::B is a good thing. That's to say, C::B hasn't depend on some special features of wxScintilla.


Quote
but I am not sure if this is compatible with all platforms C::B is used with.
I'll try to test it in FreeBSD.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

pauliusz

It would be very nice to have updated version of wxScintilla...
Currently there are some annoying bugs in it and hopefully they got fixed in new release.

heromyth

#18
Quote from: heromyth on February 04, 2007, 03:18:41 PM
The steps of upgrading wxscintilla to the newest


Sorry for this patch. I have found a bug after upgrading.  The bug is that:

I can input non-ascii characters like Chinese without any problem.  However, when I paste these characters which I have just copied,  I'll lost nearly 70% of them :(.

For example, I have just copied two Chinese characters. But I only get one when I paste them.

Of course, all of the things have been done in CB.

Here are some other cases:
Copied in CB, and pasted into other application like notepad. It's no problem.

Copied in other application like notepad, and pasted into CB. It's no problem.


I have test these using SciTE.exe, and don't found this bug.

Is this because of CB or wxScintilla. Thanks for any suggestions.

heromyth

Quote from: heromyth on April 20, 2007, 05:27:46 AM
Quote from: heromyth on February 04, 2007, 03:18:41 PM
The steps of upgrading wxscintilla to the newest


Is this because of CB or wxScintilla. Thanks for any suggestions.

Now, this problem has been fixed :P. It's because of wxScintilla.

I have submitted a patch at http://sourceforge.net/tracker/index.php?func=detail&aid=1716953&group_id=51305&atid=462818.

Here, I have attached a patch which has also included some CB's fixes for wxScintilla.

This patch works well for the wxScintilla CVS.


[attachment deleted by admin]