in 2003 Rob K said that
Quote: "Guy Savoie, the creator of the default editor for DarkBASIC Professional is no longer around due to personal problems, and TGC do not have access to the source code for the editor.
Unfortunately this means that any editor bugs in the default editor cannot be fixed, until a new official IDE is developed."
so i was wondering: will there be a new official IDE??
DrakeX over at LLRGT said:
Quote: " you see, there is one more patch for it..
a while ago, when GuyS was still around, he asked me to test out v1.103, as i had sent him a lot of bug reports, especially for the function folding, which is what this update mainly fixes. well, considering that he's been gone a while and does not plan to work on the IDE any longer, i've decided to release the patch to the community, as i can't really find anything wrong with it. the following bugs have been fixed (was in the email he sent me when he gave me the patch to test):
- "Save All" has been moved up to become the first save item on the file menu.
- Ctrl+S now maps to Save All instead of Save Source.
- "Save Project" is now called "Save Project File (Not Source)".
- Added some extra checking if you close the IDE to be sure it asks you to save properly.
- The auto function-folding was fully removed. It would sometimes bug out and leave lines
hidden. Instead, there is now a static "Fold All Functions", "Unfold All", "Fold Selected
Lines" and "Unfold Selected Lines".
Fold All functions scans through the source windows and collapses functions. You can open
and close the folded functions, and it will maintain the fold icon. If you add text inside
the function, it will refold properly.
Fold Selected Lines can be used by highlighting any lines (like you were going to copy
them), and selecting the option. It will collapse them. So you can use it to hide large
chunks of code not in functions.
Unfold selected has two uses - first, if some areas of code are folded, just highlight
over them, and use the option to remove the folding.
Second, fold 100 lines of code - click the expand to display the whole section. Select
some lines in the middle of those 100, choose the Unfold Selected option, and the editor
will break it into two folding sections, and of course, those middle lines won't be a part
of either folding section. Not horribly useful - just a byproduct feature, really.
Unfold all will remove all folding in the code, remove the folding icons, and makes sure
all lines are visible.
- Implemented multi language support.
i don't think there will be another patch after this one, so for those of you who are diehard official IDE users (like me), this is it
you can download it here:
http://www.mtwirefree.net/kbilling/editor1_1_0_3.zip"
so there is nothing after this?