Skip to content

Commit

Permalink
Add WakaTime plugin (#75)
Browse files Browse the repository at this point in the history
* Add WakaTime plugin

* Change author to WakaTime

* fix wakatime for x86 platform
  • Loading branch information
gandarez authored and chcg committed Apr 14, 2019
1 parent 2bec26a commit ea356ff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions src/pl.x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,16 @@
"description": "Worried about zooming your document everytime you just want to scroll but accidentally still holding the [Ctrl] key? Then this plugin is what you want! It disables mouse zoom or keyboard zoom or both.",
"author": "Stanislav Eckert",
"homepage": "https://github.com/StanDog/npp-zoomdisabler"
},
{
"folder-name": "WakaTime",
"display-name": "WakaTime",
"version": "4.1.0",
"id": "9e57161a22f93452b167f98a6d8b7e1e422f4f236eb0d04afd5a4fc18efb75db",
"repository": "https://github.com/wakatime/notepadpp-wakatime/releases/download/4.1.0/WakaTime-4.1.0-x64.zip",
"description": "Notepad++ plugin for automatic time tracking and metrics generated from your programming activity.\r\nVisit https://wakatime.com to see your logged time.",
"author": "WakaTime",
"homepage": "https://github.com/wakatime/notepadpp-wakatime"
}
]
}
10 changes: 5 additions & 5 deletions src/pl.x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -1086,12 +1086,12 @@
{
"folder-name": "WakaTime",
"display-name": "WakaTime",
"version": "4.0.2",
"id": "c2f40c5fcd2e7b46d92631652a44c2c598915cb471ba62682b467e0ea1071af0",
"repository": "https://github.com/wakatime/notepadpp-wakatime/releases/download/4.0.2/notepadpp-wakatime-4.0.2.zip",
"description": "Metrics, insights, and time tracking automatically generated from your programming activity.",
"version": "4.1.0",
"id": "85230c140cb81e6ac334a0e55b44a280cf3616ce4d0ab2a55252a7c214761460",
"repository": "https://github.com/wakatime/notepadpp-wakatime/releases/download/4.1.0/WakaTime-4.1.0-x86.zip",
"description": "Notepad++ plugin for automatic time tracking and metrics generated from your programming activity.\r\nVisit https://wakatime.com to see your logged time.",
"author": "WakaTime",
"homepage": "https://wakatime.com/"
"homepage": "https://github.com/wakatime/notepadpp-wakatime"
},
{
"folder-name": "WindowManager",
Expand Down

0 comments on commit ea356ff

Please sign in to comment.