Quote Originally Posted by 2e0poz View Post
Thanks 2e0poz, but it sounds like no-one here has ever tried AutoEditNC!

It's not just a code editor – there are dozens of free ones (like Notepad++), and I have a few "programmer's editors" already (Crimson Editor is my favourite). The feature that distinguishes AutoEditNC is its G/M-code 'hint' facility. You click on the G or M button, and from the list of available codes, select the one you want to use. It then presents a pop-up window with the syntax for that code (and often an explanatory diagram), including its arguments (if any) and an explanation of exactly what it does. You can then edit those arguments in the pop-up, click the 'Add this command' button, and that command, with arguments, is added to your file at the cursor insertion point. (You can also click the 'Add..' button without editing the arguments, and edit the defaults it provides, within your code file.)

This is a great help for an occasional programmer like me, who (because I do it so infrequently) can never remember the argument details for the more complex commands without referring to a quick-reference sheet or similar.

If only AutoEditNC worked properly, it would be ideal. So I'm looking for a similar editor with a similar 'hints' feature, that works reliably.

Anyone seen one??

Rgds, Daniel