facebook

Doube Click SQL/DB Editor

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #247537 Reply

    Dennis
    Member

    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

    *** 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

    #247547 Reply

    Riyad Kalla
    Member

    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.

    #247557 Reply

    Dennis
    Member

    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.

    
    if @user_id IS NULL
            begin
            raiserror 120001
             'No entry found in TableUser for login %1!',
                @login
            return
            end
    
    /*  sql comments */
     
    #247565 Reply

    Riyad Kalla
    Member

    Weird, I”ll file that as a bug. Thanks for reporting it.

    #247566 Reply

    Dennis
    Member

    It is wierd. I’m glad its not just me that thinks so…. 🙂

    #247589 Reply

    Haris Peco
    Member

    Hi,
    This bug is fixed and it will be in 4.1.1

    Best

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Doube Click SQL/DB Editor

You must be logged in to post in the forum log in