Forum Discussion
Altera_Forum
Honored Contributor
20 years agoNios II IDE - making it more user-friendly
Is there a way to make IDE more programmer friendly by hooking it up with some context-sensitive C library reference ? When I work with Borlad C/C++ tools or MS Visual C/C++ I can press F1 key any...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by queisser@Apr 25 2006, 02:05 PM i think the main problem would be to find the appropriate reference. how would you know where to search for a given term under the cursor? --- Quote End --- Borland tools do it, so it is doable. When your mouse is over "messages" window than they look for the error name, when in the editor, they look in the library reference. There is some support for this in the Eclipse - when your mouse is hovering over your own function name you get a popup window with brief function prototype, but this does not work for library functions nor for compiler error/warning messages.