Releases: komsit37/sublime-q
Releases · komsit37/sublime-q
1.0.0 - Major Release
- plot html/js chart from data
- custom routine
- output to inline phantom
0.3.0 - async execution
- executing long query no longer block sublime text
- this is achieved by running q statement in an alternative thread using sublime.set_timeout_async
- refactor coding style to favor more @staticmethod (for better reusability)
0.2.13 - fix and improve documentation
move documentation from "http://code.kx.com/wiki/Reference/%(query)s" to "https://code.kx.com/v2/ref/%(query)s"
0.2.12 - bug fix
fix #17
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
Minor bug fix
Fix comment syntax highlighting
#4