Author Topic: Is it OK if we used wxScintilla?  (Read 10426 times)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Is it OK if we used wxScintilla?
« 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.
Be patient!
This bug will be fixed soon...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Is it OK if we used wxScintilla?
« Reply #1 on: August 20, 2005, 07:00:04 pm »
I second the motion! :)

Offline heromyth

  • Multiple posting newcomer
  • *
  • Posts: 98
    • http://
Re: Is it OK if we used wxScintilla?
« Reply #2 on: August 21, 2005, 05:04:50 am »
That's great!

takeshimiya

  • Guest
Re: Is it OK if we used wxScintilla?
« Reply #3 on: August 21, 2005, 08:43:17 am »
Me too!

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Is it OK if we used wxScintilla?
« Reply #4 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.
Be patient!
This bug will be fixed soon...

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: Is it OK if we used wxScintilla?
« Reply #5 on: August 21, 2005, 12:23:34 pm »
yes move, (oh no, I have to compile wxWidgets again without stc :()
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline heromyth

  • Multiple posting newcomer
  • *
  • Posts: 98
    • http://
Re: Is it OK if we used wxScintilla?
« Reply #6 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.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Is it OK if we used wxScintilla?
« Reply #7 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.
Be patient!
This bug will be fixed soon...

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: Is it OK if we used wxScintilla?
« Reply #8 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:
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Is it OK if we used wxScintilla?
« Reply #9 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.
Be patient!
This bug will be fixed soon...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Is it OK if we used wxScintilla?
« Reply #10 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...

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Is it OK if we used wxScintilla?
« Reply #11 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.
Be patient!
This bug will be fixed soon...