Page 1 of 1
SQL Editor Modeless
Posted: Tue 26 Jan 2010 10:32
by yapt
Please,
Are there any way to change SQL editor to NO.modal ?
Thanks...
Posted: Wed 27 Jan 2010 09:56
by Plash
We will investigate the possibility to add such feature, but that is hardly to happen in the nearest future.
Note that you can edit SQL in Code Editor. Right click the memo where you edit SQL and select Code Editor from the context menu.
Posted: Wed 27 Jan 2010 14:54
by yapt
I know the SQL editor but I would like to see at same time my SQL code and the Delphi IDE code window (delphi/pascal code)
Thanks Plash.
Posted: Wed 27 Jan 2010 15:44
by dschuch
turn off the integrated SQL-Editor and edit SQL standard delphi like would do it too i think.
the modal form and the missing syntax highlighter (the delphi ide has a sql syntax highlighting) are really ugly
Posted: Wed 24 Feb 2010 18:32
by yapt
Today I was working on a customer with my laptop and two monitors. I have set then my SQL-Editor on the secondary monitor.
After going to my office, I have receive a call from my customer with a several problem. I have opened my Delphi and I have tried to see the last SQL I have edited on the customer home, but I only had a monitor here.
At the end I couldn't edit the SQL. I have had to edit it on the DFM... and it is a very large (and complex -macros, parameters-) SQL.
Are there any way to restore the SQL Editor Window to a "left=0 top=0" position ?
Thanks.
Posted: Thu 25 Feb 2010 11:27
by yapt
Answering to myself:
1.- CTRL+SPACE
2.- M
3.- rigth arrow
4.- Move the pointer mouse
Then you can see the SQL Editor Window again.
Best Regards.