Ticket #470 (closed task: fixed)
Scalable "Find in files..." dialog
| Reported by: | MoC | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | trunk |
| Keywords: | Cc: |
Description
AFAIK there were some discussions about adding a scalable dialog for "Find in files...". So I started to create one and the layout itself is already finished. However since I wanted to do it like the Padre::Wx::Dialog modules I actually broke the threading stuff. I can't really tell why it's not working, but I suspect that the object itself must be shared. I currently see no way to do this, so I'll just attach what I already created, so others can take a look at it. (Creating a shared object is not that easy, because it inherits from Wx::Dialog...) It'll be also fine for me, if someone just ripps out the dialog code and rewrites Padre::Wx::Ack with it. I'd do it myself but my interests currently lie elsewhere.
Attachments
Change History
Changed 4 years ago by MoC
- Attachment Padre.diff added

Patch, adding Padre::Wx::Dialog::FindInFiles? and rewritting the menu item.