Posted on March 26th, 2004 by Jeff
It’s been a few days since I’ve been able to work on VisEmacs.Net but progress continues to be made. I’ve implemented GetProperties() for the general options dialog along with a complete COM interface so that you can programmatically control VisEmacs from a macro or the MSDev command window. Next on the ToDo list is the [...]
Comments Off
Filed under: News
Posted on March 19th, 2004 by Jeff
I’ve just about completed my first ATL dialog box. I don’t think I’ve written a call to ::SendMessage in, oh, 8 years or so… I’ve been using MFC almost exclusively for GUI code. Anyway, I’ve managed to navigate the labrynthine documention and finally have a custom options page for VisEmacsDotNet (VisEmacs.NET ? too cliché?).
There’s still [...]
Comments Off
Filed under: Screenshots
Posted on March 15th, 2004 by Jeff
I finally found some time to work on VisEmacsDotNet again. I spent a couple of days trying to get a custom options page to show up in the Tools | Options dialog. I had the dialog resources set up correctly, the correct values in the Addins registry hive and had even figured out how [...]
Comments Off
Filed under: News
Posted on March 9th, 2004 by Jeff
Writing code’s not that hard. Getting it work correctly isn’t that hard either. What makes things difficult and lowers productivity is change. Visual Studio.NET, as you are probably well aware, is quite a different beast than VS 6.0. Features that we took for granted before, such as ClassWizard, are now gone or integrated into the [...]
Comments Off
Filed under: News
Posted on March 8th, 2004 by Jeff
Alright, so that’s probably the one of the most overused blog titles in history (maybe not… google only shows 24 hits) but VisEmacsDotNet — how’s that new name coming, btw? — can send files to Emacs when you invoke the “Send To Emacs” command button.
As an added bonus, a new feature of the [...]
1 Comment »
Filed under: News