03-31-2016 03:21 PM
Hello,
Thanks!
Solved! Go to Solution.
03-31-2016 03:46 PM
Oh wow. I just discovered Options -> Colors -> unselect "Use System Colors". I can make the code so much more readable with that: dark background, strings colored, numbers colored etc.
Question no. 3 is (almost) answered with that.
04-01-2016 02:02 AM
Some of the features you are looking for are offered by the Source Code Browser facility: when on a variable, macro, function definition press Ctrl+F1 and the SCB will open showing you some references as in the picture below. When called on a function, it offers the list of callers and calees.
The window can be undocked, and (as highlighted in the lower right) the most recent searches can be reviewed.
Additionally, if "Go to definition" jumps to a different file, pressing Ctrl+Tab jumps to the most recent window opened. This is always valid: if you click on a panel or control name and press Ctrl+Shift+U to jump in the UIR editor where that particulat panel or control is, with Ctrl+Tab you go back to the source file you were. Quite handy.
04-04-2016 09:52 AM
Thanks! That definately helps. It is good to (slowly) learn all the little tweaks of CVI.
04-08-2016 01:52 AM
Hello,
1. To navigate back after Go to Definition, or Go to Next Reference you can use Ctrl+G(Go Back)
2. The previous search results are not preserved after a new search. The only history CVI keeps is the search expression in Find dialog.
Regards,
Constantin