Everything works great with SquirrelSQL except for a weird bug while using the SQL view. If I switch back to this view, type in it, click on it, or in any way interact with the SQL view, the window seems to re-render multiple times. It looks like the screen is constantly flashing. It makes typing SQL very frustrating.
I think the problem may have something to do with Java, but I have no idea. Does anyone know why Squirrel would render this window multiple times?
So I figured it out and figured I'd leave this here for anyone else that has this problem.
RSyntax Editor causes this problem on the macbook pro with Retina display. You need to either go to a previous release that doesn't use RSyntax Editor or try and use a newer version.
You can turn off RSyntax Editor by going to Plugins and unchecking "syntax" and then clicking unload. Restart and it won't flicker.
Unfortunately this also turns off syntax highlighting.
SOURCE: http://squirrel-sql-client.10976.n7.nabble.com/SQL-editor-flickers-in-macbook-pro-retina-display-td3214.html
I ran into this problem as well, and found a better solution:
cd /Library/Java
rm Home
sudo ln -s JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/ Home
/Library/Java/Home
A few notes:
/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/
, but creating a symbolic link is 'nicer'If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With