This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi guys, first of all thanks a lot for the great tool! I was wondering which version of the CoffeeScript compiler you guys are using, and if it's an old one, if you could update the workbench to the current version 1.1.3 (Nov. 8, 2011) I noticed that the following is not working correctly: CoffeeScript
Compiled JavaScript Mindscape Web Workbench
Compiled JavaScript CoffeeScript Website
Thank you, Daniel |
|
|
Hi Daniel, Sure! I've made a beta build for you with the 1.1.3 compiler and you can download this at: http://assets.mindscape.co.nz/Downloads/Mindscape.WebWorkbench.Integration.10.vsix (You may need to manually uninstall the existing version through Extension Manager first.) We've given it a smoke test but we don't have the resources right now to test it exhaustively (which is why we're not yet putting it on the Visual Studio Gallery), so if you could kick it around a bit and let us know if you run into any regressions, we'd really appreciate it! Thanks! |
|
|
Hi Ivan, thx a lot! Looks great so far. I let you know if I find anything broken. On another note: There seem to be some problems with the code coloring when ### comments are involved. repro steps: 1.
as well as in this case:
2.
3. save this one, close the file, re-open it. everything black.
Btw, is it possible to change the color schema for CoffeeScript, as well as adding color for other language keywords? (e.g. and, and not, &&, switch, when, class etc.) similar to http://jashkenas.github.com/coffee-script/ Thank you, Daniel |
|
|
Thanks for the info about here-comments -- we'll take a look. You can set colours via the Visual Studio Options dialog, Fonts and Colors page. We just use the various Script colours defined there (Script Comment, Script Keyword, etc.). I think we do colourise keywords such as switch, and, when and class but I have a feeling the default colour scheme has Script Keyword as 'automatic.' Try changing Script Keyword to your preferred colour (you may need to close and reopen the file to see updates). Note that Visual Studio will apply this colour to other scripting languages too -- we don't separate out a special colouring scheme just for CoffeeScript. |
|