My guys do G-Coding, a type of programming used by CNC machine tools. Right now they use WordStar because they can store 20 or 30 different subroutines in a macro and hit a different function key for each to "paste" the subroutine where they want it. Sure they could have a text doc with all the subs in it, but then they'd need to search through the text doc to find the routine, highlight it, copy and paste it. A lot more steps then just hitting F4 or Shift-F5 to paste the sub.
The problem is that the only editor I can find that has that type of macro function is WordStar. I am sure there are others out there, but we need to find one that has a DNC function in it (DNC is a protocol that allows a computer to talk to a CNC control through serial). Since I am not able to find a G-Code editor with DNC that has that type of Macro function I was hoping to find a program that sits in the background and does it.
I.E. I want ALT-F1 to paste
G42
N43
X12,Y34,Z16
%
So every time I hit ALT-F1 it will paste that subroutine into whatever editor is currently active in Windows.
Thanks
-Al