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

release 0.6.5 breaks buttons #35

Open
BPMinaker opened this issue Oct 12, 2019 · 6 comments
Open

release 0.6.5 breaks buttons #35

BPMinaker opened this issue Oct 12, 2019 · 6 comments

Comments

@BPMinaker
Copy link

I think after update to 0.6.5 tool bar buttons are broken, at least for my .jl scripts. Was working great on 0.6.4, even though the html button was invisible. 0.6.5 brings back the html button, but no functionality for either button.

@aviatesk
Copy link
Member

now the command is not defined for the julia scope, since you only need to use that for the weave scope.

@BPMinaker
Copy link
Author

BPMinaker commented Oct 12, 2019 via email

@pfitzseb
Copy link
Member

Well, .jl technically aren't weavable -- you should be in a .jmd or similar file (or set the editor's grammar to one of the other Weave ones).

That said, I'm not sure if we need to be so strict here -- I don't think there's any real downside to allowing editors with an arbitrary grammar to be weavable.

@pfitzseb pfitzseb reopened this Oct 12, 2019
@BPMinaker
Copy link
Author

BPMinaker commented Oct 12, 2019 via email

@aviatesk
Copy link
Member

aviatesk commented Oct 12, 2019

That said, I'm not sure if we need to be so strict here

yep, the only reason I made those changes was not to allow users to dispatch the command on scopes that the commands won't work.

but my use case is taking something very similar to the FIR_design.jl example given in the weave package

so is there any case when you want to use the command for .jl files ?
I'm really okay to reregister the command to the workspace, then.

@BPMinaker
Copy link
Author

BPMinaker commented Oct 12, 2019 via email

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

3 participants