The size of the font to enter the SQL is too small. What is the way to increase the size of the font to type the SQL ? In 'global options' there is a possibility to increase the size of the fonts. But this has no impact on the size of the text to enter the SQL.
标签:
squirrel-sql
相关问题
- generate sql script from tables
- How can I list all tables in a database with Squir
- font size of Squirrel SQL too small
- Issues Creating SQL Server triggers using SQuirreL
- PostgreSQL function definition in SQuirreL: unterm
相关文章
- How can I list all tables in a database with Squir
- font size of Squirrel SQL too small
- Issues Creating SQL Server triggers using SQuirreL
- PostgreSQL function definition in SQuirreL: unterm
- 生成表的SQL脚本(generate sql script from tables)
- Using keep-alive: ORA-00933: SQL command not prope
- Configure authenticate Mechanism in Squirrel SQL C
- Where does Squirrel SQL store its auto correct ent
Here is what worked for me (Windows 10 64-bit, SQuirrel 3.9.1, jrw1.8.0_211)
At the bottom of
C:\Program Files\squirrel-sql-3.9.1\squirrel-sql.bat
, I changed the start command to this:Note, that the
^
must be at the very end of the line (no spaces after it!)I'm assuming you're using Windows 8.1 like I am. It seems some combination of 8.1, high DPI monitors, and Swing don't play well together. My fix was to edit the squirrel-sql.bat file and add the following java options right after the existing java option
For reference, the complete line is as follows:
EDIT: The above will increase the size for everything except the SQL entry field. For this, go to File->New Session Properties->SQL->SQL Entry Area
Additional java switches on top of the ones given by James will help with other sections of the UI which shows small font.
start.bat entry :
High DPI discussion on stackexchange
In the SquirreL SQL Client Version 3.7.1 you can able to increase the font size in the SQL Entry area.
Below is the procedure:
Go to File --> New Session Properties
Navigate to SQL Tab and then in the below you have the option called SQL Entry Area where you can increase your font size as you needed. Click here to see the screenshot