Re: Editor
- Posted by dcuny Dec 17, 2014
- 5487 views
Cutting and pasting between Eclipse and wee, I notice that the font and color coding are retained. Not a big deal - closing and reloading takes care of it. But perhaps it's something to keep in mind.
This is a repeat, but the biggest thing I'm missing in wee is help with common routines that I haven't yet included.
For example, I wrote:
atom baz = sin(frq * 2 * PI)
And wee color-coded sin (as above), indicating that it knew that sin was a common routine... But the compiler complains that I haven't declared it yet.
Here's a feature suggestion for wee:
- Scan my file for includes to see which files I'm including
- Scan my file for routines that are part of the OpenEuphoria core
- Present me with a list of missing includes, and what routines are associated with them
- Allow me to select which include files I want, or just Include All