Re: POLL: Programmers' Editor
- Posted by "Greg Haberek" <g.haberek at comcast.net> Oct 21, 2003
- 466 views
here's the ideas I have so far: 1. Open source, written in Euphoria 2. Range viewing (line XXX - line YYY) and Routine-collapsing 3. Project management 4. Settings will be in an ini file, syntax dictionary will be an edb file. 5. Settings for tab vs spaces, tab to space conversion option, # of spaces on tab key setting For now, I'm using the Syntax control from Don Phillips' xControls. It's not the greatest, but it has the features I need and allows me to customize it better than his Syntax2 control, or some of the other controls out there. I will, in time, write my own Syntax control. (I'm currently using xControls for about 90% of my interface.) It *can* be cross-platform, I'm looking into this. I may be able to use the Java Runtime Environment, but implementing things such as Syntax-coloring will be very tedious. ~Greg