LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a IDE macro language

Most modern IDEs and editors have a macro language to automate common functions and for implementing standard formats. I have not been able to find any such feature in CVI. Is this because this tool does not have that feature or is it because I haven't tried hard enough.
For instance in CodeWright and Visual Studio, I have created some macros that insert boilerplate for file and function header comments. Is there a way to do the same thing in CVI?
0 Kudos
Message 1 of 2
(2,709 Views)
Starting with version 8.0, CVI now has the ability to record and playback keyboard macros that contain most types of actions that one would want to automate. However, it still does not offer a script language that you could program yourself. It simply translates your keyboard actions into its own script (and it shows you the actual steps), but it does not let you write the script directly.

But you could definitely use it to insert boilerplate code, as you described.

If we receive additional requests like yours, and this feature receives a lot of use, we'll consider enhancing it to allow more programming flexibility.

Luis
NI
0 Kudos
Message 2 of 2
(2,703 Views)