\ append seeJump to its definition in jEdit:
\ append jeditOr reload the source file containing it:
\ append reloadOr even remove the word definition -- just don't do this with core words:
\ testing forgetWell, I've stolen yet-another-InterLisp-feature, and added a generic protocol whereby other types of definitions can be used with the above four words. You can jump to method definitions, even if they're defined in a different source file than either the class or the generic word:
{ string = } jeditYou can also jump to help article definitions:
"handbook" <link> jeditAnd of course,
see, reload and forget also works with methods and help links.Previously I used Factor's tools to jump to word definitions, but had to resort to jEdit's directory search feature to find help articles and method definitions. Not that directory search is bad, but even a savings of a second here and two seconds there adds up.
 
 
1 comment:
its not the second or two lost with this, its the switch in context and resulting lack of focus and possible loss of zone.
Post a Comment