Commit Graph

  • bb0207c1e7 Adding support for mixed tab-and-space detection mixed Will Bradley 2015-02-17 14:02:47 -0700
  • 6cfb029215 Adding end-of-line highlighting as an option endofline Will Bradley 2015-02-17 13:50:00 -0700
  • f030fe86ee Add /Packages master Will Bradley 2015-02-17 13:02:06 -0700
  • 42b9b62842 Merge pull request #10 from jackmaney/master Kemal 2014-06-06 14:06:12 +0300
  • e363121abb Added highlight_whitespaces_enabled summary to README Jack Maney 2014-01-17 19:37:38 -0600
  • 0060617485 Merge pull request #9 from jethar/st3 Kemal 2013-10-22 08:10:38 -0700
  • 1df06d1ada Restored option to allow highlight on single space, but set as false by default Harjeet Singh 2013-10-21 19:14:30 +0530
  • 1067d50461 Enabling by default again Harjeet Singh 2013-10-21 17:30:44 +0530
  • 7c8152b0d6 Fixes for ST3 and disabling plugin by default Harjeet Singh 2013-10-21 17:20:29 +0530
  • 148ad95966 Hunt for spaces after tabs or tabs after spaces as well 1.1.2 Kemal Hadimli 2013-08-27 12:09:58 +0300
  • dc3c860a25 remove the only tab character in the file 1.1.1 Kemal Hadimli 2013-08-27 12:09:00 +0300
  • 551cf1e378 Update commented file settings in .py head Kemal Hadimli 2013-08-27 12:03:12 +0300
  • e9d8a6dd6e Merge branch 'master' of git://github.com/ebergama/HighlightWhitespaces into ebergama-master Kemal Hadimli 2013-08-27 12:00:04 +0300
  • 87141119fa added option to disable spaces or tabs Peter Conerly 2013-07-11 15:05:57 -0700
  • 17ca7f2616 last whitespace property enabled Ezequiel Bergamaschi 2013-08-20 22:05:50 -0300
  • 04b88f15bd update README to reflect ST3 support. 1.1.0 Kemal Hadimli 2013-05-03 14:57:42 +0300
  • 36f90560f4 ST3 support/bugfix (close #1) Kemal Hadimli 2013-05-03 14:48:58 +0300
  • ee312277e6 Add package settings menu and option to Edit menu (close #3) 1.0.0 Kemal Hadimli 2013-05-03 14:38:31 +0300
  • 6d7f7cd907 modify readme Kemal Hadimli 2012-10-05 00:37:19 +0300
  • 6df68e47ac add credits to readme Kemal Hadimli 2012-10-05 00:36:42 +0300
  • 638b85494c modify sublime-commands Kemal Hadimli 2012-10-05 00:31:23 +0300
  • 7937e3f10b update README Kemal Hadimli 2012-10-05 00:29:19 +0300
  • af12f19988 highlight tabs and double-spaces, modify default settings Kemal Hadimli 2012-10-05 00:28:45 +0300
  • b20299a0ea Rename plugin code and settings Kemal Hadimli 2012-10-05 00:27:52 +0300
  • 192af7b360 add keymaps Kemal Hadimli 2012-10-05 00:26:23 +0300
  • f7a577c8ae Merge pull request #21 from ka8725/master Jean-Denis Vauguet 2012-07-17 10:44:49 -0700
  • 131e360554 Change in readme path for packages on OS X Andrey Koleshko 2012-07-13 12:34:38 +0300
  • bc713eeccf Merge pull request #19 from tleruitte/master Jean-Denis Vauguet 2012-06-22 06:35:32 -0700
  • 99217fdcc2 fix bug in determining if the view is a find result Thibault Leruitte 2012-06-22 15:23:16 +0200
  • d25170415d Merge pull request #16 from bentruyman/master Jean-Denis Vauguet 2012-06-18 03:14:40 -0700
  • e2a5c3a49e Merge pull request #17 from tleruitte/master Jean-Denis Vauguet 2012-06-18 03:12:41 -0700
  • aca5ad04ef Don't show trailing whitespaces in find results views Thibault Leruitte 2012-06-18 12:01:47 +0200
  • c355e75eca Added support for in/excluding empty lines from being matched as trailing whitespace Ben Truyman 2012-04-30 21:38:29 -0500
  • a790a620e5 Merge pull request #1 from facelessuser/master Jean-Denis Vauguet 2011-10-20 11:05:19 -0700
  • 0c7c1e4ca4 -Add settings file and load it from main script -Change enable variable name so that it matches current naming convention -Add Trailing Space commands to the command palette so that delete and toggle can be called even without shortcuts defined facelessuser 2011-10-19 19:30:30 -0600
  • 710a69fd87 -ran pep8 and fixed suggestions except for a long line issue facelessuser 2011-10-18 18:14:17 -0600
  • 40dcc62448 -Change the enabling to True facelessuser 2011-10-18 17:08:29 -0600
  • 488e793fc5 -Add on_load and on_activated to find trailing spaces without being forced to edit file -Add Command to toggle on/off searching for trailing spaces -Initiate trailing space search on toggle "on" -Clear highlights on toggle "off" -Simplify find_trailing_spaces function facelessuser 2011-10-18 17:00:42 -0600
  • 2b6eab2236 Update README.md Jean-Denis Vauguet 2011-10-18 00:35:28 +0300
  • de1b631e60 README one-line wording. Jean-Denis Vauguet 2011-10-18 00:24:48 +0300
  • a9cb855ff3 Update README.md Jean-Denis Vauguet 2011-10-18 00:16:43 +0300
  • 0e826e824e First commit. Jean-Denis Vauguet 2011-10-17 23:15:03 +0200