Re: EasyC Wish List
1. User-friendlier printing:
I would like to be able to select from a list (perhaps with check boxes) which parts of the program to print (variables, constants, specific functions, header files, etc.) and also have options to automatically select everything, or all user functions, or all included files, or entire libraries, or all variables, or everything that's called from a certain function; you get the idea.
I'd also like the "Select and Print Flow Chart" feature to (optionally) print everything I select at a certain scale and automatically break it up into pages, instead of squeezing the whole thing onto a single page in electron-microscope-size font or me having to select individual areas and print them one at a time.
2. The options in the Window menu to view only blocks, only code, etc. should apply either to all windows or to the window I'm in when I select the option. I'm assuming it's a bug rather than a design flaw, but now it only applies to Main, at least when in a competition project.
3. I know the debugging ability of the compiler is only supposed to be rudimentary, but it seems buggy. Sometimes it lists all instances of the same error, but sometimes it only lists one. Sometimes it doesn't notice that I'm using variables and constants that I haven't defined or initialized. Once it insisted on a syntax error on line 31 of a function, no matter what was on that line. I don't know what causes the problems, but please fix them.
4. The ability to comment out a block of code, such as everything inside a While loop or an entire If/Else structure. Also, there should be an option to ignore errors in blocks that have been commented out, as they have no bearing on the compiled code.
5. The ability to select multiple, nonsequential, blocks with Ctrl and Shift. (I know someone mentioned this, but it's a big deal.)
Last edited by P1h3r1e3d13 : 21-03-2006 at 23:58.
Reason: Another suggestion
|