- This topic has 5 replies, 3 voices, and was last updated 18 years, 10 months ago by Haris Peco.
-
AuthorPosts
-
DennisMemberWhen 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
*** 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 WorkbenchVersion: 4.1.0 GA
Build id: 20060122-4.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse 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
Riyad KallaMemberCan 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.
DennisMemberI 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.
if @user_id IS NULL begin raiserror 120001 'No entry found in TableUser for login %1!', @login return end /* sql comments */
Riyad KallaMemberWeird, I”ll file that as a bug. Thanks for reporting it.
DennisMemberIt is wierd. I’m glad its not just me that thinks so…. 🙂
Haris PecoMemberHi,
This bug is fixed and it will be in 4.1.1Best
-
AuthorPosts