Skip to content

Can't reuse callbacks #11

@AndrewRayCode

Description

@AndrewRayCode

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions