11-01-2017 04:33 AM
Hello NI,
a more recent version of CVI introduced the convenient feature 'Edit / Format Selection' (Shift / Insert) allowing to 'beautify' code, e.g., convert
MyLongFunctionName ( arg_1,
arg_2,
arg_3 )
to
MyLongFunctionName ( arg_1,
arg_2,
arg_3 )
This is especially convenient for nested for loops or if then else constructs.
Unfortunately, the algorithm used by CVI only seems to consider a limited number of characters, i.e., the alignment of
ThisFunctionNameUnfortunatelyIsTooLong ( arg_1,
arg_2,
arg_3 )
does not work as outlined above.
If I am allowed to suggest an improved version...
Thanks ![]()
Solved! Go to Solution.
11-01-2017 09:13 AM
I think it's the same as this one
11-01-2017 11:05 AM
yes.... thanks for uncovering my four years old post ![]()
...there are simply too many wishes waiting ![]()
You kindly might consider this post as support to finally improve on this feature...... why is NI that slow? ![]()