I'm really not sure if this is something that I need to be asking for...or if it's already in there and I just haven't found it...
But I would REALLY like an option in the Dream Maker to show line numbers in my code... It would work just like the Show Tabs option...only it would show line numbers...
Or even if I could click on a line and the number would show up at the bottom in the text area where the compilation info is shown...
I mean...having the game run in debug mode is nice and all because I get the exact line number where the problem occured...but what good does that do me when I have to FIND what line that is?
As it stands now...I usually just erase a letter from a line in whatever proc is in question (turning an "if" into an "i" for example...sure to cause an error), compile to see what number that error comes from...and then count lines from there to find the bad line...
But it would make things much easier on me if I could just turn on line numbers...or even just click around the code to find the right one...
Of course, I could just be blind and be missing something...and what I need is there all along...lol
ID:137228
![]() Jan 16 2002, 8:15 pm
|
|
![]() Jan 16 2002, 8:17 pm
|
|
You can double click the error to goto the line, and ctrl+g is a "goto line" option, it also shows the line where the cursor is.
|
The feature doesn't exist, but it has been requested many times.
Note that you can always use Ctrl+G to see what line is currently highlighted (or to jump to any line). It isn't top priority for Dantom right now, although if they're pushing for public release it might be a good idea to add... |
I know about double clicking on compilation erro output to go to the line in question... What I was referring to is using the info output in-game concerning runtime errors...
With debug on it adds the exact line number of the error... But that info was too inconvenient to use when I got back to DM without being able to easily see what line I was on... But now that I know about Ctrl+G...that should help immensely...lol But it's still not quite as easy as I would hope... Thanks, guys! |
SuperSaiyanGokuX wrote:
I'm really not sure if this is something that I need to be asking for...or if it's already in there and I just haven't found it... As long as it's just an option, cause I don't want no freakin' numbers in my window. Had enough of that from my BASIC days! |