Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 2.14 KB

README.md

File metadata and controls

52 lines (31 loc) · 2.14 KB

Overview

"Open URI Context Menu" is a plugin for gedit, the default Gnome text editor. This plugin adds two context menu items when we right-click on an URI present in the file content: open on the browser or open on gedit to view source code.

Original version was developed by Martin Szulecki for gedit 2.

The current repository is a port of the plugin to gedit 3.

Requirements

The plugin uses the command xdg-open from the package xdg-utils.

Installation

Development

Git is used for revision control. Repository can be browsed online or cloned.

License

Authors: Martin Szulecki <[email protected]>, Jean-Philippe Fleury (http://www.jpfleury.net/en/contact.php)
Copyright © 2007-2008 Martin Szulecki
Copyright © 2011 Jean-Philippe Fleury

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.