PDA

View Full Version : Qt Creator How to integrate STL documentation?



niXman
6th September 2010, 18:31
Hi!
I use QtCreator as the basic IDE in work.
The help documentation on STL lacks to me very much.
Tell me, can I customize QtCreator so to form a http request to the site cplusplus.com?
Thanks.

squidge
6th September 2010, 19:31
It's open source, so I don't see why not. The degree of customization is only limited by your own skills.

niXman
6th September 2010, 19:53
Thanks for your answer, but the question wasn't that.
How it is possible to implement the idea? Is it possible only by writting a plug-in? And if yes, then how the both "helps" will work together? Won't they conflict with each other?

ktk
6th September 2010, 22:43
You can register arbitrary additional documentation in the .qch format which is produced from in-source comments similar to doxygen using the qdoc3 utility.

hotdox
11th September 2010, 19:08
No need for writing plugin just use doxygen+gnu stl here in detail (http://whalebot.blogspot.com/2010/09/help-for-standard-library-in-your.html)

niXman
11th September 2010, 19:13
Thenks you!

ComaWhite
12th September 2010, 06:39
I wouldn't bother with cplusplus.com, it's a horrible site for learning C++.