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

Request: Add to favorites by window title regex match #159

Closed
s-thom opened this issue Aug 2, 2015 · 2 comments
Closed

Request: Add to favorites by window title regex match #159

s-thom opened this issue Aug 2, 2015 · 2 comments

Comments

@s-thom
Copy link

s-thom commented Aug 2, 2015

Best way to introduce this is to give an example.

Minecraft's window titles are "Minecraft ". I don't wish to add by process, as there are other things that use javaw.

In this case, you want something a bit less strict than the entire window title, but more strict than process name.

Of course, this would be useful for any games that put a version number/string in the window title, not just Minecraft.

(As a side note, the regex string Minecraft (\d+\.\d+\.\d+|\d+w\d+\w) should match all recent versions of the game (including snapshots))

I've forked and made changes, should have a PR coming in soon.

@s-thom
Copy link
Author

s-thom commented Aug 2, 2015

Due to some strange issues I'm getting in Visual Studio, this may be a little while.

@psouza4
Copy link
Contributor

psouza4 commented Aug 2, 2015

Merge completed!

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

2 participants