Now we can import/export styles care to share yours?

LxocramLxocram Posts: 25 Bronze 3
edited October 27, 2015 6:29AM in SQL Prompt
I sometimes wish to switch styles depending on the length/complexity of the code i'm viewing.

e.g. im doing some analysing of data with a whole bunch of other queries in the same window

SELECT field1,..,field100 from t where condition1 and conidion2 and condition3 and condition4
SELECT field1,...,field100 from t2 where condition1 and conidion2 and condition3 and condition4

when I press layout it all gets indented correctly but now i have to scroll to adapt my conditions and the query doesnt even fit my screen

SELECT
field1,
...,
field 100
from t where
condition1
and conidion2
and condition3
and condition4

so i was thinking of making a new stylesheet to switch back to the more inline format (for shorter query's) but then i saw the import export button and figured why do all the work when someone prolly has some nice custom format-styles prepared.

Does anyone want to share their custom stylesheets?
Sign In or Register to comment.