Custom SQL Editor doesn't appear properly in a View's DDL tab (Pro 91.2030)
a
anonymous
started a topic
over 11 years ago
[This topic is migrated from our old forums. The original author name has been removed]
I have customized the colors under General:Appearance:Fonts. When I pull up the DDL for a view, however, it is not fully visible ( I can only see all the text by highlighting it all ). That is, the main text is white on a white background. I can see the keywords 'CREATE VIEW' and 'AS SELECT' in light blue. I would expect this text to look the same as in a SQL editor. The same thing occurs in the 'SQL Preview' text box if I, for instance, 'Copy Table' or 'Drop Table'.
SQL Editor
Selection Background = 0,0,255
Line Highlight = 128,0,128
Background = 0,0,0
Editor Styles (foregrounds)
Normal = 255,255,255
Line Com = 0,178,102 italic
Block Com = 0,178,0 italic
Standard Keyword = 0,204,255
Non-Stan Keyword = 0,204,255
Client-Side = 204,102,0
Quoted Literal = 255,96,48
Bracketed Literal = 255,0,0
Label = 255,0,255
Operator = 255,255,255
Folded Text = 255,255,255 (background = 192,192,192 )
Error = (checkerboard ), effect = waved, effect col = 255,0,0 = Stripe Col
all other backgrounds are (checkerboard)
Edited by: brighton4 on Jul 17, 2013 5:13 PM
anonymous