IDLua icon indicating copy to clipboard operation
IDLua copied to clipboard

Lua For IntelliJ IDEA

Results 22 IDLua issues
Sort by recently updated
recently updated
newest added

Lua 5.4 (and probably a few earlier versions) support the integer division operator `//`. This operator should not produce parse errors, and when formatting the source code, should not be...

Have a file `bug.lua` in the editor: ~~~lua #! /usr/bin/lua ~~~ What steps will reproduce the issue? 1. Press Ctrl+Alt+L to format the file What is the expected result? Nothing...

I'm getting the following exception after installing the plugin in PhpStorm 2020.1. It appears as soon as PhpStorm opens. ``` com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation at com.intellij.openapi.project.IndexNotReadyException.create(IndexNotReadyException.java:81)...

When defining a variable, and then checking if it doesn't exist and overriding it, it flags the original as unused. Example: ```lua local test = _G["Test"] -- This is flag...

When using the menu item File->New->Project nothing happens at all. In the error reporter IntelliJ shows > Exception in plugin Lua (1.0.124) ``` java.lang.NoClassDefFoundError: com/intellij/ide/util/projectWizard/JdkChooserPanel at java.base/java.lang.Class.getDeclaredMethods0(Native Method) at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3166)...

bug

I'm not sure what I did, I opned the LuaJ toolpane on a non Lua project. ``` java.lang.ClassCastException: class javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper cannot be cast to class javax.swing.text.AbstractDocument$DefaultDocumentEvent (javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper and javax.swing.text.AbstractDocument$DefaultDocumentEvent are...

I think this is the same issue as #3, but I'm not quite sure. The relevant exception occurs when clicking the File>Project Structure button in IntelliJ: ```null java.lang.AbstractMethodError at com.intellij.openapi.roots.libraries.LibraryPresentationProvider.getIcon(LibraryPresentationProvider.java:59)...

hi, it's a very cool plugin, but not support lua5.3 yet? error like this: ![qq20161221-0](https://cloud.githubusercontent.com/assets/7010663/21361010/312f49fc-c71d-11e6-96b5-8adf39c15f29.png)

IDEA 163.7743 ``` com.sylvanaar.idea.Lua.run.kahlua.KahluaExecutionResult@1eb51c8b java.lang.AssertionError: com.sylvanaar.idea.Lua.run.kahlua.KahluaExecutionResult@1eb51c8b at com.intellij.execution.impl.DefaultJavaProgramRunner.addDefaultActions(DefaultJavaProgramRunner.java:116) at com.intellij.execution.impl.DefaultJavaProgramRunner.doExecute(DefaultJavaProgramRunner.java:104) at com.intellij.execution.runners.GenericProgramRunner$1.execute(GenericProgramRunner.java:43) at com.intellij.execution.impl.ExecutionManagerImpl.lambda$startRunProfile$3(ExecutionManagerImpl.java:381) at com.intellij.openapi.application.TransactionGuardImpl.runSyncTransaction(TransactionGuardImpl.java:91) at com.intellij.openapi.application.TransactionGuardImpl.access$300(TransactionGuardImpl.java:41) at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:76) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:417) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:401) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) at java.awt.EventQueue.access$500(EventQueue.java:97)...

after install this plugin , there are two SDKs need to be set home path .`Kahlua` and `LuaJ`. but IDE show error msg: ``` the selected directory is not a...