A small suggestion concerning comments in the source code: why not to make an option allowing to hide the comments from the screen? It's useful while debugging some small problems using comments. It might look that way:
function1();
// function2();
function3(); After using this option it will look like:
function1();
function3(); The best way to use it i think will be to make another hot key. The same can be said about /* text */ comments.
Suggestion #2: It would be useful to add any extra information about settings such a <ERR: 2814> and other options named in that way.
You compiler is great. Tnx.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-10-17
Even though I shouldn't be posting here, I think you should have a list of known books that work and dont work with dev (Sorry if its on the site somewhere and i over looked it)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A small suggestion concerning comments in the source code: why not to make an option allowing to hide the comments from the screen? It's useful while debugging some small problems using comments. It might look that way:
function1();
// function2();
function3(); After using this option it will look like:
function1();
function3(); The best way to use it i think will be to make another hot key. The same can be said about /* text */ comments.
Suggestion #2: It would be useful to add any extra information about settings such a <ERR: 2814> and other options named in that way.
You compiler is great. Tnx.
Even though I shouldn't be posting here, I think you should have a list of known books that work and dont work with dev (Sorry if its on the site somewhere and i over looked it)