Field

Ticket #77 (closed defect)

Opened 4 months ago

Last modified 6 days ago

Text editor autoExec not displayed for inherited code after delete

Reported by: cassiel Assigned to: marc
Priority: major Milestone:
Component: core Version:
Keywords: Cc:

Description (Last modified by marc)

X inherits from A

- create python_autoExec_v in A

- create a new (local) python_autoExec_v in X

- use the widget menu to delete local property from X

- option-click on X now works by calling the code for A (as expected), but the text area in the editor for X is still shown as local, and

print _self.python_autoExec_v

in X gives the empty string rather than A's string.

Change History

08/01/2008 06:33:00 AM changed by marc

  • description changed.

I think it was too easy to accidently write over (and thus write anew) what it was you had just deleted. Try again with changeset:139

11/28/2008 11:36:01 AM changed by marc

  • status changed from new to closed.
  • severity changed.