AzaIndustries / advanced-find

Automatically exported from code.google.com/p/advanced-find
0 stars 0 forks source link

Advanced-Find 3.5.[23] not working on Ubuntu 11.10 with gedit 3.2.2 #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installed both 3.5.2 and 3.5.3
2. Enabled the plugin via the preferences menu and restarted gedit
3. Advanced find is not showing up under Search, and Ctrl-Shift-F doesn't work.

What is the expected output? What do you see instead?

I saw nothing at all.

What version of the product are you using? On what operating system?

Running on Ubuntu 11.10 with gedit 3.2.3 and both advanced-find 3.5.2 and 3.5.3 
using the install.sh script and manually installing, several times.

Please provide any additional information below.

I've tried this repeatedly, but I can't seem to get it to work. The 
requirements say: gedit 3.1.5 so it should work on 3.2.3.

Original issue reported on code.google.com by Rob.Mars...@gmail.com on 21 Apr 2013 at 6:34

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by swatch.c...@gmail.com on 23 Apr 2013 at 9:31

GoogleCodeExporter commented 8 years ago
OK, I changed line 88. Thanks.

Original comment by Rob.Mars...@gmail.com on 23 Apr 2013 at 2:08

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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