coffeescript-eclipse
coffeescript-eclipse copied to clipboard
CoffeeScript plugin for Eclipse using XText
Hi When trying to edit a coffee script file in Zend Studio I always get the following issues: An internal error occurred during: "XtextReconcilerJob". org.eclipse.xtext.resource.XtextResource.setModificationStamp(J)V or An internal error occurred...
Indent
In CoffeeScript, every indent is 2 spaces. Could you make the indentation differ from the rest of eclipse, as I use to write Java with a tab as indent.
Hey, I'm trying to make a pull request for coffeescript-eclipse that fixes the tabbing issue (e.g. uses spaces properly), but I cant get make.py to work. It keeps throwing a...
Coffeescript code like this: ``` arrayOfObjects = [ 'object1property1': "foo" 'object1property2': "bar" , 'object2property1': "foo" 'object2property2': 'object2property2subproperty1': "ba" 'object2property2subproperty2': "r" ] ``` triggers strange syntax errors. On the comma I...
To begin with, array-assignment appears Ok. ``` a = [] a[i] = x ``` But if an array is a property of some other object then it is red-underlined with...
I previously posted this on the [Bitbucket tracker](https://bitbucket.org/adamschmideg/coffeescript-eclipse/issue/10/installation-appears-to-be-incomplete). Sorry for the duplicate, I'm not sure if it belongs here or there... Using the Indigo J2EE distribution, I installed Xtext from...
Will there be an outline for coffeescript files in the way we know it from java?
Could not open the editor: The editor class could not be instantiated. This usually indicates a missing no-arg constructor or that the editor's class name was mistyped in plugin.xml. ```...