forked from MadsBuus/gedit-snapopen-plugin
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
92 lines (73 loc) · 2.72 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Fuzzy Open (Gedit Plugin)
Andrew Liu <andrewliu33 (at) gmail com>
Mads Buus Jensen <[email protected]> (SnapOpen)
Changelog
Fuzzy Open
Version 1.3.2
* Add icon for search result
* Move the extension name to metadata area
* Fix the about dialog with correct combo key
Version 1.3.1
* Switching git metadata is available
* Fix the OK button in configuration
* Switch the shortcut to Ctrl + Shift + O
Version 1.3.0
* Added configuration window
* Case ignored search enabled
* Space ignored search enabled
* Custom settings of excluded file extensions
Version 1.2.0
* Fix the bug of hanging when closing the window by clicking the x button
* Now files with git modifacations will have better rank
* Git subdirectory now works fine
Version 1.1.0
* Ignore files that cannot be opend by gedit (jpg, gif, png, tif, psd, pyc)
* Fix the bug for non-Latin directory
* Change the menu entry to File
Version 1.0.0
* Forked from SnapOpen, use a different algorithm to do the search.
* Added metadata for search display:
- Git diff result (ie: +++-----)
- Relative modification time
- File extension name
Gedit Snap Open
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 ...
* Added a simple filter to search process, now all image files (png, jpg, jpeg, gif, psd) are ignored;
this improve a little the performance and avoid that gedit hangs when try to search into
folders (like /myapp/public/galleries/), also you'll get less useless files listed as available.
By Mario Zaizar <[email protected]> http://github.com/mariozaizar
version 1.2 (december 2009)
* moved to Github. Made it OSX compatible.
* minor changes
version 1.1.4 (january 2008)
* properly survives 'first-time' install. On new installations, the File browsers 'filter'
is not set yet (courtesy of Greg Gilbert).
* NOTE: no initial search, if pattern is empty.
* minor enhancements
version 1.1.3
* completion bug. find found all files matching subpath, which made
fro example a search of 'home' still find all files (because home was
part of the root path)
Now uses 'cd' and 'find .' instead of fullpathed find
* fixed uri bug
* moved 'head' pipe further back to improve matching
version 1.1.2
* multiple file open support
* case insensitivity and mulple patterns (Thanks, Dan)
* output piped through 'head to futher improve performance
version 1.1
* contains simple integration for Filebrowser (and eddt) plugins.
* performance improvements
* GNOME button compliance
version 1.0
* initial (usable) version
Thanks to:
Paolo Borelli
Marcus Lunzenauer
Gary Haran
Dan Lind
Greg Gilbert
Mario Zaizar
For more information, visit http://github.com/eggegg/fuzzyopen