LabVIEW Idea Exchange

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 
Post an idea

Certain keyboard shortcuts are standard across operating systems and applications. When doing text entry, LabVIEW implements ctrl-c, crtl-v, and ctrl-arrow keys for text selection and manipulation, but does not allow ctrl-a. I have implemented this for string controls. 

 

I would like to see this be the default behavior for all text entry. 

 

In LabVIEW, ctrl-a currently selects all objects on the FP or BD. But when the cursor is in an active text field, ctrl-a should select all text in that field. This should include strings, tables, graph labels, control labels and captions, numeric controls and indicators, free labels, and so on, and should work in development and at runtime.

The idea is to decouple the icon editor from LabVIEW so users can create their own. The intention is to make it easier for people to distribute their own icon editors by only having to place code on disk and modifying an ini token.

 

This would mean modifying lv_icon.vi so that it contains nothing but a launcher that would load the new icon editor from a path specified on a LabVIEW INI token.

 

There will be a default plugin that would hold the current icon editor, the path to the default icon editor would be a part of the LabVIEW ini file on LabVIEW install.

 

I created a working prototype that does that here.

 

I want to make sure this idea gets traction before going further with this.

Windows 10 now handles long file paths although it has to be enabled with via various possible registry or group policy edits. Windows applications have to opt in. LabVIEW source code should be able to utilize long file paths.

Hi all,

 

What I'm asking for is an optional indication of reentrancy in the context help window.

 

contextHelpReentrancyIndicator.png

 

 

This would save the user from having to open VI Properties on several VIs, and would be particularly useful when viewing the VI hierarchy.

 

 

I realize that Greg Freeman suggested something similar.  My intent here is to narrow down several ideas from that conversation down to a single suggestion.


(I hope I still didn't manage to post a duplicate. Apologies if I did.)

 

Thanks,

 

Jim

Currently text in an "unbundle by name" node is centered. This makes for poor readability when there are several elements being unbundled.

 

Centered.png

 

I think that changing the justification from center to left does improve readability.

 

Left Aligned.png

 

Note 01: This apply to bundle by name as well.

Note 02: implementing this idea my gave us this one for free.

Drawing on an idea from Visual Studio... If I have a hierarchy of VIs in memory or a project open, it would be useful for navigation to have a shortcut key that brings up a quick dialog where I can type in a full or partial file name and hit Enter and that named VI will be brought to the foreground. This way you don't have to care about path on disk or navigating to find the VI in the VI Hiearchy or project tree. The dialog would just know about all the VIs currently listed in your project or currently in memory and open the path that matches the filename. 

 

Unlike MSVS, LV has the problem of VIs with identical file names in different libraries. Tab name completion (type a bit of the library name, hit tab to finish that name, then type part of the desired file name) could solve this. Alternatively, if you type in a filename shared by multiple VIs, you get a second dialog to choose  which one you want (like the selection dialog that appears when you double click on a dynamic dispatch subVI node). 

 

LV also has an issue with the same VI being loaded in multiple application instances. I suggest that the shortcut key always take you to the VI in the current app instance and fail if the VI is not in the current app instance (and by current I mean whatever app instance the VI that currently has focus is in).  It should never open a VI in another app instance as that can lead to confusion about what is being edited... to change current app instances, you would use the project tree to deliberately open the VI, just as you do today. 

 

My first instinct for the shortcut would be ctrl+shift+o because of its relationship to Open, but given that this might be frequently used, having a shortcut that doesn't involve two modifiers would probably be preferred by most people. MSVS uses ctrl+/ for this accelerator.

IMO, the Diagram Disable Structure causes bugs, because the output tunnels of the Diagram Disable Structure are set to "Use Default if Unwired", and the default values are very often not desireable, as can be seen in the screenshot, below:

 

 

See this blog article, for more details:

 

http://thinkinging.com/2008/05/11/the-diagram-disable-structure-causes-bugs/