Released 2007-12-09.
Home page/downloads:
http://members.tripod.com/~ladsoft/cc386.htm
Recent changes:
v3.67
cc386: fix structure packing to match windows compilers also sets default max alignment to 8
grep: replace with a new grep program
ccide: replace arrow cursor with an I-beam in edit windows
ccide: if F3 was pressed before a find or replace selection was made the IDE would crash
ccide: fix problems with find in files when default workspace is loaded
ccide: add 'recurse subdirectories' to find in files dialog
ccide: add 'match whole words only' to find in files dialog
ccide: fix documentation to match recent feature additions
ccide: fix 'redo' menu item - it was always grayed
install: remove gnu_regex from the windows package
v3.66
cc386: fix problem returning values from inline functions
cc386: define _WIN32 on windows platform
ccide: add old clipboard keys
ccide: add REDO
ccide: when disassembly window is open, single step single steps the assembly code
ccide: debugger only stops at main() or winmain() if you start with F10 or F11 F5 just runs the program until it hits a breakpoint
ccide: get rid of odd formatting of numbers in disassembly window
ccide: allow to set breakpoints in disassembly window
ccide: if disassembly window is not hidden, single step steps by processor instruction rather than by C language statement
ccide: breakpoints will move to nearest line if placed on a line without code
ccide: if the scrollbar is moved in the build window during a build the window will hold its position at the scroll bar position instead of refreshing to the bottom of the text
ccide: when including a file name that starts with '..\' and the file had an error, the IDE crashed if you clicked on the error line in the information window
ccide: when including a file from the current directory, clicking on it in the error window wouldn't open it.
ccide: clean up property dialogs
install: delete several duplicate files
examples: fix small.c |