The
fundamental needs of any software developer are a way to
create your code, and a way to build that. But with today’s
schedules, it’s not enough to have a text editor and
compiler.The EDGE IDE manages the
projects that you build, and let’s you move, edit and
compile the pieces that make up your workday. As an Eclipse
framework plugin, the IDE is easy to use and familiar.
The built in editor has the features that
you need.
- Syntax Highlighting
– By color-coding comments and key words, source code is
much easier to read and understand.
- Local history
– Need to go back to an earlier version of your code?
Local history lets you see what changes have been made,
and to select which version you want to work with.
- Source Browsing
– Need to find a function or other symbol in your code,
but not sure which file it’s in? Source browsing makes it
easy. Listings of variables, functions, and source
language items can be sorted alphabetically, based on type
or line number in the file.
- Context sensitive tool tips
– Can’t remember how you defined a variable or function?
Hover over it to see the definition in a tool tip.
EDGE IDE Technical Publications

EDGE IDE Outline View shows contents
of the current file, and the floating tool tips show
function prototypes