! tcc.tes - TCC IDE Startup macro ! ! In the TCC IDE Transfer Menu setup the following: Program Title: Teco (or your prefrence) Program Path: TECO (or where you placed TECO.EXE) Command Line: -b$EDNAME -mtcc $ERRLINE $ERRCOL $SAVE ALL [ ] Translator: (not selected) Hot key: (your choice) ! ! now position to error position, if no error position to top ! !tcc.tec! ."N ! if text in buffer ! J\-1UL ! 1st line contains line #, get line #-1 ! L\-1UC ! 2nd line contains column #, get column #-1 ! J 2K ! kill the first two lines ! QLL ! now advance line #-1 lines ! QCC ! advance column #-1 chars ! ' ! endif ! ! following this you may place :EIyour-favorite-macro$$ if you wish !