does anyone know of a good text editing program like notepad that lets you choose what line to go to? it would make debugging much easier...
if notepad already does this, can someone explain how?
oh, and if there is a program that you can use to write Small in, where it colors the terms certain colors like this, please tell me about it:
Code:
public client_disconnect(id) {
remove_task(id)
return PLUGIN_CONTINUE
}
EDIT: i know theres a Go To button in notepad, but mine doesnt work, look: