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

SCfindArgs() references the wrong method #27

Open
andrewcsmith opened this issue Aug 7, 2014 · 0 comments
Open

SCfindArgs() references the wrong method #27

andrewcsmith opened this issue Aug 7, 2014 · 0 comments

Comments

@andrewcsmith
Copy link

When my cursor is where it is below:

EnvGen.kr(Env.perc(0, [CURSOR]1), gate, doneAction: 2) * ...

And I run :call SCfindArgs(), it gives me this:

-> EnvGen *kr (envelope: nil, gate: 1, levelScale: 1, levelBias: 0, timeScale: 1, doneAction: 0)

Really, though, I want the args for Env *perc, not EnvGen *kr.

It looks as though it's just grabbing the first method of the given line of the text file. Unfortunately this means that using method highlighting enforces a particular way of formatting code.

davidgranstrom added a commit to davidgranstrom/scvim-deprecated that referenced this issue Nov 9, 2014
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

1 participant