facebook

SQL Editor Options

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #210034 Reply

    thatfield
    Member

    Hi All,

    Would it be possible to add in the options for converting tabs to spaces, number of spaces in a tab, and displayed tab width for the SQL Editor?

    Thanks,
    Terrance

    #210535 Reply

    sabujo2000
    Member

    Hi there,
    SQL Editor it´s really cool. the auto completion feature is one of my favorites. Actually, I´ve noticed that to use completion you need to informa a table name before showing the fields. Seems logical, of course, but I have a a sugestion. Today, SQL works this way

    select TABLE_NAME.field1,TABLE_NAME.field2,TABLE_NAME.field3  from TABLE_NAME

    I think you define a alias could help, like this…
    First step (when editing a query)
    ========

    SELECT * from TABLE_NAME ALIAS

    Second Step (change * for the fields you want, using the alias. a short one, heheheh)

    SELECT ALIAS.field1,ALIAS.field2,ALIAS.field3  from TABLE_NAME ALIAS

    This kind of feature is available in Toad 7.6 (Quest software) ans it´s really cool, elegant and faster…

    Just a sugestion…. 🙂

    Thanks in advance,

    Clayton Fonseca
    Brazil

    #210544 Reply

    Riyad Kalla
    Member

    Good suggestion Clayton, I filed it.

    #210744 Reply

    thatfield
    Member

    Tabs to spaces? Editor options/preferences?

    #210745 Reply

    Riyad Kalla
    Member

    Ahh sorry, yes I will file that too (I filed the alias completion issue)

    #210818 Reply

    thatfield
    Member

    Thanks 😆

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: SQL Editor Options

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