PreviousNextTracker indexSee it online !

(35/212) 102 - modified-date filter for Search in Directory

Hi,
I'm using jEdit eveyday, and one of the many things I use it for is Search in Directory. However, the search is slow if there are many files there. I'd to see a filter using the modified date of file. Actually, I'm happy to do it myself, I you help me with pointers.

Details: It would require to date fields on the SearchDialog ("from" and "to"), precisely on the MutliFilePanel (I'm thinking of moving the "Directory" field above the "File Name" filter and below fit the fields and labels for the new filter). I'm also not sure of which classes the dates should be passed to. Is it the SearchAndReplace?

Please, tell me what do you think of this idea. And which version of the source code I should use to start with? Is it in CVs or SVN?

Submitted stanberka - 2006-11-26 07:11:06 Assigned
Priority 5 Labels core
Status open Group v5.2
Resolution None

Comments

2006-11-26 13:30:18
ezust

Logged In: YES
user_id=935841
Originator: NO

For people who want to add features to the search/replace, we often leave the built-in search dialog alone and add such features to the XSearch plugin, which has code which is very similar to, but completely separated from, jedit core.

If you want to add such a feature to XSearch, I have no problems with that. After it works, we can discuss moving it into the built-in search dialog too.

2006-11-26 20:21:01
stanberka

Logged In: YES
user_id=615064
Originator: YES

Thanks. Good idea. I'll work on adding the feature to XSearch and then we'll see where we go from there.