quintanar401 / connect-kdb-q

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

Option to disable soft wrap in Query Results #30

Open joel23888 opened 5 years ago

joel23888 commented 5 years ago

I typically use Query Results with soft wrap disabled, while having it enabled in the tabs I am coding in. However, when I restart Atom Query Results returns to having soft wrap enabled. Would you be able to add a package setting to force disable soft wrap in Query results?

quintanar401 commented 5 years ago

Do you use a hot key to enable it? I don't see how it would be possible to define it via a general config... Not sure that hardcoding 1 option is a good idea.

joel23888 commented 5 years ago

I just make Query Results the active tab, then select View->Toggle Soft Wrap. What about an option in the package to set the initial state of Query Results as having Soft Wrap on or off? The user could change it manually following that.