I know I have made this suggestion before, but I believe I was misunderstood. I would post there but the thread was locked with only a single reply.
My suggestion: Make a argument in the edit program where you can go directly to a line.
Reason: This would be useful for editing in game when there is a error on a line that is a good distance into the program. Having to scroll 500 lines to get to a single error that you may not fix the first time makes debugging annoying. By adding a argument/function to go directly to the line would make this much easier.
I have already come up with a solution by making a few simple modifications to the base edit code. Before I get a react similar to what I had before I am not asking for someone to help me fix a problem; I am simply providing code that I know works so, if you wish, can replace the edit program that is already included in CC, with a version which has this goto function.
link to the pastebin code:
http://pastebin.com/6DLa84hgWhat this adds:
- Start argument so that you can go straight to a given line ex: edit example 200 / would go to line 200 of the program example if there are 200 lines
- A menu Item similar to the exit, save, and print function where you can go to a line while running the program
I released this program on the forums about a year ago, and this version has had no bugs that I have found, or have been reported.
Link to previous post:
http://www.computerc...r-edit-program/This is in no way a problem that needs adressed, just a suggestion to help improve the overall quality of the mod.