"Code Editor" for TMSQuery

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Bandolero
Posts: 11
Joined: Mon 18 Jul 2005 22:02

"Code Editor" for TMSQuery

Post by Bandolero » Fri 11 Jan 2008 22:48

Hello,

This week I updated to version 4 and found out that the option to click on the ellipsis [...] of the SQL property of a TMSQuery has changed from the built-in "String List Editor" to the CoreLab's "MSQuery Editor"

This is ok except the CoreLab MSQuery Editor does not have the option to edit the SQL text in the IDE. The "Code Editor..." button that TQuery has.

The CoreLab editor is ok, but the IDE has many more tools and options that make it easy to work on the query text.

For example: Try using TAB to align text in the Corelabs MSQuery Editor. :x

Is there a way to edit the MSQuery SQL text in the IDE editor? or
How about a way to make the elllipsis go to the old String List Editor?

Thank you,

Franklin

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 14 Jan 2008 07:43

Thank you for information. We will consider support of the standard design time editor in the next SDAC builds/versions.
Meantime, you can install SynEdit components to enable syntax highlighting in design time editors of SDAC.

Bandolero
Posts: 11
Joined: Mon 18 Jul 2005 22:02

Post by Bandolero » Thu 28 Feb 2008 16:33

Antaeus wrote:Thank you for information. We will consider support of the standard design time editor in the next SDAC builds/versions.
Meantime, you can install SynEdit components to enable syntax highlighting in design time editors of SDAC.
Thank you,
I really hope this is set back to the way it was before version 4.

Where can I get these SynEdit Components?
Would they allow me to Edit the SQL Text using TAB and Search/Replace?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 05 Mar 2008 16:11

> Would they allow me to Edit the SQL Text using TAB and Search/Replace?
No, SynEdit does not support the TAB key and Search/Replace.

Bandolero
Posts: 11
Joined: Mon 18 Jul 2005 22:02

Post by Bandolero » Mon 07 Apr 2008 17:57

Thank you.

Do you know if this has been approved to be changed back to the way it worked previous to version 4?

Obviously I'm do not know how this was implemented but, it would seem to require a simple removal of the ellipsis event handler.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 09 Apr 2008 11:08

We will let using the IDE editor in the next build of SDAC.

Bandolero
Posts: 11
Joined: Mon 18 Jul 2005 22:02

Post by Bandolero » Tue 27 May 2008 16:07

Antaeus wrote:We will let using the IDE editor in the next build of SDAC.
I just downloaded version 4.50 and it seems this problem has NOT been addressed.

Any idea of when?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 30 May 2008 10:51

By some reasons we had to put off this feature. Now we are working on it and it will be for sure included in the next build. As soon as we implement it, we will let you know.

Bandolero
Posts: 11
Joined: Mon 18 Jul 2005 22:02

Post by Bandolero » Thu 19 Jun 2008 11:32

Antaeus wrote:By some reasons we had to put off this feature. Now we are working on it and it will be for sure included in the next build. As soon as we implement it, we will let you know.
I just downloaded and installed release 35.
And NO, this still has not been fixed.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 20 Jun 2008 11:54

Please contact us by e-mail at sdac*crlab*com. In your letter specify registration information of SDAC.

Bandolero
Posts: 11
Joined: Mon 18 Jul 2005 22:02

Post by Bandolero » Tue 24 Jun 2008 11:12

Antaeus wrote:Please contact us by e-mail at sdac*crlab*com. In your letter specify registration information of SDAC.
Ok, e-mail with registration information sent!

I'm still a little perplexed on why? but anything to get this fixed. :)

Post Reply