Product: Aqua Data Studio
Version: 12.0.0-rc-23
Build #: 29625
Build Date: 2012-Oct-08 10:10:10 AM
Would be good to have SQL Syntax coloring in the messages tab - SQL column. (If you double click and take View as Text)
1. Execute a query in the Query Window
2. Take the messages tab
3. Double click on the SQL to open View as Text and there is no SQL Syntax Coloring
If you compare the same with Table Data Editor, Preview SQL pane after making changes in the data, and double clicking on a row, you can find Syntax coloring for View as Text window
|
51 KB
We will need to add conditional code on this, since you want text sometimes and sometimes sql.
Made change so that the View window is syntax colored for the 'SQL' column but not the rest of columns. SVN r29679.
Also noticed that the 'Selected Cell Content' pane is syntax colored in the Table Data Editor dialog, but not the one in the Grid Result/Message tab. I did not change this behavior; if needed, log a separate issue and I will review and modify result set related code.
Made change so that the View window is syntax colored for the 'SQL' column but not the rest of columns. SVN r29679.
Also noticed that the 'Selected Cell Content' pane is syntax colored in the Table Data Editor dialog, but not the one in the Grid Result/Message tab. I did not change this behavior; if needed, log a separate issue and I will review and modify result set related code.
Issue #7747 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build trunk/29679 |
No time estimate |
We will need to add conditional code on this, since you want text sometimes and sometimes sql.