gedit-source-code-browser icon indicating copy to clipboard operation
gedit-source-code-browser copied to clipboard

Port to Python 3 / Gedit 3.8

Open SimonSapin opened this issue 12 years ago • 8 comments

Gedit 3.8 switched to Python 3 for its plugins.

SimonSapin avatar Apr 22 '13 11:04 SimonSapin

This plugin doesn't work anymore with Gedit 3.8!! :(

gracca avatar Aug 04 '13 09:08 gracca

@gracca , can you be more specific? What exactly doesn’t work? Do you get any output if you start gedit from a terminal?

SimonSapin avatar Aug 04 '13 11:08 SimonSapin

@SimonSapin sorry, I didn't see the tabs for Commits and Files Changed. After applying your changes now the plugin works like a charm. Thank you!

gracca avatar Aug 04 '13 20:08 gracca

@SimonSapin: How to download the changes you made as a diff or patch file?

gracca avatar Aug 05 '13 04:08 gracca

@gracca GitHub easter egg: add .diff or .patch to this URL.

But a better way is to use git to fetch the gedit3.8 branch from my fork of the repository: https://github.com/SimonSapin/gedit-source-code-browser.git , or convince @Quixotix to merge this pull request :)

SimonSapin avatar Aug 05 '13 07:08 SimonSapin

Fetched the branch, and I'm going to contact @Quixotix :)

Thanks again!

gracca avatar Aug 05 '13 15:08 gracca

Thanks for fixing this! Wondering if you might be able to suggest/help patching his other plugin, gedit-django-project

I've tried to apply some similar cleanups to this commit, but can't seem to get it working. I have not done any work with python3, so I think I am missing something basic here.

suprafly avatar Jan 27 '14 07:01 suprafly

@suprafly I’m not personally interested in gedit-django-project, but maybe someone could help on IRC (#python on Freenode) or stackoverflow.

SimonSapin avatar Jan 27 '14 15:01 SimonSapin