Re: wxEditor Project
- Posted by Greg Haberek <ghaberek at ?mai?.com> May 06, 2008
- 682 views
Mike Sywensky wrote: > > I've been thinking about creating an editor as well and checked out your code > yesterday. Very nice! > > What has stopped me is the same issue you have... no real editor component. > > From what I read, wxSTC uses a pretty old version of scintilla. It may make > more sense > to wrap wxScintilla instead, although the only Windows compiler supported is > Visual C++. > > If you are limiting the scope of the editor to Euphoria, either component > would > do, but > I was planning on targeting SQL as well, since for me they go hand in hand. > This would > require unicode support, which (I believe) wxSTC does not have. > > If someone figures out how to compile wxScintilla using watcom, I would be > willing > to > help wrap it. I'm in the process of adding caret support to wxEuphoria. From there, I'll hopefully mock up my own editor component. I may try to use Pete's Edita as an overall model, since his editor is written from scratch in ARWEN. I'd prefer not to limit wxEditor to Euphoria. If I've got my own control layed out, I could easily adapt it to any type of syntax highlighting. -Greg