For all users with performance problems and freezes, try this:
Update your java to the current version, which you can get from here:
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
You have to look after “jdk-7u79-macosx-x64.dmg” for mac.
Install it.
Make sure you can find the installation under /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/
Open the LuaGliderV2.app package and navigate to /Contents/Resources/luaglider2/etc
open luaglider2.conf and paste the jdkhome path. Your config file should look like this now:
# ${HOME} will be replaced by user home directory according to platform default\_userdir="${HOME}/luaglider2/dev" default\_mac\_userdir="${HOME}/Library/Application Support/luaglider2/dev" # options used by the launcher by default, can be overridden by explicit # command line switches default\_options=" --branding luaglider2 -J-Xms64m -J-Xmx512m -J-Dfile.encoding=UTF-8 -J-Xverify:none -J-XX:ReservedCodeCacheSize=225m -J-XX:+UseCompressedOops -J-Dswing.bufferPerWindow=false -J-Dapple.awt.fullscreencapturealldisplays=false -J-Dcom.apple.mrj.application.live-resize=false -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.pmoffscreen=false -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.d3d=false -J-Dapple.laf.useScreenMenuBar=true " # for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea # default location of JDK/JRE, can be overridden by using --jdkhome \<dir\> switch jdkhome="/Library/Java/JavaVirtualMachines/jdk1.7.0\_79.jdk/Contents/Home" # clusters' paths separated by path.separator (semicolon on Windows, colon on Unices) #extra\_clusters=
For me, all problems are gone after this little tweak.
I tried a lot of other IDEs but glider is by far the best one for corona developing, because of his debugging features. But of course it is not perfect as it is just a adapted IDE, and netbeans is may not the best basis anyway. If you came from xcode etc you will miss the perfection very hard. But programming lua is a lot more fun to me, and so I finally came to terms with glider.
To say, it is useless for serious developers, is simply nonsense IMO.
happy coding!