diff options
Diffstat (limited to '')
| -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. | 
