Package: gedit-source-code-browser-plugin / 3.0.3-5
Metadata
| Package | Version | Patches format |
|---|---|---|
| gedit-source-code-browser-plugin | 3.0.3-5 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 Retrieve data in the right folder.patch | (download) |
sourcecodebrowser/plugin.py |
2 1 + 1 - 0 ! |
retrieve data in the right folder The plugin originally assumes it is ran with all files (except for the gconf schema) in the user's ~/.local/share/gedit/plugins/sourcecodebrowser folder. This patch tells it to search for data files in /usr/share. |
| 0002 Port to Python 3 Gedit 3.8.patch | (download) |
sourcecodebrowser.plugin |
2 1 + 1 - 0 ! |
port to python 3 / gedit 3.8 |
| 0003 Port to gedit 3.12.patch | (download) |
sourcecodebrowser/plugin.py |
6 3 + 3 - 0 ! |
port to gedit 3.12 GEdit version 3.12 changed the API for plugins; in particular, this patch interfaces correctly with the side panel, which is now a GtkStack. |
| 0004 Try to load symbols on draw event.patch | (download) |
sourcecodebrowser/plugin.py |
4 2 + 2 - 0 ! |
try to load symbols on draw event We must make sure that symbols are loaded for current document even if the sourcetree does not get the focus: it is sufficient that it is drawn. |
| 0005 Fix copying of remote files with Python 3.patch | (download) |
sourcecodebrowser/plugin.py |
2 1 + 1 - 0 ! |
fix copying of remote files with python 3 This closes LP #1313112 |
