ID:134811
 
I sure wish that you could set labels in your code, like comments, and jump to them automatically using a organizer of sorts. Purely organizational, it sure make sorting thru code easier.
You can do that yourself using comments.
...
client/verb //LABEL communications
say()
who()
....

Press ctrl+F, put in "label [labelname]" when using the above style labeling.
In response to Loduwijk
It would be nice to be able to do this, though. Also, repeatedly dbl-clicking on each path in the tree tab should cycle through them. There was something else, but meh, I forget.
In response to Hazman
Hazman wrote:
It would be nice to be able to do this, though. Also, repeatedly dbl-clicking on each path in the tree tab should cycle through them. There was something else, but meh, I forget.

Agreed.

I hate how it always takes me to the one I didn't want, normally the one found in 'interface.dm' just because it's alphabetically the first.