#1803 closed defect (nonchimerax)
Tab completion failing on session.view
| Reported by: | Tristan Croll | Owned by: | Eric Pettersen |
|---|---|---|---|
| Priority: | moderate | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
Not sure if it's related to #1802 or not, but there's some weirdness popping up in tab-completion in the shell. In a freshly-opened ChimeraX session, attempting to tab-complete on session.view. does nothing. Neither pressing tab twice on the bare . to bring up a list of options, nor once on session.view.center_of to autocomplete. dir session.view lists all members correctly, and session.view.center_of_rotation returns a sensible value. Tab completion still works fine on other entities (e.g. all three levels of session.models.list).
Change History (3)
comment:1 by , 7 years ago
| Resolution: | → nonchimerax |
|---|---|
| Status: | assigned → closed |
follow-up: 2 comment:2 by , 7 years ago
Strange - that *was* working previously. Probably another "feature" of the new iPython version? On 2019-03-26 17:27, ChimeraX wrote:
Note:
See TracTickets
for help on using tickets.
Apparently tab completion doesn't work on properties. 'view' is a property of session. session.main_view is the actual attribute/object.
--Eric