Skip to content

Releases: davidpeckham/sublime-filterlines

Fixes issue #53

09 Aug 09:36
22625ef
Compare
Choose a tag to compare

Fixes #53, that caused menu items. to be disabled and Command Palette to lose filter commands

PEP 8 cleanup

26 May 14:19
Compare
Choose a tag to compare

Now uses title case for all menu items, and PEP 8 cleanup.

Install instructions

21 May 02:40
Compare
Choose a tag to compare

Thanks to @isseiler for the pull request to add install instructions. I added some instructions to get people started. If you feel we need more detail here, please open an issue or pull request.

st3-3.1.0

17 Apr 09:26
Compare
Choose a tag to compare

3.1.0 April 10, 2017

This release is for Sublime Text 3 users. I have separate versions of the plugin for Sublime Text 2 and 3, and the version for Sublime Text 2 remains unchanged for now.

Changes

Folding is faster
Filtering in place is back!
New menus on the Edit > Lines and Edit > Code Folding menus, and in package manager

st3-3.0.0

03 Jan 23:30
Compare
Choose a tag to compare

It's been almost two years since I created this plugin, based on a tutorial by Daniel Beck. At the time, I had moved from TextMate to Sublime Text, and missed TextMate's Filter Lines feature. So I adapted Daniel's tutorial and used the plugin almost every day. With help from others, I added features like folding, filtering for non-matching lines, filtering in place, and custom line separators. But it wasn't very fast on large files, and with the new features it was getting harder to extend.

For this release, I made Filter Lines faster, especially for very large files, and refactored and simplified it so that it will be easier for others to extend. I refocused on the plugin's most useful features, and rewrote it to use the native Sublime Text 3 API where possible instead of Python modules. For example, I used the Sublime Text 3 search API instead of the Python regular expression module.

Unfortunately, I dropped two features -- filtering in place and custom line separators. I dropped filtering in place because I prefer not to modify the source buffer, and I dropped custom line separators to simplify the plugin.

This release is for Sublime Text 3 users. I have separate versions of the plugin for Sublime Text 2 and 3, and the version for Sublime Text 2 remains unchanged for now.

st3-2.0.3

28 Dec 18:09
Compare
Choose a tag to compare
Renamed repository and changed message file names

Renamed message files to see if Package Control will load them after
updating the plugin.

st2-2.0.3

28 Dec 18:09
Compare
Choose a tag to compare
Renamed repository and changed message file names

Renamed message files to see if Package Control will load them after
updating the plugin.

st3-2.0.2

27 Dec 18:04
Compare
Choose a tag to compare
Updated changelog

st3-2.0.1

27 Dec 17:09
Compare
Choose a tag to compare
Added changelog

st3-2.0.0

27 Dec 16:07
Compare
Choose a tag to compare
Removed Sublime Text 2 support