November 20th, 2008· ChIDE updated with debug command window.
· Change command 'pwd' in Windows as a binary command so that it can be invoked from the output pane in ChIDE.
· Added CPlot::lineType(int type, int width, ... /* char *colorname or rgb */), to change line type, width, and color for lines, impulses, steps, etc.
· Added CPlot::pointType(int type, int size, ... /* char *colorname or rgb */), to change point type, size, and color for points.
· Added CPlot::enhanceText(void) to turn on the enhanced text mode for terminal and output files that support additional text format.
· 3D curve in plotting does not use color box.
ChIDE updated with the following features:
· When dragging the divide line between text editing window and output, debug window will not be displayed if it was not visible to start with.
· Rearranged function keys for ChIDE.
· Rearrange items for Views, Tools, Debug, and Option menus.
· Documented compilation options /MDd, /MT, /MTd for using Embedded Ch in Windows.
· Documented support of Intel C++ compiler for Embedded Ch.