08-12-2008 02:51 AM
Solved! Go to Solution.
08-12-2008 07:38 AM
08-12-2008 07:49 AM
08-13-2008 10:57 AM
Another option is to not use the function panels at all. You can get all the information from the function panels directly from the source code tooltips. If there is a '?' at the front of the function prototype tooltip (which pops up when you type the opening parenthesis, or by hitting <ctrl+shift+space> when the cursor is among the function name or the parameters), you can hit <F1> and another tooltip will appear that contains all the help for the parameter or the function, depending on where the cursor is. I find this much easier than going to the function panel while I am coding.
- jared