summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-01-08 01:16:35 +0100
committerTreeki <treeki@gmail.com>2012-01-08 01:16:35 +0100
commit96816165206050b35dd63c5a873527ee2c773326 (patch)
treeae53174dc2916aa8c4026394ed852d1404d34468 /README
parentca9d90bd1db97737893690d370e4f21e0c3955e8 (diff)
downloadclassy-master.tar.gz
classy-master.zip
pure virtual support addedHEADmaster
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
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.