Skip to content

Commit

Permalink
updated readme and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Buus Westmark committed Nov 16, 2010
1 parent fd1cd14 commit 99e50aa
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
10 changes: 2 additions & 8 deletions README
@@ -1,5 +1,5 @@
Gedit Snap Open Plugin
Copyright (C) 2006-2010 Mads Buus Jensen <online@buus.net>
Copyright (C) 2006-2010 Mads Buus Westmark <online@buus.net>

see CHANGELOG for details

Expand All @@ -18,15 +18,9 @@ and then hit enter to open that file.
If the file is already open, Gedit will switch to the proper tab.
Escape will close the dialog.
This plugin uses 'find' and 'grep' tools. You can modify the actual
search command by editing snapopen.py and look for the line starting with
search command by editing snapopen.py and look for lines around
cmd = "find ...

Known issues:
* Stalls if there are many files matched.
* Harmless broken pipe outputs with too many hits.
* 'find' command on every keystroke (not time-limited)
* Hard max-depth and 10 directories in 'find' command

For more information, visit my blog: http://www.upperbound.net/
Or the project page: http://github.com/MadsBuus/gedit-snapopen-plugin

15 changes: 14 additions & 1 deletion snapopen/CHANGELOG
@@ -1,8 +1,21 @@
Gedit Snap Open Plugin
Copyright (C) 2008 Mads Buus Jensen <online@buus.net>
Copyright (C) 2008 Mads Buus Westmark <online@buus.net>

Changelog

Version 1.4 (November 2010)
* Merged in Scotts changes from Github THANKS, SCOTT!
From Scott Bowers (https://github.com/sbbowers)
* Store the find results in a temporary file
* Grep on the temp file
* Run the find command in the background, allowing you to search immediately
* The "X" close button on the UI titlebar would destroy the giade window; reinitialize on activation
* Added directory filtering for common repositories
* Removed three character search limit
* Sort by filename rather than full path.
* Sorts in python rather than a separate sort process
* Details: https://github.com/MadsBuus/gedit-snapopen-plugin/pull/7#commits-pushed-193ca1c

Version 1.3 (December 2009)
* Update the CHANGELOG, VERSION and fix the broken project url.
* Delete the old Snap menu. Now you can call the action by Search > Open a file by name ...
Expand Down
9 changes: 0 additions & 9 deletions snapopen/TODO

This file was deleted.

2 changes: 1 addition & 1 deletion snapopen/VERSION
@@ -1 +1 @@
1.3
1.4

0 comments on commit 99e50aa

Please sign in to comment.