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

PR: Fix error when the selecting an unicode word #4946

Merged
merged 3 commits into from
Aug 11, 2017

Conversation

rlaverde
Copy link
Member

Fixes: #4943

I tried to use @stonebig suggestion of isidentifier() but It was not possible because it was used in a regex expression, I instead improve the regex according in this answer https://stackoverflow.com/a/10134719/1335555

@rlaverde rlaverde added this to the v3.2.1 milestone Aug 11, 2017
@rlaverde rlaverde self-assigned this Aug 11, 2017
@rlaverde rlaverde requested a review from goanpeca August 11, 2017 17:43
@rlaverde rlaverde force-pushed the select-highlight-unicode branch from d9984d8 to dae8fde Compare August 11, 2017 18:42
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rlaverde, great job!

@ccordoba12 ccordoba12 merged commit b100a33 into spyder-ide:3.x Aug 11, 2017
ccordoba12 added a commit that referenced this pull request Aug 12, 2017
@rlaverde rlaverde deleted the select-highlight-unicode branch September 23, 2017 15:58
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

Successfully merging this pull request may close these issues.

2 participants