visualgrep / app

Non-indexed full text search of files supporting filters, regular expressions and folder traversal options
http://visualgrep.com
6 stars 0 forks source link

Question: A Template for each Folder Project? #19

Closed ghost closed 11 years ago

ghost commented 11 years ago

Davide, if I have several projects (say, programming projects), each one in a folder... Is creating a Template for each the best way to go?

...My goal is to easily (and quickly) search for a piece of text (say "todo: ") in each one of them at each time.

dafi commented 11 years ago

Maybe adding the ability to specify many directories where to search is the solution.

If the search can traverse multiple directories you can save the template for "group"

ghost commented 11 years ago

Maybe adding the ability to specify many directories where to search is the solution.

Yes, this would make sense. Because then I could setup only one criteria / filter for all projects of the same kind.

dafi commented 11 years ago

I'm realizing only now this is a terrific improvement, why I have not thought about it before... I hope to starting working to it very soon

ghost commented 11 years ago

That's great! :) Thank you, Davide.

dafi commented 11 years ago

Thanks to you for feedback.

This feature requires a bit of work but I really need it for myself so its priority is 'urgent'

dafi commented 11 years ago

Just a preview of Multi Paths Search, obviously the height can be changed from user and by default is only two lines tall Search order can be changed dragging paths in preferred order

multiplepaths

ghost commented 11 years ago

Wow! This is wonderfully implemented! :)

Is each path's text directly editable? (Or would this take too much work to implement?)

dafi commented 11 years ago

No, paths can't be edited by design. This because any path must be "validated" by powerbox (eg the Apple sandbox) so if user edits the path to a parent then everything works fine but if he/she types a not already-open-from-dialog-or-dragged path then an alert box warns users to select the path from open dialog.

Current VG allows to edit path but suffers of this ugly behaviour, so I've decided to redesign the path list

ghost commented 11 years ago

Current VG allows to edit path but suffers of this ugly behaviour, so I've decided to redesign the path list

OK. So we can just double click on a path (in the list) and the folder selection dialog comes up? Is that it?...

dafi commented 11 years ago

OK. So we can just double click on a path (in the list) and the folder selection dialog comes up? Is that it?...

Yes

ghost commented 11 years ago

OK. Seems good to me :)