Opened 8 years ago
Closed 8 years ago
#913 closed defect (fixed)
help command with absolute path to html does not work
| Reported by: | Tom Goddard | Owned by: | Greg Couch |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Help System | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
help help:/Users/goddard/Desktop/test.html
No help found for 'help:/Users/goddard/Desktop/test.html'
The html file exist but is not found. Debugging code in the help_viewer code shows it is looking for the path
/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/share/docs/Users/goddard/Desktop/test.html
apparently treating the path to the html file as relative to the ChimeraX.app docs directory.
Note:
See TracTickets
for help on using tickets.
I believe that changed. The command is now "open /Users/goddard/Desktop/test.html". help only takes help URIs and command names now.