coffeescript-idea
coffeescript-idea copied to clipboard
ABANDONED CoffeeScript Plugin for IntelliJ IDEA
use the plugin open any coffee files 16:38:16 NoClassDefFoundError: com/intellij/psi/impl/source/tree/PlainTextFileElement
I had to reinstall IntelliJ and this is the report that got from the previous error: com/intellij/psi/impl/source/tree/PlainTextFileElement: com/intellij/psi/impl/source/tree/PlainTextFileElement java.lang.NoClassDefFoundError: com/intellij/psi/impl/source/tree/PlainTextFileElement at coffeescript.lang.ParserDefinition$1.parse(Unknown Source) at com.intellij.psi.tree.ILazyParseableElementType.doParseContents(ILazyParseableElementType.java:64) at com.intellij.psi.tree.IFileElementType.parseContents(IFileElementType.java:43) at com.intellij.psi.impl.source.tree.LazyParseableElement.ensureParsed(LazyParseableElement.java:172) at...
After restart, IntelliJ gives an IDE error with the following: Language Language: CoffeeScript doesn't participate in view provider CoffeeScriptViewProvider{myVirtualFile=file:///home/ruraj/src/stock-manager/app/assets/javascripts/index.coffee, content=VirtualFileContent{size=29}}: [Language: CoffeeScript]: Language Language: CoffeeScript doesn't participate in view provider...
I get this error creating a new file. I tested with 10CE , and 10.5CE versions java.lang.NoClassDefFoundError: com/intellij/psi/impl/source/tree/PlainTextFileElement at coffeescript.lang.ParserDefinition$1.parse(Unknown Source) at com.intellij.psi.tree.IFileElementType.parseContents(IFileElementType.java:41) at com.intellij.psi.impl.source.tree.LazyParseableElement.ensureParsed(LazyParseableElement.java:177) at com.intellij.psi.impl.source.tree.LazyParseableElement.getFirstChildNode(LazyParseableElement.java:218) at com.intellij.psi.impl.source.tree.LazyParseableElement.getFirstChildNode(LazyParseableElement.java:32) at...
Updates?
Will you update the plugin to the new versions coffeescript
I'm using a dark color scheme in RubyMine. I've been able to change colors for most of the CoffeeScript syntax to fit nicely in my color scheme. Unfortunately, the function...
This doesn't work (but should) - that is, the coloring goes awry matches = storyText.match /{._?,._?}/g This is the workaround (to add brackets) matches = storyText.match(/{._?,._?}/g)
Hey all; I am unable to install this plugin via the built in plugin in manager as it gives me a '301' error. I know where to find the 0.2...
Hi I checked the build.xml file, and virtually every line contains a library I don't have, can't find or seems specific to some other operating system. I'm opening the file...
The on keyword is being picked up as a false positive by objects with a method called on. eg. socket.on 'connection'