| Author |
Message |
|
|
Post subject: Doube Click SQL/DB Editor
Posted: Mar 01, 2006 - 07:25 PM
|
|
Registered Member


Joined: Feb 22, 2006
Posts: 17
|
|
When I am using SQL Editor, and I double click on text that is part of an SQL comment or a quoted string value, the behavior is different then when double clicking on other text. I normally expect that a double click on a word will highlight/select that word.
Is this by design? If so, why is this useful?
Dennis
| Quote: |
*** Date: Wed Mar 01 11:10:47 PST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.4.2_03
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 4.1.0 GA
Build id: 20060122-4.1-GA
*** Eclipse details:
Eclipse SDK
Version: 3.1.2
Build id: M20060118-1600
Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600
Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600
Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600
Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600
Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\d-file\bin\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
1bc_34
-vm
C:\WINNT\system32\javaw.exe
|
|
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 01, 2006 - 08:34 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
Can you give me an example of the code you are working with? I just generated a select statement and double clicked on all segments of it and it highlighted them. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 01, 2006 - 09:12 PM
|
|
Registered Member


Joined: Feb 22, 2006
Posts: 17
|
|
I just duplicated the problem by going to File>>new>>other>>My Eclipse>>Database Explorer>>SQL File, then pasting the following SQL into the new editor window. When I try double clicking on the text in the quoted strings or the comment line, nothing happens.
| Code: |
if @user_id IS NULL
begin
raiserror 120001
'No entry found in TableUser for login %1!',
@login
return
end
/* sql comments */
|
|
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 01, 2006 - 09:48 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
Weird, I"ll file that as a bug. Thanks for reporting it. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 01, 2006 - 09:50 PM
|
|
Registered Member


Joined: Feb 22, 2006
Posts: 17
|
|
It is wierd. I'm glad its not just me that thinks so.... :-) |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 02, 2006 - 12:06 AM
|
|
Moderator


Joined: Feb 03, 2006
Posts: 1117
|
|
Hi,
This bug is fixed and it will be in 4.1.1
Best |
|
|
| |
|
|
|
 |
|
|