Ecere IDE: Difference between revisions

m
Linkified
(New page: {{IDE}}The Ecere Integrated Development Environment The Ecere IDE is part of the Ecere SDK and the official IDE to develop in the eC language. It is a complete development enviro...)
 
m (Linkified)
Line 3:
The Ecere IDE is part of the [[Ecere]] SDK and the official IDE to develop in the [[eC]] language.
 
It is a completecompletely development environment for editing code, designing [[GUI|graphical user interfaces]], managing and building projects as well as debugging. Its aim is to fully support eC and [[C]] programming, but also supports including and building e.g. [[C++]] modules as part of the projects.
 
Designer
Line 9:
The property sheets and method sheets are also available to interactively modifying methods and properties (whether working in the designer or code editor).
Code and designer are automatically synchronized as modifications are made from one side or the other.
User APIs[[API]]s can include Designer functionality to integrate their own visual editors inside the designer
 
Code Editor
Anonymous user