Commit Graph

209 Commits

Author SHA1 Message Date
yogesh nachnani 108e2e5024 makes plugin compatible with old vim installations that do not have quitpre 2017-04-30 17:24:19 +05:30
Alan Hamlett dcfaf16a96 make sure buffered heartbeats keep correct ordering 2017-04-26 20:02:22 -07:00
Alan Hamlett 8aa92e51bf improve has_reltime check 2017-04-26 18:57:33 -07:00
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
Alan Hamlett a490f364cd don't log time to git temporary files 2015-05-06 09:18:54 -07:00
Alan Hamlett 7da8bf757e don't display setup complete message every time Vim starts, only display first time setting up cfg file. 2015-05-03 22:10:32 -07:00
Alan Hamlett 93214f59c6 check for api key in config file 2015-05-03 09:52:49 -07:00
Alan Hamlett d5d66daa53 remove code to check for api key in config file, will add back in a separate commit for readability 2015-05-03 09:52:33 -07:00
Alan Hamlett a7d48d3507 v4.0.0 2015-05-01 16:10:44 -07:00
Alan Hamlett ec353d8fe6 check for api key in config file to fix #23 2015-05-01 16:08:02 -07:00
Alan Hamlett f5848439ff v3.0.9 2015-04-02 17:18:15 -07:00
Alan Hamlett d6816d3766 v3.0.8 2015-03-09 15:29:10 -07:00
Alan Hamlett ed8595bf0b upgrade wakatime cli to v4.0.4 2015-03-09 15:27:37 -07:00
Alan Hamlett d639c5ea7b allow changing the python binary used 2015-02-12 19:19:40 -08:00
Alan Hamlett 30ce2e3067 v3.0.7 2015-02-12 19:08:59 -08:00
Alan Hamlett 19b6477daa v3.0.6 2015-01-19 20:42:50 -08:00
Alan Hamlett e6660c7008 include vim version in plugin user agent string 2015-01-19 20:42:03 -08:00
Alan Hamlett 28ec37cab4 prompt for api key after first buffer window has opened, because MacVim hangs forever waiting for user input before opening a buffer. 2015-01-19 20:36:23 -08:00
Alan Hamlett 7936938364 v3.0.5 2015-01-13 14:02:47 -08:00
Alan Hamlett 49c30c9b89 v3.0.4 2015-01-06 11:36:39 -08:00
Alan Hamlett 863eabb446 v3.0.3 2014-12-25 13:36:13 -06:00
Alan Hamlett 027f0c27bf v3.0.2 2014-12-25 01:03:47 -06:00
Alan Hamlett 1803af8439 write more default config values to .wakatime.cfg INI file when creating 2014-12-24 11:58:05 -06:00
Alan Hamlett 8d6185ce86 v3.0.1 2014-12-23 05:37:20 -06:00
Alan Hamlett 8eb0ca0ce5 v3.0.0 2014-12-23 05:24:15 -06:00
Alan Hamlett ae002d43f8 v2.0.16 2014-12-22 00:57:20 -06:00
Alan Hamlett 180ff31582 v2.0.15 2014-12-05 02:39:19 -08:00
Alan Hamlett 20fceaef37 v2.0.14 2014-12-04 11:44:12 -08:00
Alan Hamlett 048c21c084 v2.0.13 2014-11-30 22:20:46 -08:00
Alan Hamlett 28ee27f297 v2.0.12 2014-11-18 16:04:37 -08:00
Alan Hamlett b0bdbf4b52 upgrade wakatime package to v2.1.6 to fix list index error when detecting subversion project. 2014-11-18 16:03:54 -08:00
Alan Hamlett 9367f15ef1 v2.0.11 2014-11-12 19:35:42 -08:00
Alan Hamlett 7ec0a1d703 v2.0.10 2014-11-10 15:18:26 -08:00
Alan Hamlett c248c20aea v2.0.9 2014-11-03 22:53:22 -08:00
Alan Hamlett 631c61ea1c v2.0.8 2014-09-30 10:15:34 -07:00
Alan Hamlett 2134f5bbfc v2.0.7 2014-09-30 09:24:48 -07:00
Alan Hamlett bb9dff2c85 v2.0.6 2014-08-29 12:47:30 -07:00
Alan Hamlett 10657d8f85 v2.0.5 2014-08-07 08:29:01 -07:00
Alan Hamlett f2a92b80fb v2.0.4 2014-07-25 02:45:35 -07:00
Alan Hamlett a935cf636c v2.0.3 2014-06-09 15:23:56 -05:00
Alan Hamlett 5d7956a6f3 add support for windows 64bit os 2014-05-28 23:14:25 -07:00
Alan Hamlett 193e009c56 v2.0.2 2014-05-26 22:44:50 -07:00
Alan Hamlett 7e0ad67680 fix executing python api interface command in windows 2014-05-26 22:39:37 -07:00
Alan Hamlett 86eebd9e8f v2.0.1 2014-05-26 14:59:47 -07:00
Alan Hamlett a1cfa5eee0 v2.0.0 2014-05-25 17:26:29 -07:00
Alan Hamlett d907ce8c5b change www.wakatime.com to wakatime.com 2014-03-14 13:35:11 -07:00
Alan Hamlett d14c5492ac fix license ext 2014-03-12 17:32:05 -07:00
Alan Hamlett ca88a8476f add license and website info to plugin header 2014-03-12 17:30:50 -07:00
Alan Hamlett 82b609cb6b v1.5.4 2014-03-05 13:50:38 -08:00
Alan Hamlett ada8c6bcf7 v1.5.3 2014-02-28 18:46:23 -08:00
Alan Hamlett 0788628b95 only save last action when sending to wakatime-cli 2014-02-28 18:46:03 -08:00