02-09-2012 07:32 AM
When I'm searching through cases of a large event structure or a case structure to investigate its LabVIEW code it would be helpful to have the possibilty just to jump back to the last position inside the code. (like in C# with "STRG + .") Even better it would be to jump back along a whole history of positions.
Solved! Go to Solution.
02-09-2012 07:41 AM
Here also you have the options like Ctrl - G (Forward) and Ctrl - Shift - G (Backward) for searching.
02-09-2012 07:45 AM
Are you aware that you can click on the selector lable and pick where you go? You can also click on the arrows nex to the selector lable and go forward and backward.
02-09-2012 08:12 AM
Thanks for the answers. But in my scenario i'm not using the search dialogue (Ctrl + F). I've just selected a case of my structure like aeasted mentioned and then go to a different case of that structure. Now i want to go back to the first case without searching or selecting the case directly. Sometimes I don't even know the name of this case i want to go back. I'm getting older and forget more and more things... 🙂
02-09-2012 08:14 AM
For easy navigation you can use Ctrl - Mouse scroll. But the option that you are looking is not present in LabVIEW (I guess).
02-09-2012 08:15 AM
This has actually already been proposed as an idea: http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Create-anchors-and-shortcuts-inside-LabVIEW-code-for/i...
Note that in the comments for that idea you will see numerous related ideas.
02-09-2012 08:16 AM
You can submit an idea to the idea exchange.
http://forums.ni.com/t5/LabVIEW-Idea-Exchange/idb-p/labviewideas
If enough people like the idea it can get included in LabVIEW.
02-09-2012 08:23 AM
Well I saw that idea in the meantime too. (and different ones) But my first search was'nt successful... 😞
Thanks for all your messages!
Sincerely Thomas
02-09-2012 11:33 AM
Yeah, something like IE's navigation button functions could be useful. Select a case, thumb button to return to the previous, thumb2 to go forward again. I can see some benefits in that.
/Y
02-09-2012 11:49 AM
I have this JKI RCF plug-in in the LAVA Code Repository. The tree in the second image is a list of all the states in my VI. The state navigation feature sorta works 🙂