Commit graph

156 commits

Author SHA1 Message Date
Alan Hamlett
c89b973cb1 disable screen redraw by default 2017-04-25 08:49:53 -07:00
Alan Hamlett
469bce9302 ability to disable screen redraw for improved performance 2017-04-25 07:56:04 -07:00
Alan Hamlett
5b52ce47d1 remove leading whitespace from reltimestr 2017-04-24 00:55:32 -07:00
Alan Hamlett
31f61d4aa7 v5.0.1 2017-04-24 00:46:37 -07:00
Alan Hamlett
583e902c61 call not needed when assigning to variable 2017-04-24 00:44:41 -07:00
Alan Hamlett
b86e69d9f6 Use localtime() when reltime() not available 2017-04-24 00:43:59 -07:00
Alan Hamlett
5b22d4c8c8 v5.0.0 2017-04-23 08:58:52 -07:00
Alan Hamlett
ec1f867807 last_activity_at better name than last_seen_at 2017-04-22 13:40:54 -07:00
Alan Hamlett
6bfd62865f use Dictionary for last heartbeat to improve readability 2017-04-22 13:39:07 -07:00
Alan Hamlett
f1b6c2a142 better comments around heartbeat logic 2017-04-22 13:08:49 -07:00
Alan Hamlett
8d3988ce97 update last sent time even when no heartbeats to send 2017-04-22 02:22:56 -07:00
Alan Hamlett
8a72498e13 buffer heartbeats in memory and send to wakatime-cli every 10 seconds 2017-04-22 02:09:01 -07:00
Alan Hamlett
d350a97b72 new WakaTimeApiKey command to edit api key within Vim 2017-04-21 08:00:06 -07:00
Alan Hamlett
eb862c880a add commands to toggle debug mode within Vim 2017-04-20 19:14:54 -07:00
Alan Hamlett
84e81cb596 correctly check for api key to fix #46 2017-04-18 01:57:35 -07:00
Alan Hamlett
6e4b160f97 v4.0.15 2017-04-13 23:05:54 -07:00
Alan Hamlett
c0fcdc52a8 support env variable 2017-04-13 23:04:40 -07:00
Alan Hamlett
e98a9f394f run wakatime-cli in foreground when debug mode on 2017-04-13 22:51:24 -07:00
Alan Hamlett
2bff8ca6cf https url 2017-04-13 22:47:29 -07:00
Alan Hamlett
a2b7bf1161 better formatted error message 2017-04-13 22:46:25 -07:00
Alan Hamlett
5de0208d3e display output from wakatime-cli when debug mode turned on 2017-04-13 22:37:10 -07:00
Alan Hamlett
ee7854b171 utility function to check if running on Windows platform 2017-04-13 00:19:37 -07:00
Alan Hamlett
2f5c426b8c echo heartbeat command when debug is turned on 2017-04-13 00:13:48 -07:00
Alan Hamlett
5163804e71 Use constants for truthy check to improve readability 2017-04-12 23:02:57 -07:00
Alan Hamlett
39222c3b74 v4.0.14 2017-02-20 16:28:01 -08:00
Alan Hamlett
25c4dedd66 use new --language cli argument 2017-02-20 16:23:13 -08:00
Alan Hamlett
28a55238a6 v4.0.13 2017-02-13 23:39:06 -08:00
Alan Hamlett
927ba8d229 capture stdout from wakatime-cli to fix #32 2016-09-17 17:08:58 +02:00
Alan Hamlett
da4c6b290e v4.0.12 2016-06-08 20:47:23 +02:00
Alan Hamlett
082a711995 v4.0.11 2016-05-16 16:11:45 +02:00
Alan Hamlett
9adf9a5570 use new --entity argument 2016-04-29 00:16:26 +02:00
Alan Hamlett
a71660899e use empty function instead of comparing to empty string 2016-04-20 10:10:44 +02:00
Alan Hamlett
f25495fee7 v4.0.10 2016-04-19 12:53:38 +02:00
Alan Hamlett
8f4f7b04f3 pass syntax of current file to wakatime-cli 2016-04-19 12:52:30 +02:00
Alan Hamlett
ed6f42d0da v4.0.9 2016-04-19 00:24:37 +02:00
Alan Hamlett
115b021982 v4.0.8 2016-03-06 14:17:14 -08:00
Alan Hamlett
91262cb3c0 v4.0.7 2016-01-11 11:32:22 -08:00
Alan Hamlett
6cf829f08d correctly check ignored files using regex 2015-12-29 10:03:51 -08:00
Alan Hamlett
f497ef6ff4 handle case where current file is empty 2015-12-29 09:43:16 -08:00
Alan Hamlett
b3d56ee30c cache last heartbeat in local variable for 10 seconds to prevent reading file on every keystroke to fix #35 2015-12-25 02:34:44 -06:00
Alan Hamlett
103fbb2c11 v4.0.6 2015-12-01 12:10:09 -08:00
Alan Hamlett
39598ddbdb v4.0.5 2015-09-07 21:31:14 -07:00
Alan Hamlett
93d94974e9 v4.0.4 2015-08-25 00:52:26 -07:00
Alan Hamlett
2ee2b4ea56 v4.0.3 2015-06-23 18:14:54 -07:00
Alan Hamlett
b2dcc7ccc2 v4.0.2 2015-06-11 14:17:20 -07:00
Alan Hamlett
3162cbdaac escape all command arguments for shell 2015-06-10 23:38:54 -07:00
Alan Hamlett
1e2ba90f70 v4.0.1 2015-05-31 17:57:16 -07:00
Alan Hamlett
a05fa9411f better variable naming 2015-05-20 20:15:23 -07:00
Matt Carter
06140ecd10 BUGFIX: Shell fails to execute cli.py if plugin_directory contains spaces 2015-05-21 10:21:16 +10:00
Alan Hamlett
12cbeb1ce3 prevent slowness in quickfix window to fix #24 2015-05-06 09:49:33 -07:00