Hmm.. it's getting closer but not working yet.
The files are indexed ok. But when I put my cursor on the word String and press Alt-Q, it activates the browser with the file:
/api/javax/swing/AbstractAction.html#AbstractAction(java.lang.String)
it should of course load
/api/java/lang/String.html ...
Search found 5 matches
- Thu Mar 01, 2007 8:48 am
- Forum: General
- Topic: QuickHelp with javadoc
- Replies: 11
- Views: 22562
- Mon Feb 26, 2007 12:15 pm
- Forum: General
- Topic: QuickHelp with javadoc
- Replies: 11
- Views: 22562
Thanks, saving the files as DOS indeed solved the indexing issue, it is now creating a zix file that looks ok when opened in the editor.
But as you mentioned looking up a word using Alt-Q doesn't work, Zeus always responds with a 'topic not found' message in the status bar. I'll wait for the next ...
But as you mentioned looking up a word using Alt-Q doesn't work, Zeus always responds with a 'topic not found' message in the status bar. I'll wait for the next ...
- Mon Feb 26, 2007 9:00 am
- Forum: General
- Topic: QuickHelp with javadoc
- Replies: 11
- Views: 22562
- Sat Feb 24, 2007 8:32 am
- Forum: General
- Topic: QuickHelp with javadoc
- Replies: 11
- Views: 22562
Thanks Jussi. I'm indeed using a downloaded CHM help file now, which works perfectly for the jdk15 docs.
Problem is I use a lot of 3rd party libraries that come with javadoc as well. I tried several javadoc2chm tools to convert the javadoc to chm. Unfortunately all tools I tried generate chm files ...
Problem is I use a lot of 3rd party libraries that come with javadoc as well. I tried several javadoc2chm tools to convert the javadoc to chm. Unfortunately all tools I tried generate chm files ...
- Fri Feb 23, 2007 3:40 pm
- Forum: General
- Topic: QuickHelp with javadoc
- Replies: 11
- Views: 22562
QuickHelp with javadoc
Somehow I can't get quickhelp to index the jdk1.5 docs from Sun. I downloaded the whole docs package and unpacked it in a local directory. Then I try to create a quickhelp index with filter 'Java Document', select to the docs/api/index-files/index-1.html and click on the 'Add >>' button. I get an ...