12
I Use This!
Activity Not Available

News

Posted almost 9 years ago by [email protected] (Jon S Akhtar)
Fix build ... [More] src/lang/psi/impl/expressions/LuaStringLiteralExpressionImpl.java [Less]
Posted almost 9 years ago by [email protected] (Jon S Akhtar)
Update Plugin.xml for 1.0.95-145-163 ... [More] META-INF/plugin.xml [Less]
Posted almost 9 years ago by [email protected] (Jon S Akhtar)
Add a check for a reported exception IDLua-2534 ... [More] src/lang/psi/impl/expressions/LuaStringLiteralExpressionImpl.java [Less]
Posted almost 9 years ago by [email protected] (Jon S Akhtar)
Add a check for a reported exception IDLua-2533 ... [More] src/intentions/stdlib/StdTypeStaticInstanceMethod.java [Less]
Posted almost 9 years ago by [email protected] (Jon S Akhtar)
Fix the cursor postion when auto-indenting the else and elseif clause (Fix #187) ... [More] src/lang/LuaEnterHandlerDelegate.java [Less]
Posted almost 9 years ago by [email protected] (Jon S Akhtar)
Ignore invalid globals in suspicious globals inspection (Fix #197) ... [More] src/editor/inspections/bugs/GlobalCreationOutsideOfMainChunk.java [Less]
Posted almost 9 years ago by [email protected] (Jon S Akhtar)
Update Plugin.xml for 1.0.94-145-163 ... [More] META-INF/plugin.xml [Less]
Posted almost 9 years ago by [email protected] (Jon S Akhtar)
With thanks to internetisalie for his work. I have introduced support for running Lua code from CLion. (See #163) ... [More] META-INF/plugin.xml src/library/LuaLibraryType.java src/luaj/LuaJInterpreter.java src/options/LuaApplicationSettings.java src/options/LuaInterpreter.java src/options/LuaInterpreterFamily.java src/options/LuaInterpreterFinder.java src/options/LuaInterpretersTable.java src/options/LuaOptionsPanel.form src/options/LuaOptionsPanel.java src/run/LuaRunConfiguration.java src/run/LuaRunner.java src/run/lua/LuaCommandLineState.java src/sdk/LuaSdkType.java src/sdk/StdLibrary.java src/util/LuaFileUtil.java src/util/LuaSystemUtil.java [Less]
Posted almost 9 years ago by [email protected] (Jon S Akhtar)
Update Plugin.xml for 1.0.93-145-163 ... [More] META-INF/plugin.xml [Less]
Posted almost 9 years ago by [email protected] (Jon S Akhtar)
An earlier patch used the wrong string name. I corrected the string name, and changed the base class to something more appropriate. Also added some null handling. (Fix #199) ... [More] resources/com/sylvanaar/idea/Lua/intentions/LuaIntentionsBundle.properties src/intentions/style/UseInstanceMethodCallIntention.java [Less]