Author Topic: Support for (Doxygen) PDF files in the help plugin  (Read 6940 times)

Offline Keyla

  • Multiple posting newcomer
  • *
  • Posts: 48
Support for (Doxygen) PDF files in the help plugin
« on: September 08, 2007, 08:32:15 am »
Hi there!
I noticed that you added the man pages support to the help plugin. In http://forums.codeblocks.org/index.php/topic,6819.0.html I asked about support for PDF docs created with Doxygen. So what do you think, is that possible? And might it possible to support doxygen HTML with all of its flavours?
That would be realy great because a lot of third party libs provide doxygen documentations.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Support for (Doxygen) PDF files in the help plugin
« Reply #1 on: September 08, 2007, 09:11:22 am »
Hey!

I think you pasted the wrong link there...

Embedding PDF files would be difficult, specially if you want to keep the plugin multi-platform. You can easily configure the help plugin to launch a PDF reader, though. Launching a web browser to load the HTML documents can be easily configured too.

What should it do? Please give me more details about it.

Offline Keyla

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: Support for (Doxygen) PDF files in the help plugin
« Reply #2 on: September 08, 2007, 08:24:17 pm »
Well, the link is correct, have a look at the last point.

Well I know parsing an PDF file and navigating through a layout. But that would be the ultimate feature :-) I doesn't think that it would be easyly to pass an PDF viewer the right postion in the document. Aren't there some crossplatform PDF libraries?
In HTML it is easier, that is true.

Have you some experiences in doxygen usage?
« Last Edit: September 08, 2007, 08:26:09 pm by Keyla »

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Support for (Doxygen) PDF files in the help plugin
« Reply #3 on: September 09, 2007, 12:41:50 am »
Well, xpdf can be compiled on Windows, but only the utilities, not the viewer...

I've added a few Doxygen "comments" here and there, and I've read documentation produced by Doxygen. That's all my experience with Doxygen :P

Offline Keyla

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: Support for (Doxygen) PDF files in the help plugin
« Reply #4 on: September 09, 2007, 02:48:29 pm »
I have only a few experiences, too. Just from reading third party libraries and commenting my own code.
So i think if you combine the features of a pdf lib and of the doxygen pdf export lib it would be easier to analyse the TOC and jump to the right topic isn't it?

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Support for (Doxygen) PDF files in the help plugin
« Reply #5 on: September 09, 2007, 05:25:44 pm »
I'm still not that sure about PDF...

Offline Keyla

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: Support for (Doxygen) PDF files in the help plugin
« Reply #6 on: September 10, 2007, 06:32:11 pm »
ATM I have no time for support but it would be a great pleasure for me to help you. Next month I start my highschool so I would have more time. I think we can discuss it then?

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Support for (Doxygen) PDF files in the help plugin
« Reply #7 on: September 10, 2007, 11:27:53 pm »
Sure, no problem.