h1aji / chmsee

CHM viewer
GNU General Public License v2.0
1 stars 1 forks source link

jump to specify index page from command line #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
add an option 

"chmsee -i bar foo.chm" will open foo.chm then jump to the "bar" index if
possible.

Original issue reported on code.google.com by lidaob...@gmail.com on 27 Jul 2009 at 11:22

GoogleCodeExporter commented 8 years ago

Original comment by lidaob...@gmail.com on 27 Jul 2009 at 12:53

GoogleCodeExporter commented 8 years ago
fixed in
http://github.com/lidaobing/chmsee/commit/012b3292c12f4aa89080a6be25bf0795a3719a
a0

Original comment by lidaob...@gmail.com on 27 Jul 2009 at 12:55

GoogleCodeExporter commented 8 years ago

Original comment by lidaob...@gmail.com on 14 Sep 2009 at 2:43

GoogleCodeExporter commented 8 years ago

Original comment by jungl...@gmail.com on 24 Mar 2010 at 8:50

GoogleCodeExporter commented 8 years ago
Looks like this feature was lost in
http://github.com/lidaobing/chmsee/commit/57e7fcb1c1a2f49a7199884282d18288af20d7
b4 .
Any chance it could get re-implemented?

Original comment by strobert@gmail.com on 3 May 2010 at 11:47

GoogleCodeExporter commented 8 years ago
It's dropped. Not every chm file has ported with an index page.

Original comment by jungl...@gmail.com on 4 May 2010 at 3:57

GoogleCodeExporter commented 8 years ago
My mistake; I was getting this confused for the functionality requested in 
issue 60
http://code.google.com/p/chmsee/issues/detail?id=60 , as my application needs 
to open
a .chm file to a specific page to show help on a specified topic. For example: 
$ chmsee /tmp/MyAppHelp.chm::Specific_Task.htm
(or $ chmsee ms-its:/tmp/MyAppHelp.chm::Specific_Task.htm )
I'll go Vote for issue 60 :)

Original comment by strobert@gmail.com on 4 May 2010 at 4:50

GoogleCodeExporter commented 8 years ago
It's time to study the protocol ms-its :)

Original comment by jungl...@gmail.com on 6 May 2010 at 4:26