I d/l the findall plugin, but it doesn't seem to find anything. The option appears on the "Serach Menu" and the Plugin Preferences allow me to select where the item should be displayed, however, when I search for a series of words, NOTHING seems to happen.
I am using Python 2.4.1, wxPython 2.6.1 and MSWindows.
any suggestions ?
What is the behavior I should get ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Argg, I had an older version.
After downloading 0.8, I got also an exception:
I replaced the line 75 with:
target, i = self.parent.mainpanel.GetTargetNotebookPage(self.parent.FindAllPanelPositon)
but there is also another issue with drawing the panel.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I d/l the findall plugin, but it doesn't seem to find anything. The option appears on the "Serach Menu" and the Plugin Preferences allow me to select where the item should be displayed, however, when I search for a series of words, NOTHING seems to happen.
I am using Python 2.4.1, wxPython 2.6.1 and MSWindows.
any suggestions ?
What is the behavior I should get ?
I saw a traceback:
Traceback (most recent call last):
File "c:/drpython/plugins\FindAll.py", line 199, in OnFindAll
d = drFindAllDialog(DrFrame, -1, "Find All")
File "c:/drpython/plugins\FindAll.py", line 50, in __init__
drFindReplaceDialog.drFindReplaceDialog.__init__(self, parent, id, title)
TypeError: __init__() takes at least 5 arguments (4 given)
there are some other bugs there.
sorry, but this plugin needs an update.
Argg, I had an older version.
After downloading 0.8, I got also an exception:
I replaced the line 75 with:
target, i = self.parent.mainpanel.GetTargetNotebookPage(self.parent.FindAllPanelPositon)
but there is also another issue with drawing the panel.
So, I corrected the plugin.
Hopefully it works now ;)
New Version 0.0.9 (please see the downloads section).
I created this release with "Releaseforge" SF Project.
Really nice program, a release is created very fast.
Thanks.
Works great now.