Bug #54059 Sql Editor shows text without anit-aliasing
Submitted: 28 May 2010 10:28 Modified: 8 Mar 2011 15:38
Reporter: Mark Biciunas Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.21, 5.2.28 OS:Linux (Fedora 12, Gnome, Ubuntu 10.04)
Assigned to: Alfredo Kojima CPU Architecture:Any

[28 May 2010 10:28] Mark Biciunas
Description:
The text entered in the sql editor does not have anti-aliasing.  All the other sections of workbench do show anti-aliased text.  Changing fonts, sizes, etc. does not fix this.  This is not a huge problem but it is jarring to the user and makes text difficult to read.

How to repeat:
Open Sql Editor, enter a sql statement. The text you typed will appear without anti-aliasing.  The data in the result set will have anti-aliasing.

Suggested fix:
Enable anti-aliasing on the entry area.
[28 May 2010 11:01] Susanne Ebrecht
What do you mean with anti-aliasing?
[28 May 2010 11:12] Susanne Ebrecht
Btw. you are able to configure the editor font under perferences-appearances.

On my own installation here default value for the editor is Bitstream Sans Mono 9.
But this font isn't installed on my Linux system.

I changed the value to Helvetica 12 and all is fine now.
[28 Jun 2010 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[28 Sep 2010 18:15] Jorge Urdaneta
a capture of the text without anti-aliasing fedora 13 x86-64

Attachment: Pantallazo.png (image/png, text), 108.33 KiB.

[28 Sep 2010 18:16] Jorge Urdaneta
Blood in my eyes while typing my SQL
[4 Oct 2010 4:52] Valeriy Kravchuk
Verified just as described with 5.2.28 on Ubunut 10.04. Setting Helvetica does NOT help and it looks really ugly.
[14 Dec 2010 2:36] Alfredo Kojima
This is because of unconventional font syntax in Scintilla. You can fix by prepending the font name with !
A workaround that adds the ! automatically has been added to repository
[14 Dec 2010 2:37] Alfredo Kojima
set bug #58726 as duplicate
[14 Dec 2010 3:19] Alfredo Kojima
bug #53729 and bug #53113 are duplicates
[3 Mar 2011 13:56] Johannes Taxacher
fix confirmed in repository
[8 Mar 2011 15:38] Tony Bedford
An entry has been added to the 5.2.32 changelog: 

        The text in the SQL Editor was not anti-aliased, which caused it 
        to visually conflict with anti-aliased text elsewhere in 
        Workbench and hindered readability.