|
1 | 1 | Gedit Snap Open Plugin
|
2 |
| -Copyright (C) 2006- 2010 Mads Buus Westmark < [email protected]> |
| 2 | +Copyright (C) 2006- 2011 Mads Buus Westmark < [email protected]> |
3 | 3 |
|
4 |
| -see CHANGELOG for details |
| 4 | +This plugin is for Gnome 3. |
| 5 | +The old gnome2 version is available as a git tag. |
| 6 | + |
| 7 | +see INSTALL and CHANGELOG for details |
5 | 8 |
|
6 | 9 | This plugin makes it much more convenient to open related source files.
|
7 | 10 | Inspired by TextMate for Mac, this plugin will use regular expressions
|
8 |
| -to quickly search through files as you type. |
| 11 | +to quickly search through files as you type. |
9 | 12 | Press CTRL+ALT+o (letter o) to open dialog (On MAC, the shortcut is alt-cmd-o)
|
10 | 13 |
|
11 | 14 | Filebrowser integration: if the 'file browser' integration is enabled
|
12 | 15 | Snap Open will use the filebrowsers 'root' dir as top level dir when searching
|
13 |
| -for files to open. if filebrowser is NOT used, The files suggested are those |
14 |
| -in or below the directory from where gedit was started. |
| 16 | +for files to open. if filebrowser is NOT used, The files suggested are those |
| 17 | +in or below the directory from where gedit was started. |
15 | 18 |
|
16 |
| -You can enter text or use arrow keys to select the file, |
| 19 | +You can enter text or use arrow keys to select the file, |
17 | 20 | and then hit enter to open that file.
|
18 | 21 | If the file is already open, Gedit will switch to the proper tab.
|
19 | 22 | Escape will close the dialog.
|
20 | 23 | This plugin uses 'find' and 'grep' tools. You can modify the actual
|
21 |
| -search command by editing snapopen.py and look for lines around |
| 24 | +search command by editing snapopen.py and look for lines around |
22 | 25 | cmd = "find ...
|
23 | 26 |
|
24 |
| -For more information, visit my blog: http://www.upperbound.net/ |
25 |
| -Or the project page: http://github.com/MadsBuus/gedit-snapopen-plugin |
| 27 | +http://github.com/MadsBuus/gedit-snapopen-plugin |
26 | 28 |
|
0 commit comments