12-13-2007 12:54
Posted by:
Maxime
Location:
Paris France

|
I found in other languages (Think C, XCode, for instance) two possibilites I find very intersting for code edition :
1) A top menu with all your procedures list, where you can select one to go to it. That would answer to items I have read in the forum about the difficulty to manage through many procedures
2) A "Balance" option, which selects the most internal part of the code from opening bracket to closing bracket (except you don't use brackets...). It is especially difficult to find structure errors in your coding without these brackets, the debugger being not so explicit, just detecting a not directly related error somewhere further.
If you build that some day, don't forget to implement a Command+Key,
Thanks
|