1. wxEditor scrollbars & wxBasic converter
- Posted by tin2tin Sep 13, 2008
- 1185 views
Hi There. First post here.
Tried the wxEditor. It has a quite nice feel to it. However the scroll bars doesn't seem to work in windows and the mouse wheel doesn't work either - is this a wxEuphoria problem?
Another question: I've been coding a lot in wxBasic and I'm thinking of trying to convert some of my programs to Euphoria. Has anyone worked on code converters, I could look into to get a head start?
(Here's a link to one of my wxBasic programs: http://download.videohelp.com/tin2tin/)
Best regards,
Tin2tin
2. Re: wxEditor scrollbars & wxBasic converter
- Posted by mattlewis (admin) Sep 13, 2008
- 1162 views
Hi There. First post here.
Tried the wxEditor. It has a quite nice feel to it. However the scroll bars doesn't seem to work in windows and the mouse wheel doesn't work either - is this a wxEuphoria problem?
Another question: I've been coding a lot in wxBasic and I'm thinking of trying to convert some of my programs to Euphoria. Has anyone worked on code converters, I could look into to get a head start?
(Here's a link to one of my wxBasic programs: http://download.videohelp.com/tin2tin/)
I've never done an automated converter, though I have converted a few wxBasic programs. See the freecell and mines demos for examples. I found it fairly simple to do.
Matt
3. Re: wxEditor scrollbars & wxBasic converter
- Posted by ghaberek (admin) Sep 13, 2008
- 1135 views
Hi There. First post here.
Tried the wxEditor. It has a quite nice feel to it. However the scroll bars doesn't seem to work in windows and the mouse wheel doesn't work either - is this a wxEuphoria problem?
<snip>
Best regards,
Tin2tin
wxEditor isn't complete, that's why those don't work correctly. You'll also notice you can't select text with the mouse (or Shift+arrow keys). It's simply a matter of writing in these functions, since the entire editor component is written from scratch (I call it wxSyntax).
I'm waiting on a stable release of Euphoria 4.0 before I release another version. A lot of the features of wxEditor will benefit from the inbuilt features of Euphoria 4.0, like enumerations (which will help development) and maps (which will reduce lag when editing files, scrolling, etc.).
As of late, I've been working on wxEuphoria in general to help add features and push out a stable 0.12.0 release (poke, poke, Matt). I've added several new features to the SVN that I will use in wxEditor, like wxProcess.
Look for a new wxEditor within 1-2 months of a stable Euphoria 4.0 release.
-Greg
4. Re: wxEditor scrollbars & wxBasic converter
- Posted by tin2tin Sep 14, 2008
- 1159 views
Could you give me a few pointers on the diferences between the two like anthing I should be aware of? (I should be checking wxEuphoria for missing functions first...)
BTW. there is a very nice editor for wxBasic called wxEditor(David Curny started it) too(was searching for it and ended up here . Maybe this actually could be ported too and give you a head start? (it's in the wxBasic.sourceforge.net forum).