Great, i have more improvements in store for this weekend - be sure to post any errors or suggestions you might have using the ticket system on bitbucket.
Here's an idea for an improvement - make it possible to compile the project (essentially running luac -p on the files) without running. right now there doesn't seem to be a way to actually verify that a file is correct syntax without reloading in WoW or manually making an ant script that runs luac.
Here's an idea for an improvement - make it possible to compile the project (essentially running luac -p on the files) without running. right now there doesn't seem to be a way to actually verify that a file is correct syntax without reloading in WoW or manually making an ant script that runs luac.
That already happens continuously so you you see your errors as you type them as red underlines, which if you hover over them you will see the compile errror. Just like any IDE really.
So that's nice but I'd still want to have a compile that happens and shows all errors for all files in the project. Finding a red line isn't exactly easy if it's not right where I am at the moment.
Fair enough. Are you actively using the editor? If so I encourage you to provide feedback on the bitbucket ticket system, so stuff like this doesn't get forgotten about.
I did the other day but didn't get further that day than checking it out and playing around a bit. I'm a big Intellij user (at work) and it's definitely something I've been missing.
Hi, Thank you for nice tools. I am trying to install Lua plugin after installing IntelliJ IDEA. But it does not give me any list of plugins. It says it is downloading plugins from plugins.intellij.net but it ends up with 'Nothing to show' in the edit box...
Do you know about this issue and how to solve? Thank you.
Hi, Thank you for nice tools. I am trying to install Lua plugin after installing IntelliJ IDEA. But it does not give me any list of plugins. It says it is downloading plugins from plugins.intellij.net but it ends up with 'Nothing to show' in the edit box...
Do you know about this issue and how to solve? Thank you.
Well, the plugin list still shows nothing but I downloaded your plugin directly from http://plugins.intellij.net/plugin/?idea_ce&id=5055 and pasted it on plugin folder. I guess this will work too, right? Addon manager shows your plugin correctly at least. :)
I will proceed remaining tutorial to check. Thanks.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I've been using this IDE for several days now, and I love it! Thanks so much for sharing your work!
http://bitbucket.org/sylvanaar2/lua-for-idea/issues?status=new&status=open
That already happens continuously so you you see your errors as you type them as red underlines, which if you hover over them you will see the compile errror. Just like any IDE really.
The API files are located here:
https://bitbucket.org/sylvanaar2/idlua-sdk-world-of-warcraft/wiki/Home
Many thanks to Cladhaire for the API definitions.
http://www.screencast.com/t/78ltrNMsC7
http://permalink.gmane.org/gmane.comp.lang.lua.general/77870
Do you know about this issue and how to solve? Thank you.
Well, the plugin list still shows nothing but I downloaded your plugin directly from http://plugins.intellij.net/plugin/?idea_ce&id=5055 and pasted it on plugin folder. I guess this will work too, right? Addon manager shows your plugin correctly at least. :)
I will proceed remaining tutorial to check. Thanks.