Skip to content

Commit ac22118

Browse files
author
Mads Buus Westmark
committed
updated readme with tag info
1 parent e07a069 commit ac22118

File tree

3 files changed

+36
-27
lines changed

3 files changed

+36
-27
lines changed

README

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
Gedit Snap Open Plugin
2-
Copyright (C) 2006-2010 Mads Buus Westmark <[email protected]>
2+
Copyright (C) 2006-2011 Mads Buus Westmark <[email protected]>
33

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
58

69
This plugin makes it much more convenient to open related source files.
710
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.
912
Press CTRL+ALT+o (letter o) to open dialog (On MAC, the shortcut is alt-cmd-o)
1013

1114
Filebrowser integration: if the 'file browser' integration is enabled
1215
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.
1518

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,
1720
and then hit enter to open that file.
1821
If the file is already open, Gedit will switch to the proper tab.
1922
Escape will close the dialog.
2023
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
2225
cmd = "find ...
2326

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
2628

snapopen/INSTALL

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
Gedit Snapopen Plugin
22

3-
INSTALLATION INSTRUCTIONS
4-
5-
Downloaded:
6-
1) Extract contents of archive
7-
2) Copy files from gedit-snapopen directory to
8-
~/.gnome2/gedit/plugins
9-
3) Fire up gedit, go to Edit->Preferences, select the
10-
Plugins tab, and make sure "Snap Open" is checked
11-
12-
GIT clone
13-
1) git clone git://github.com/MadsBuus/gedit-snapopen-plugin.git
14-
2) create a symlink:
15-
mkdir -p ~/.gnome2/gedit/
16-
cd ~/.gnome2/gedit/
17-
ln -s [path/to/clone] plugins
18-
19-
3+
INSTALL (Gnome 3)
4+
5+
git clone git://github.com/MadsBuus/gedit-snapopen-plugin.git
6+
cd ~/.local/share/gedit/plugins
7+
ln -s [path/to/clone]/snapopen.plugin .
8+
ln -s [path/to/clone]/snapopen .
9+
10+
(If an directory is missing, just create it)
11+
12+
INSTALL (Gnome 2)
13+
14+
The last gnome 2 version is available as a tag.
15+
16+
git clone git://github.com/MadsBuus/gedit-snapopen-plugin.git
17+
cd gedit-snapopen-plugin
18+
git checkout gnome2.x
19+
cd ~/.gnome2/gedit/plugins
20+
ln -s [path/to/clone]/snapopen.plugin .
21+
ln -s [path/to/clone]/snapopen .
22+
23+
(If an directory is missing, just create it)
24+

snapopen/VERSION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
1.4
1+
1.5 (Gnome3)
2+
1.4 (Gnome2)
3+

0 commit comments

Comments
 (0)