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

Can't reuse callbacks #11

Open
AndrewRayCode opened this issue Feb 6, 2015 · 1 comment
Open

Can't reuse callbacks #11

AndrewRayCode opened this issue Feb 6, 2015 · 1 comment

Comments

@AndrewRayCode
Copy link

If you do this:

Project  '~/thing1' , 'callback'
Project  '~/thing2' , 'callback'
Project  '~/thing3' , 'calback'
Callback 'callback', [ 'CallbackFn' ]

Only you last project shows up in the new window project list.

You can fix it by doing this:

Project  '~/thing1' , 'c1'
Project  '~/thing2' , 'c2'
Project  '~/thing3' , 'c3'
Callback 'c1', [ 'CallbackFn' ]
Callback 'c2', [ 'CallbackFn' ]
Callback 'c3', [ 'CallbackFn' ]

but that's not ideal. seems like you should be able to reuse callbacks

@AndrewRayCode
Copy link
Author

Wait, I think I'm mistaking "callback" for the project key name. Maybe this isn't an issue.

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