Robert

Results 35 comments of Robert

This seems to be fixed for me in 1.8.0-beta3. Can anybody confirm?

@HugoBDesigner Thanks for the report, unfortunately I don't have the time to look at this properly. On a quick test of mine I think I also could reproduce it with...

Hm that could be an issue, but the length wouldn't be a problem as soon as the line is pasted to the editor, right?

I actually had this in mind too, but I'm not familiar with testing frameworks for javascript. The travis builds could also make sure the generator is working correctly via `busted`...

Did you check some of the standard autocomplete provider packages? Is it possible that they clone Atom itself in the travis build and then use some internal spec system?

Unless the love-api has changed drastically you should be able to update it yourself using the update script: https://github.com/rm-code/love-IDEA-plugin/blob/master/generator/update.sh Feel free to submit a PR and I'll happily merge it.

I've never used the debugger, but it looks like it can't find the love module. Have you tried adding LÖVE to your PATH?

I don't have IntelliJ installed on my current system, so I can't test it myself right now. It's possible that something has changed on IntelliJ's or the Lua plugin's end....

Yeah I was thinking about adding them as well, but I am not sure how to include them in the current doc. Maybe they could be put into a separate...