-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Local-Client&Specs: update 'Tool\Other' pack type
- Loading branch information
Showing
12 changed files
with
138 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
;Launch script | ||
|
||
#NoEnv | ||
#NoTrayIcon | ||
#SingleInstance,off | ||
SetWorkingDir %A_ScriptDir% | ||
RunWait,files\main_script.ahk | ||
ExitApp |
10 changes: 10 additions & 0 deletions
10
Local-Client/Test_Packages/sample_tool/files/main_script.ahk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | ||
#Warn ; Recommended for catching common errors. | ||
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | ||
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | ||
;<<<<<<<< HEADER END >>>>>>>>> | ||
|
||
FileRead,stuff,some_text.txt | ||
MsgBox Sample tool`n`nContents of "some_text.txt" :`n`n%stuff% | ||
|
||
ExitApp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
1234567890 | ||
abcdefghijklmnopqrstuvwxyz | ||
ABCDEFGHIJKLMNOPQRSTUVWXYZ | ||
!@#$%^&*()`~-_=+,./<>?;'\:"|[]{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
;empty since no registry or any special handling is needed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"ahkbranch":"v1.1", | ||
"ahkflavour":[ | ||
"a32", | ||
"u32", | ||
"u64" | ||
], | ||
"ahkversion":"1.1.15.00", | ||
"author":"Joe DF", | ||
"description":"This is a sample description.\nThis is the second sentence of this description.", | ||
"forumurl":"http:\/\/forum.com\/?topic=1234", | ||
"id":"sample_tool", | ||
"license":"ASPDM Default License", | ||
"name":"Sample tool", | ||
"required":{ | ||
|
||
}, | ||
"screenshot":"", | ||
"tags":[ | ||
"sample", | ||
"tool", | ||
"test" | ||
], | ||
"type":"Tool", | ||
"version":"1.0.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
;empty since no registry or any special handling is needed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16e9b44
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great !
16e9b44
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, ASPDM is coming along well! 👍
16e9b44
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep up the good work! I've just opened #9, #10 and #11, since these are things that IMO need to be changed or added.
In the future I may choose to deploy SciTE4AHK using ASPDM.
16e9b44
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! ... and thanks! I will check them out. 😄