Author Topic: wxScintilla  (Read 21137 times)

Offline heromyth

  • Multiple posting newcomer
  • *
  • Posts: 98
    • http://
Re: wxScintilla
« Reply #15 on: February 04, 2007, 05:29:25 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7593
    • My Best Post
Re: wxScintilla
« Reply #16 on: February 12, 2007, 06:35:01 am »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: wxScintilla
« Reply #17 on: February 22, 2007, 05:05:07 pm »
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.

Offline heromyth

  • Multiple posting newcomer
  • *
  • Posts: 98
    • http://
Re: wxScintilla
« Reply #18 on: April 20, 2007, 05:27:46 am »
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.
« Last Edit: April 20, 2007, 05:39:15 am by heromyth »

Offline heromyth

  • Multiple posting newcomer
  • *
  • Posts: 98
    • http://
Re: wxScintilla
« Reply #19 on: May 11, 2007, 10:18:40 am »
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]