Quake 3 Code Manager

This file contains a list of some stuff found in q3cm:

... AutoCode
After some common syntax (like IF, ELSE, SWITCH, INT, CHAR, TYPEDEF, etc) you can press SHIFT + SPACE and the AutoCode system will either insert the continuation of the syntax or pop up a window where you can select one of the common syntaxes from the list. Also you can press SHIFT+ENTER to insert the line break ";" at the end of the line.

... Find In Files
Q3CM allows you to search all the files in the project for a specific word, something like a cheap version of the one in MSVC6. Currently there is no Replace All function as I still have to choose from a few possible ways to do it. Should be implemented soon. Also if you have no project opened the Find Dialog may cause some problems, since it usually searches through a project.

... Helper
If you have the Helper window opened it will provide you some info when you roll your mouse over stuff like buttons, textboxes, etvc. A basic help machine with not so many help at the moment, but there will be more soon!

... Project Report
If you would like to see a report of your project go to Project/Create Report and a window will open with a temporary HTML document which contains a list of all the modified files including some other info like author, last modified, etc. (More coming soon). Click 'Save As..' to save the file as HTML.


Beta Information
- To avoid bugs make sure you allways have a project loaded since the beta version most of the time reads from the project file.
- Once again, please report any bugs you encounter! (except those in your kitchen ;) Make sure you also write when you encountered the problem and the error message (if any).

THANK YOU FOR USING QUAKE3 CODE MANAGER!

 

The Decayed