Tuesday, June 23, 2009

Code::Blocks


I made a Code::Blocks project file for HeeksCAD.
I used this on my Dell Inspiron 530 running Ubuntu 9.04.
It works for me. I can edit a file, press "Build" and it only builds the file it needs to.
I can do "Find Declaration of" or "Find Implementation of".
I don't seem to be able to add breakpoints while it's running. I seem to have to add them before I start running.

Monday, June 15, 2009

Drilling


David Nicholls has added drilling to HeeksCNC.

Monday, June 8, 2009

Pictures on Menus


I have added pictures to menus.
This is using wxMenuItem::SetBitmap (Windows and GTK+ only).
I am hoping to add fly-out toolbars, sometime, but I don't know how to yet.