From 96816165206050b35dd63c5a873527ee2c773326 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 8 Jan 2012 01:16:35 +0100 Subject: pure virtual support added --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index beb901f..772f6cb 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3