This might be of interest to many of you.
When I'm editing a file and want to temporarily move away from that part of the code, I create a new line and type in something like "xx" - something that won't compile.
Then, when I'm ready to come back to that spot, I simply press Ctrl-E and the compiler jumps to the bad line. I use it all the time to temporarily tag a location in my code
Anyone else have a tip for using PB/Win?
When I'm editing a file and want to temporarily move away from that part of the code, I create a new line and type in something like "xx" - something that won't compile.
Then, when I'm ready to come back to that spot, I simply press Ctrl-E and the compiler jumps to the bad line. I use it all the time to temporarily tag a location in my code
Anyone else have a tip for using PB/Win?
Comment