Opened 5 months ago
#17695 assigned enhancement
Search for text anywhere within command
Reported by: | Owned by: | Eric Pettersen | |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Command Line | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
You might even consider using/adding:
if match_against in self.listbox.item(sel - 1).text():
if match_against in self.listbox.item(sel + 1).text():
This is giving a similar effect as search. But it breaks a very convenient feature of typing just one letter and cycle back in history. Maybe it is good to add the Ctrl modifier in for this.
Note:
See TracTickets
for help on using tickets.