#1235 Adding new ivar fails for metaclasses

Closed
opened 6 years ago by herby · 1 comments

IDEs call ClassBrowser >> addSubclassOf:named:instanceVariableNames:package: which only works for instance side.

IDEs call `ClassBrowser >> addSubclassOf:named:instanceVariableNames:package:` which only works for instance side.
Herby Vojčík commented 6 years ago
Owner

Helios uses Environment which calls aforementioned method, so it suffices to fix Environment. Legacy IDE uses ClassBrowser directly, but it should be redirected to use Environment as well, so the fix can help both IDEs.

Helios uses `Environment` which calls aforementioned method, so it suffices to fix `Environment`. Legacy IDE uses `ClassBrowser` directly, but it should be redirected to use `Environment` as well, so the fix can help both IDEs.
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.