Skip to content

Commit 6aa14ff

Browse files
committed
upgrading extension to framework using yeoman template
1 parent 78360cf commit 6aa14ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2813
-2528
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015"]
3+
}

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "app/bower_components"
3+
}

.editorconfig

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
8+
[*]
9+
10+
# Change these settings to your own preference
11+
indent_style = space
12+
indent_size = 2
13+
14+
[*.json]
15+
indent_size = 2
16+
17+
# We recommend you to keep these unchanged
18+
end_of_line = lf
19+
charset = utf-8
20+
trim_trailing_whitespace = true
21+
insert_final_newline = true
22+
23+
[*.md]
24+
trim_trailing_whitespace = false

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ dist
2323
app/bower_components
2424
test/bower_components
2525
package
26+

.yo-rc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"generator-mocha": {}
3+
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ https://chrome.google.com/webstore/detail/auto-text-expander-for-go/iibninhmigge
2626
- Add support for Google Docs comments
2727
- Add support for everhour.com
2828
- Opera extension version
29+
- Working indicator
2930

3031
## Updating Instructions
3132
When releasing a new version, please update the following with the version number:
@@ -74,7 +75,7 @@ v1.8.5
7475
- Increase max time for shortcut detection to 10s
7576
- Figure out what's going on with the @ shortcut prefix issue
7677

77-
v1.8.4
78+
v1.8.4
7879
- Changed popup warnings when Chrome is not syncing the shortcuts properly to use a warning banner instead that is less in-your-face and still let you navigate sites without crying in frustration.
7980
- Fixing inconsistency with handling of trailing spaces. Should only add a space after the expansion if you typed a space.
8081
- Adding auto-capitalization with checking for lower-case versions of the word typed, and applying all-caps or just first letter capitalization automatically.

_locales/en/messages.json

Lines changed: 0 additions & 222 deletions
This file was deleted.

0 commit comments

Comments
 (0)