Eric B
Eric B
Reopened because the issue reported as fixed in the submission comments was on another repository.
@as3boyan Did you finish this to your satisfaction?
Most likely because the plugin wasn't able to tell that the type of vec[0] was a Thing. The plugin code that tries to do type inference is incomplete. (There is...
@zhulu-mike: IDEA 13 Community Edition is a Java-only platform. To use other languages, you need to buy a license for IDEA Ultimate. In general, the folks watching this list are...
If I read the second example correctly, then 'a' is being assigned the value 2, instead of the structure that it used to point to. Therefore, 'a' no longer has...
I still don't think so. The type of an assignment is the type of the value that was assigned, not the type of the object which was assigned to; in...
In the demo program below (adapted from above), rtrim() remains unresolved because the compiler conditionals are choking when parsing the following line in StringTools.hx: public static #if (cs || java)...
HaxeIndentProcessor.getChildIndent() checks the previous word to determine context for indenting. When there isn't a keyword, it returns Indent.getNoneIndent. Instead, it should determine if the PSI parent is a curly bracket...
A couple of guesses: Are your module, project, or workspace files messed up somehow? Or maybe the haxelib library synchronization is hogging the CPU? Or perhaps circular references in the...
Just so you guys know how this works: When a plugin is installed, it is put into a chain of all plugins. Each plugin registers a set of services that...