Opened 6 years ago
Closed 6 years ago
#120 closed defect (fixed)
Inspector2 does not show custom presentations
Reported by: | Jan Vrany | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 8.0.0 |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | yes |
Description
The tab itself is shown but it's empty. This happens for custom tabs that embed ApplicationModel
subclass. For example, try to inspect any method - tabs showing parse trees are empty.
Attachments (1)
Change History (3)
comment:1 Changed 6 years ago by
Status: | new → testing |
---|
Changed 6 years ago by
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | testing → closed |
Note: See
TracTickets for help on using
tickets.
The cause was misuse and inconsistence between #application:, #applicationHolder:,
introduced by eXept's commit 9ff9bed9f98e/stx.libtool.
Attached patch should fix it. It will eventually bubble up to public repositories once the integration pipeline successfully finishes. I'll close the issue then.