-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from matyalatte/dev
v0.8.0 release
- Loading branch information
Showing
71 changed files
with
2,075 additions
and
1,213 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
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 |
---|---|---|
@@ -1,16 +1,13 @@ | ||
{ | ||
"gui": [ | ||
{ | ||
"label": "Affix example", | ||
"command": "echo %-%", | ||
"components": [ | ||
{ | ||
"type": "text", | ||
"label": "Text box", | ||
"prefix": "-pre=", | ||
"suffix": " -suf" | ||
} | ||
] | ||
} | ||
] | ||
"gui": { | ||
"command": "echo %-%", | ||
"components": [ | ||
{ | ||
"type": "text", | ||
"label": "Text box", | ||
"prefix": "-pre=", | ||
"suffix": " -suf" | ||
} | ||
] | ||
} | ||
} |
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 |
---|---|---|
@@ -1,21 +1,18 @@ | ||
{ | ||
"gui": [ | ||
{ | ||
"label": "Button", | ||
"window_name": "Button sample", | ||
"command": "echo %-% %-%", | ||
"components": [ | ||
{ | ||
"type": "file", | ||
"label": "Some file", | ||
"button": "..." | ||
}, | ||
{ | ||
"type": "folder", | ||
"label": "Some folder", | ||
"button": "Open" | ||
} | ||
] | ||
} | ||
] | ||
"gui": { | ||
"window_name": "Button sample", | ||
"command": "echo %-% %-%", | ||
"components": [ | ||
{ | ||
"type": "file", | ||
"label": "Some file", | ||
"button": "..." | ||
}, | ||
{ | ||
"type": "folder", | ||
"label": "Some folder", | ||
"button": "Open" | ||
} | ||
] | ||
} | ||
} |
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 |
---|---|---|
@@ -1,34 +1,31 @@ | ||
{ | ||
"gui": [ | ||
{ | ||
"label": "Sample GUI", | ||
"command": "echo file: %-% & echo options: %-%", | ||
"components": [ | ||
{ | ||
"type": "file", | ||
"label": "Some file path", | ||
"extension": "any files (*)|*", | ||
"default": "./foo/bar" | ||
}, | ||
{ | ||
"type": "check_array", | ||
"label": "options", | ||
"items": [ | ||
{ | ||
"label": "falg1", | ||
"default": true | ||
}, | ||
{ | ||
"label": "falg2", | ||
"default": false | ||
}, | ||
{ | ||
"label": "falg3", | ||
"default": true | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
"gui": { | ||
"command": "echo file: %-% & echo options: %-%", | ||
"components": [ | ||
{ | ||
"type": "file", | ||
"label": "Some file path", | ||
"extension": "any files (*)|*", | ||
"default": "./foo/bar" | ||
}, | ||
{ | ||
"type": "check_array", | ||
"label": "options", | ||
"items": [ | ||
{ | ||
"label": "falg1", | ||
"default": true | ||
}, | ||
{ | ||
"label": "falg2", | ||
"default": false | ||
}, | ||
{ | ||
"label": "falg3", | ||
"default": true | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
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
Oops, something went wrong.