mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Specify a different font size for output #141

Closed bilogic closed 6 years ago

bilogic commented 6 years ago

Issue Type

Prerequisites (For bugfixes)

Description

Is it possible to specify a different fontsize for the output? Some of my tables are really wide due to long field names. Thank you.

tkopets commented 6 years ago

Last time I checked it was not possible to change font size for output panel separately from main font size.

tkopets commented 6 years ago

I mean Sublime does not offer this kind of functionality.

bilogic commented 6 years ago

Yes, I realized, but I tested something that worked in ST3 build 3143 https://stackoverflow.com/questions/15730547/sublime-text-2-how-to-change-the-font-size-of-the-output-panel But it would mean directing your output to the console instead.

Another post, which I did not test as unsure about SQLTools's class name https://stackoverflow.com/questions/18288870/sublime-text-3-how-to-change-the-font-size-of-the-file-sidebar

bilogic commented 6 years ago

Another plugin which was able to style its output https://github.com/aziz/PlainTasks (since styling is possible, I wonder about font size). Again, just suggestions. I'm out of the water with python. Thank you.

tkopets commented 6 years ago

Sublime Text console is the wrong place to output the results for queries for many reasons. None of those plugins that you mentioned provide non-standard font size in output panels.