

* FIX: search no longer randomly searches on keyup/keydown (ibdknox) * FIX: use menu behaviors for all menus (ibdknox) * FIX: fix connector failing to connect (mortalapeman) * FIX: show notifications for errors without editor locations (ibdknox) * FIX: prevent errors without lines from throwing (ibdknox) * FIX: diff ordering was slightly wrong (ibdknox) * FIX: editor conversion in the editor API (one-more-minute) * FIX: Allow custom colors for rainbow parens (Victor Cottin) * FIX: Better websocket-based eval (ibdknox) * FIX: Fix CodeMirror search failing with RegExp (blandinw) * FIX: Linux run script portability (gruns) * CHANGED: Move all Light Table websites to Github pages * CHANGED: New flat syntax for behaviors and keymaps that allows much better copying and pasting * CHANGED: Remove plugin server and use Github as the plugin-metadata repository (ibdknox)

* CHANGED: Move to the MIT License (one-more-minute)

* CHANGED: parens are not auto-closed by default anymore, add `` to your behaviors to get it back. * CHANGED: Enter doesn't select a completion by default anymore, just tab. * FIX: Give the auto-close keymap behavior a description: `Editor: auto-close parens/brackets/quotes/pairs` * FIX: roll back to an older version of node-webkit as a result of freezing issues when compiling certain plugins * FIX: allow single arity logs (one-more-minute) * FIX: Behavior ordering issue that caused plugin weirdness and menus disappearing (ibdknox) Or maybe the GL ES libs are only there for WebGL rendering in Light Table.
Light table plugins how to#
There are some OpenGL ES libraries in Light Table folder and when you resize the main window, how to say… there is a small but visible delay like in many OpenGL apps. The cool thing with Light Table is that it seems to use OpenGL for displaying code. Light Table has a neat interface and can have several tabs opened at the same time like in this example where I displayed 5 files (really cool with my BenQ B元200PT): Light Table is cross-platform (Windows, Linux and OS X) and open source ( Light Table github).
Light table plugins code#
I discovered Light Table 0.7.1 yesterday, a new code editor (even if the first public version was released in 2012) and this morning, Light Table 0.7.2 has been released to fix some menus issues.
