#303 closed defect (fixed)
parsing error quoted colornames
Reported by: | Elaine Meng | Owned by: | Greg Couch |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Command Line | Version: | |
Keywords: | Cc: | Tom Goddard, Conrad Huang, Eric Pettersen | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
in today's build, entering commands like these
set bgcolor "light gray"
color /j "dark slate blue"
are echoed in the Log without the starting quote, with an error "incomplete quoted text"
e.g.
color /j dark slate blue"
incomplete quoted text
Change History (2)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Component: | Unassigned → Command Line |
---|
Note:
See TracTickets
for help on using tickets.
Fixed. color name parsing wasn't eating the trailing quote.