diff options
author | Treeki <treeki@gmail.com> | 2012-01-08 01:16:35 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-01-08 01:16:35 +0100 |
commit | 96816165206050b35dd63c5a873527ee2c773326 (patch) | |
tree | ae53174dc2916aa8c4026394ed852d1404d34468 /README | |
parent | ca9d90bd1db97737893690d370e4f21e0c3955e8 (diff) | |
download | classy-master.tar.gz classy-master.zip |
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -38,6 +38,7 @@ Supported so far: - Overrides are shown at the top of the original method body - Renames and argument list changes are propagated from original methods to overrides (Though not vice versa yet) + - Pure virtuals are supported That's all for now, I think... @@ -51,8 +52,6 @@ Current Todo: - Named arguments to methods - Return types for methods - Const methods -- Improve vtable end detection heuristics -- Support pure virtuals. - Handle IDA chooser history/defaults correctly everywhere - Better keybindings - Rename class menu item @@ -70,7 +69,7 @@ Caveats: - Probably won't work as well with non-CodeWarrior stuff. Notes: -- When autocreating virtual methods, start with the base class!! +- When creating virtual methods, start with the base class!! Otherwise, you might end up defining an override as a virtual method. And that would be bad. |