 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
gemisigo
Joined: 11 Mar 2010 Posts: 2165
|
|
SQL Reference |
|
When using SQL reference I can write text into round-ended boxes in the Command Builder and Lookup (eg. the 'password' for CREATE LOGIN). Would it be possible to change it to select (or clear ) the whole text in the box on double click? It would be much more convenient than having to delete it manually letter by letter (since it does not allow selection at all).
EDIT: Strange. For some unknown reason it does not allow to enter letters 'a' and 'c', neither uppercase nor lowercase...
|
|
Wed May 05, 2010 9:59 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Wow... what a surprise. I didn't know the round boxes allow in place editing. I'm running SQL Assistant since version 1.0 and this is the first time I hear about that feature. This is really cool.
By the way, I tried it with MySQL Query Browser and Notepad and I can enter all letters including 'a' and 'c' Which editor are you using?
|
|
Wed May 05, 2010 10:21 am |
|
 |
gemisigo
Joined: 11 Mar 2010 Posts: 2165
|
|
|
|
 |
 |
Wow... what a surprise. I didn't know the round boxes allow in place editing. I'm running SQL Assistant since version 1.0 and this is the first time I hear about that feature. This is really cool. |
Well, I've found it by pure accident :) I searched for it in the docs after that but haven't found anything about it. You might want to update the documentation. Any opinions on clearing the box on double-click?
 |
 |
By the way, I tried it with MySQL Query Browser and Notepad and I can enter all letters including 'a' and 'c' Which editor are you using? |
I tried in Notepad, Notepad++ and SQL Server 2008 Management Studio to no avail. I even tried it on another machine but still no luck. I cannot enter those two letters. I thought my personalized keyboard layout is the culprit but it failed with standard us layout too.
|
|
Thu May 06, 2010 4:40 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
I already logged new request for the documentation update in our internal tracking system. I personally feel like these little edit boxes should support standard right-click edit menus for selecting text, clearing, cutting, copying, pasting, and perhaps have some kind of visual prompt indicating that the roundly shaped box is editable.
|
|
Thu May 06, 2010 6:34 am |
|
 |
gemisigo
Joined: 11 Mar 2010 Posts: 2165
|
|
|
|
Another note:
create table -> column__definition -> data_type does not allow entering the length, and if I do that manually, adding another column puts that between the data type and the length:
 |
 |
CREATE TABLE table_name(column_name VARCHAR(20) ) |
"(20)" was entered manually, then I clicked on "," and the result was:
 |
 |
CREATE TABLE table_name(column_name VARCHAR,column__definition(20) ) |
|
|
Thu May 06, 2010 3:08 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|