quintanar401 / connect-kdb-q

Query execution support for KDB-Q in Atom
MIT License
7 stars 5 forks source link

it has conflict with hydrogen. when hydrogen is installed, this package is not functioning at all. I am using Windows 10. #17

Closed ghlian closed 6 years ago

quintanar401 commented 6 years ago

It redefines ctr-enter to itself. You should either change this key binding for kdb-connect or hydrogen to something else.

The easiest way is to duplicate the Q definition in your key config (see File menu). It will be loaded after hydrogen and as it has a filter for the Q grammar it will not interfere with hydrogen. Copy the following into key cfg and restart atom:

'atom-workspace atom-text-editor[data-grammar="source q"]':
  'ctrl-enter': 'connect-kdb-q:exec-line'