Skip to content

Commit b58f84b

Browse files
committed
Merge tag 'v1.0.2' into develop
- Top-level VI selection is now limited ONLY to VIs and VITs. - Application instance is set to the owning project of the top-level VI instead of the active project. - Added "get" to the acceptable inputs to read the top-level VI's path.
2 parents 5d107aa + b4331a3 commit b58f84b

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,3 @@ To read what the top VI is, enter "read" before activating the shortcut.
2828
+ Matt Jacobson
2929
+ Tim Robinson
3030
-------------------
31-
32-
### v1.0.0
33-
- Initial release
34-
35-
### v1.0.1
36-
- Top-level VI no longer needs to be open prior to executing the QD shortcut (once set).

Release Notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Release Notes
2+
3+
### v1.0.2
4+
- Top-level VI selection is now limited ONLY to VIs and VITs.
5+
- Application instance is set to the owning project of the top-level VI instead of the active project.
6+
- Added "get" to the acceptable inputs to read the top-level VI's path.
7+
8+
### v1.0.1
9+
- Top-level VI no longer needs to be open prior to executing the QD shortcut (once set).
10+
11+
### v1.0.0
12+
- Initial release

Top Level Launcher.lvproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<Item Name="vi.lib" Type="Folder">
2929
<Item Name="Compare Two Paths.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/libraryn.llb/Compare Two Paths.vi"/>
3030
<Item Name="Get File Extension.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/libraryn.llb/Get File Extension.vi"/>
31-
<Item Name="Trim Whitespace One-Sided.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Trim Whitespace One-Sided.vi"/>
3231
<Item Name="Trim Whitespace.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Trim Whitespace.vi"/>
3332
<Item Name="whitespace.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/whitespace.ctl"/>
3433
</Item>

Top Level Launcher.vipb

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2024-10-24 19:09:04" Modified_Date="2024-11-16 11:23:50" Creator="Test" Comments="" ID="4bd7d13d3a247eb2bb55c42851fe93b4">
1+
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2024-10-24 19:09:04" Modified_Date="2025-01-19 11:11:11" Creator="Test" Comments="" ID="f7a3da5fdac50b9d84f5ffef2e4724c3">
22
<Library_General_Settings>
33
<Package_File_Name>GCentral_lib_Top_Level_Launcher</Package_File_Name>
4-
<Library_Version>1.0.1.3</Library_Version>
4+
<Library_Version>1.0.2.4</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>Source</Library_Source_Folder>
77
<Library_Output_Folder>..</Library_Output_Folder>
@@ -36,15 +36,18 @@ To run the top VI, use Ctrl+[shortcut].
3636

3737
Advanced Operation using QD data entry:
3838
To set the top VI, enter "s" or "set" before activating the shortcut.
39+
To read what the top VI is, enter "get" before activating the shortcut.
3940
To run the top VI, enter "r" or "run" before activating the shortcut.
40-
To remove the top VI setting, enter "d", "del", "delete", or "remove" before activating the shortcut.
41-
To read what the top VI is, enter "read" before activating the shortcut.
41+
To remove the top VI setting, enter "d", "del", "delete", "rem" or "remove" before activating the shortcut.
42+
4243

4344
Default Shortcut - [E]</Description>
4445
<Copyright/>
4546
<Packager>GCentral</Packager>
4647
<URL>https://github.com/gcentral/top-level-launcher</URL>
47-
<Release_Notes>- Top-level VI no longer needs to be open prior to executing the QD shortcut (once set).</Release_Notes>
48+
<Release_Notes>- Top-level VI selection is now limited ONLY to VIs and VITs.
49+
- Application instance is set to the owning project of the top-level VI instead of the active project.
50+
- Added "get" to the acceptable inputs to read the top-level VI's path.</Release_Notes>
4851
</Description>
4952
<Destinations>
5053
<Toolkit_VIs>

0 commit comments

Comments
 (0)