Archive for May, 2010
Wednesday, May 19th, 2010
Key Binding, Command, Menu: The Golden Triangle
To borrow a phrase from Mr. Jinks[i], “I hate meeses to pieces”. Before you call the SPCA, let me be clear that I’m talking about computer mice and not Mus musculus, the common household mouse. Further, I should narrow my context to that of programming because in many other areas of computing the mouse is [...]
No Comments » - Posted in Code Editors,Productivity by Scott Westfall
Thursday, May 6th, 2010
Let’s Make a Macro Part 2: Adding Debug Timing
In Part 1, we went over how to create a macro from scratch, load it and bind it to a key. We also went over some basic macro functionality like inserting a new line of text and determining which language we are working in. I thought it would be useful to stick with the theme [...]