Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Everything Plugin #2

Closed
qianlifeng opened this issue Dec 22, 2013 · 7 comments
Closed

Add Everything Plugin #2

qianlifeng opened this issue Dec 22, 2013 · 7 comments

Comments

@qianlifeng
Copy link
Member

No description provided.

@ghost ghost assigned orzFly Jan 29, 2014
@orzFly
Copy link
Contributor

orzFly commented Jan 30, 2014

f9ff9af has finished Everything protocol. However this plugin still needs some tweaks.

@qianlifeng
Copy link
Member Author

Seems everything plugin didn't support wildcard like *.js

@orzFly
Copy link
Contributor

orzFly commented Mar 2, 2014

Regular Expression is supported. BTW, there is some options for RegEx.

private static extern void Everything_SetRegex(bool bEnable);

I think we can translate wildcard into RegEx such as replacing * into .*, ?
into . and leaving [a-z] as is.

On Sun, Mar 2, 2014 at 11:51 AM, qianlifeng notifications@github.comwrote:

Seems everything plugin didn't support wildcard like *.js


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-36445265
.

@cxfksword
Copy link
Contributor

i think the normal mode is more convenience then regex mode...

@cxfksword
Copy link
Contributor

Can change default to normal mode? And when user input a ev @ begin, then change to regex mode

@qianlifeng
Copy link
Member Author

I also think the normal mode will be more convenience.

@orzFly
Copy link
Contributor

orzFly commented Mar 20, 2014

Since icons has been added by @cxfksword in #59 #60, this can be closed now.

@orzFly orzFly closed this as completed Mar 20, 2014
@orzFly orzFly removed their assignment Jun 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants