3.1.0 on 14.04 & 3.10
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
Installed with (non-sudo) install.sh
Expected error on fail or functionality and config option. Instead, Plugin
activated, but without functionality.
Errors seen when gedit ran from terminal
Version 3.1.0 (May '13); Ubuntu 14.04LTS; gedit 3.10.4
Permission to create config path was denied. I sudo'd nautilus, created the
path manually, and relaxed it's access.
SmartHighlightingPlugin.do_activate wasn't called.
SmartHighlightingPlugin.get_instance errors, because self._plugin wasn't
defined via do_activate. Quick fix: "if not getattr(self, '_plugin', None):
self.do_activate()", then return values.
Basically works with these changes, but, changes to highlight colors only get
applied after gedit is restarted.
Thanks! Smart-highlighting is a very useful feature. I used it frequently in
notepad++, and I'm glad to have it again.
Original issue reported on code.google.com by bo...@soon.com
on 18 Jul 2014 at 6:41
GoogleCodeExporter commented
Could you explain in easy steps what I have to do to make it work? I don't
understand the example. Thanks!
Original comment by oliverh72@gmail.com
on 9 Sep 2014 at 4:54