Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] wizard cleanup

This patch adds a drop-down project wizard to the toolbar with the various project types (stdmake C/C++, managed C/C++). It also adds a drop-down class wizard with the ability to support additional type wizards (e.g. new structure, abstract class, interface (pure virtual) class, etc.)

I've fixed the File -> New... menu shortcuts so the C project wizards now appear in the root menu.

Oh yeah, there are some newer-look icons as well. :)

Cheers
-Chris

Future considerations: add drop-down actions for the file wizard (new .c/.cpp/.h/.hpp file) and folder wizard (new source folder, new include folder, etc).

GIF image

Attachment: wizardpatch.zip
Description: Zip compressed data


Back to the top