View previous topic :: View next topic |
Author |
Message |
Ant
Joined: 06 Mar 2004 Posts: 306 Location: Canada
|
Posted: Thu Dec 16, 2004 1:36 am Post subject: Scintilla or not Scintilla, that is the question. |
|
|
I asked help on the scintilla group to get a Gtk mode Scintilla lib on windows.
My experience with this type of things indicates I will not have any reply what so ever but I'm giving the guys 2 weeks.
meanwhile I started to code a sintax highlight class for the TextView Gtk widget and I'm happy with the results.
It is already usable (missing operatores and braces highlight) just needs a bit more work on the multiline comments detection.
it processes 12000 lines in less then 4 seconds (celeron 1.7) which seems reasonable.
After sintax highlight I have to do undo/redo and intelisense list popup.
I'm not sure about undo/redo but the intelisense list should be trivial.
once all that is ready leds for windows will be a reality!
I'll be away for 2 weeks, but will probably be able to read the D forums.
Ant |
|
Back to top |
|
|
Ant
Joined: 06 Mar 2004 Posts: 306 Location: Canada
|
Posted: Thu Dec 16, 2004 12:22 pm Post subject: Re: Scintilla or not Scintilla, that is the question. |
|
|
Ant wrote: | My experience with this type of things indicates I will not have any reply what so ever |
I was wrong.
Mr. Iago Rubio promissed a pre-compiled lib. Maybe this time is it.
Ant |
|
Back to top |
|
|
Ant
Joined: 06 Mar 2004 Posts: 306 Location: Canada
|
Posted: Sat Mar 08, 2008 5:02 am Post subject: Re: Scintilla or not Scintilla, that is the question. |
|
|
I converted my local version to GtkSourceView 2.1.3.
this version is much more stable then 1.6.
I'm going to use GtkSourceView as the main/default development editor instead of Scintilla.
Ant |
|
Back to top |
|
|
|