I have a C help file in .chm format and I want to customize the IDE help system to search in this help file but I found no option to do that. How can I do that ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you are asking for a command like Borland's Ctrl+F1, I didn't find any.
Nevertheless, I've resolved a similar problem by using menu Tools -> Configure tools... -> Add.
On Win 7, I've used:
program : C:\Windows\hh.exe
parameters: full_path_to_your_chm_help_file
Unfortunately, Dev C++ does not allow creation of shortcuts for user tools, so you must use menu all the times...
I hope this helps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a C help file in .chm format and I want to customize the IDE help system to search in this help file but I found no option to do that. How can I do that ?
If you are asking for a command like Borland's Ctrl+F1, I didn't find any.
Nevertheless, I've resolved a similar problem by using menu Tools -> Configure tools... -> Add.
On Win 7, I've used:
program : C:\Windows\hh.exe
parameters: full_path_to_your_chm_help_file
Unfortunately, Dev C++ does not allow creation of shortcuts for user tools, so you must use menu all the times...
I hope this helps.