-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
pwa/bootstrap/** linguist-vendored=true | ||
*.cmd linguist-vendored=true | ||
pwa/style.min.css linguist-generated=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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
Sneepy 1.1: | ||
☐ Add variables to snippets (e.g. %VARIABLE%) | ||
☐ Save window size (add <autosave> to configuration) | ||
☐ Rename folder/files to safe name | ||
☐ Rename folder/files to safe name | ||
☐ Catch exceptions/errors | ||
☐ snippet folder not exists or empty | ||
☐ add folder, add/edit snippet | ||
☐ configuration | ||
☐ folder/file operation in generator |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
class Config: | ||
|
||
VERSION = '0.9.0' | ||
VERSION = '1.0.0 beta' | ||
|
||
def __init__(self): | ||
self.APP_ROOT = './' | ||
|