Closed GoogleCodeExporter closed 9 years ago
Sorry, that should say: gedit 3.2.3 in the subject/title.
Original comment by Rob.Mars...@gmail.com
on 21 Apr 2013 at 6:36
1. Please run gedit from terminal console and post the message for debug.
2. It's recommended to update your gedit.
Original comment by swatch.c...@gmail.com
on 23 Apr 2013 at 12:53
Sorry, I don't know what happened to my other post...I did run it in a terminal
console and saw:
Traceback (most recent call last):
File "/usr/lib/gedit/plugins/advancedfind/__init__.py", line 40, in do_activate
self._plugin = AdvancedFindWindowHelper(self, self.window)
File "/usr/lib/gedit/plugins/advancedfind/advancedfind.py", line 148, in __init__
self._results_view = FindResultView(window, self.result_gui_settings)
File "/usr/lib/gedit/plugins/advancedfind/find_result.py", line 93, in __init__
for i in range(0, column_num):
I then changed range(0, column_num) at both lines 90 and 93 to: range(0,
len(column_num)) and that seems to have fixed the problem.
I also did try to update gedit to 3.8.1 but ran into problems because of
missing, or incorrect versions, for several things that I was not able to
easily get on Ubuntu 11.10. After battling with it for a few hours, I gave up.
Perhaps I'll come back to it at some point.
Original comment by Rob.Mars...@gmail.com
on 23 Apr 2013 at 5:39
You should change line 88 but not line 90 and line 93.
column_num = len(self.findResultTreeview.get_columns())
I will fix this at next release.
Thanks for your information.
The plugin is not support gedit 3.8 for now.
I will fix it once I can update to gedit 3.8.
Original comment by swatch.c...@gmail.com
on 23 Apr 2013 at 9:17
Original comment by swatch.c...@gmail.com
on 23 Apr 2013 at 9:31
OK, I changed line 88. Thanks.
Original comment by Rob.Mars...@gmail.com
on 23 Apr 2013 at 2:08
[deleted comment]
Fixed at v3.5.4.
The plugin supports for gedit3.8 form v3.6.0.
Original comment by swatch.c...@gmail.com
on 1 May 2013 at 11:38
Original issue reported on code.google.com by
Rob.Mars...@gmail.com
on 21 Apr 2013 at 6:34