Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: mandrav on August 20, 2005, 10:31:40 am

Title: Is it OK if we used wxScintilla?
Post by: mandrav on August 20, 2005, 10:31:40 am
What do you think? Should we make the move?
Anyone has a valid reason we shouldn't use it?

I believe we should because it's way more recent than STC in wx/contrib and is updated more often...

Yiannis.
Title: Re: Is it OK if we used wxScintilla?
Post by: rickg22 on August 20, 2005, 07:00:04 pm
I second the motion! :)
Title: Re: Is it OK if we used wxScintilla?
Post by: heromyth on August 21, 2005, 05:04:50 am
That's great!
Title: Re: Is it OK if we used wxScintilla?
Post by: takeshimiya on August 21, 2005, 08:43:17 am
Me too!
Title: Re: Is it OK if we used wxScintilla?
Post by: mandrav on August 21, 2005, 11:37:37 am
I made the conversion and now it's working with wxScintilla  :lol:
I haven't commited the changes yet but I will once I finish the basic testing.

Yiannis.
Title: Re: Is it OK if we used wxScintilla?
Post by: David Perfors on August 21, 2005, 12:23:34 pm
yes move, (oh no, I have to compile wxWidgets again without stc :()
Title: Re: Is it OK if we used wxScintilla?
Post by: heromyth on August 21, 2005, 03:20:29 pm
yes move, (oh no, I have to compile wxWidgets again without stc :()

That's no need for me. The stc dll file has already been separated from wxmsw26_gcc_custom.dll.
Title: Re: Is it OK if we used wxScintilla?
Post by: mandrav on August 21, 2005, 03:39:59 pm
yes move, (oh no, I have to compile wxWidgets again without stc :()

No need to. STC is built as a dll. We just don't use it anymore.

Yiannis.
Title: Re: Is it OK if we used wxScintilla?
Post by: David Perfors on August 21, 2005, 03:49:42 pm
No need to. STC is built as a dll. We just don't use it anymore.
You're right, I thought there was an option --enable-stc or USE_STC but there isn't :lol:
Title: Re: Is it OK if we used wxScintilla?
Post by: mandrav on August 21, 2005, 06:00:53 pm
wxScintilla it is then :D
It is in VERSION_1_0 now. No dependeny on STC anymore  :lol:
The only thing not yet up-to-date is the unix wx2.6 project file and makefile. But they don't work anyway...

Yiannis.
Title: Re: Is it OK if we used wxScintilla?
Post by: rickg22 on August 21, 2005, 06:55:02 pm
Already checked it, and tested it! :D

Um... why did you remove the timing on the debuglog? :( I used that a lot for profiling C::B...
Title: Re: Is it OK if we used wxScintilla?
Post by: mandrav on August 21, 2005, 09:47:56 pm
Um... why did you remove the timing on the debuglog? :( I used that a lot for profiling C::B...

Because it causes crashes for me with wx2.6 (wxDateTime::Format) and I don't know why. Was it working ok for you with wx2.6?

Yiannis.