SublimeQStudio - run StudioForKdb+ inside ST2/3

Here are the steps needed to have StudioForKDB+ inside ST2/3.<o:p></o:p>

<o:p> </o:p>

1)      Clone https://github.com/kimtang/Q.git in your package directory. (Added GotoAnything support and snippets)<o:p></o:p>

2)      Install scala<o:p></o:p>

3)      Install SublimeRepl and make sure that you can use scala inside sublimerepl.<o:p></o:p>

4)      Clone https://github.com/kimtang/QStudio.git in “Sublime Text 3\Packages\SublimeREPL\config”<o:p></o:p>

5)      Copy q_transfer.py from QStudio to this directory “Sublime Text 3\Packages\SublimeREPL\”<o:p></o:p>

<o:p> </o:p>

In your ST2/3 press ctrl-shift+p and type qstudio to activate this plugin.<o:p></o:p>

<o:p> </o:p>

HTH,<o:p></o:p>

<o:p> </o:p>

Kim<o:p></o:p>

<o:p> </o:p>

Von: personal-kdbplus@googlegroups.com [mailto:personal-kdbplus@googlegroups.com] Im Auftrag von Kim Tang
Gesendet: Mittwoch, 26. August 2015 08:00
An: personal-kdbplus@googlegroups.com
Betreff: AW: [personal kdb+] What editors are best used for q coding? And how to get the syntax highlighting<o:p></o:p>

<o:p> </o:p>

I personally use sublime.<o:p></o:p>

<o:p> </o:p>

Syntax highlighting is here: https://github.com/kimtang/sublime-q/ <o:p></o:p>

<o:p> </o:p>

And there is also a plugin where you can send q commands directly to a q process via kdb+ studio. The idea is to load kdb+ studio into sublimerepl via scala. From there you can execute any q commands from sublime and have the results displayed in kdb+ studio.<o:p></o:p>

<o:p> </o:p>

Unfortunately the plugin depends on sublimerepl and scala and the installation is not trivial. So that’s why it is not available to the community yet. <o:p></o:p>

<o:p> </o:p>

Kim<o:p></o:p>

<o:p> </o:p>

Von: personal-kdbplus@googlegroups.com [mailto:personal-kdbplus@googlegroups.com] Im Auftrag von Pratyush Raman
Gesendet: Dienstag, 25. August 2015 16:38
An: Kdb+ Personal Developers
Betreff: [personal kdb+] What editors are best used for q coding? And how to get the syntax highlighting<o:p></o:p>

<o:p> </o:p>

I have tried vim, emacs and sublime. I find significant quality of life improvement when using highlighting while I code in q.<o:p></o:p>

Emacs does not seem to have an active contribution to syntax highlighting. Vim’s highlights written by Simon Garland seems to be a standard.<o:p></o:p>

<o:p> </o:p>

Let me know what are you using and what are your preferences?<o:p></o:p>


Submitted via Google Groups