Update For gedit 3.10.4 python 3.4.3+ (Ubuntu 15.10)#5
Open
scottyg wants to merge 6 commits intomtrovo:masterfrom
scottyg:master
Open
Update For gedit 3.10.4 python 3.4.3+ (Ubuntu 15.10)#5scottyg wants to merge 6 commits intomtrovo:masterfrom scottyg:master
scottyg wants to merge 6 commits intomtrovo:masterfrom
scottyg:master
Conversation
def deactivate(self, window):
^
TabError: inconsistent use of tabs and spaces in indentation
(gedit:2482): libpeas-WARNING **: Error loading plugin 'zencoding'
Traceback (most recent call last):
File "~/.local/share/gedit/plugins/zencoding/__init__.py", line 148,
in update_ui
reload(my_zen_settings)
NameError: name 'reload' is not defined
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "~/.local/share/gedit/plugins/zencoding/__init__.py", line 258,
in do_update_state
self.instances[self.window].update_ui()
File "~/.local/share/gedit/plugins/zencoding/__init__.py", line 150,
in update_ui
md = Gtk.MessageDialog(self.window, Gtk.DIALOG_MODAL,
Gtk.MESSAGE_ERROR,
File "/usr/lib/python3/dist-packages/gi/overrides/__init__.py", line
38, in __getattr__
return getattr(self._introspection_module, name)
File "/usr/lib/python3/dist-packages/gi/module.py", line 137, in
__getattr__
self.__name__, name))
AttributeError: 'gi.repository.Gtk' object has no attribute
'DIALOG_MODAL'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated code for Python 3