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

Fix emacs show-method bug #2377

Merged
merged 1 commit into from
Oct 9, 2016
Merged

Conversation

marierm
Copy link
Contributor

@marierm marierm commented Oct 5, 2016

Fix #132. Incorrect regexp caused methods names with a capital letter to be interpreted as a class name. Adding a start of word < seems to fix it.

Fix supercollider#132.  Incorrect regexp caused methods names with a capital letter to be interpreted as a class name.  Adding a start of word \\< seems to fix it.
@vivid-synth vivid-synth changed the title Fix bug #132 Fix emacs show-method bug Oct 5, 2016
@vivid-synth
Copy link
Member

Really digging in the crates for this one! I don't understand how the regex works, but I built this change and it does the intended fix:

Buffer.allocConsecutive( C-c RET

used to not show the arguments, now it does.

@vivid-synth vivid-synth merged commit 67dfbe0 into supercollider:master Oct 9, 2016
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