Coder Social home page Coder Social logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Sorry the version of this plugin is at 3.3.3

Original comment by [email protected] on 13 Jan 2012 at 5:40

from advanced-find.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Thanks for your replying.

It uses the grep command to speed up the searching in directory function.
grep treat patterns as regular expressions even you don't check that.
[ and $ are both key characters of regular expression and make your pattern a 
bad regex pattern.
That's why searching in directory function found nothing.

I will try to fix this.



Original comment by [email protected] on 14 Jan 2012 at 3:49

  • Changed state: Accepted

from advanced-find.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Fix at v3.3.4.
Please try it again.

The solution is ugly, and I think the problem is not solved completely.
My suggestion is using the function carefully when searching non-alphanumeric 
characters.

Please let me know if there are any problem.
Any suggestion or idea is welcome.


Original comment by [email protected] on 15 Jan 2012 at 7:12

  • Changed state: Fixed

from advanced-find.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
No, 3.3.4 still cannot find some of the patterns:

t => [
=> [

And issue 48 also broke.

Original comment by [email protected] on 17 Jan 2012 at 12:07

from advanced-find.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Thanks for testing and replying

As I post before, the problem is about grep.
Any idea how to search the patterns that you listed with grep command?

Or I can just stop using grep, but that will make the function much slower.

Original comment by [email protected] on 17 Jan 2012 at 3:22

from advanced-find.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Perhaps try grep -F if not using regular expression?

Original comment by [email protected] on 17 Jan 2012 at 7:34

from advanced-find.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Try v3.3.5.
I think the problem is solved.
Thanks for your advice.

Original comment by [email protected] on 17 Jan 2012 at 11:54

from advanced-find.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Confirmed! You are welcome.

Original comment by [email protected] on 18 Jan 2012 at 5:12

from advanced-find.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024

Original comment by [email protected] on 18 Jan 2012 at 11:37

  • Changed state: Verified

from advanced-find.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.