3.1EA2 issue - Completion insight popup too narrow

Since updating to 3.1EA2, the popup containing choices for completion seems to be set to a fixed width, and is only wide enough to show 10-11 characters.

Possibly what is needed here are more eyes and more test cases. Apparently many have found enough cases to feel this is an obvious problem.
Take the following case on WinXP, 3.1.06.44:
1) Launch SQL Developer.  A fresh start may not be necessary, but ensures everything is initialized.
2) Connect to SCOTT schema.
3) In worksheet, quickly enter "select * from emp;" so no completion insight pop-up appears.
4) Change "*" to "e".
5) Pop-up appears with EMPNO, ENAME at top, with room for 11 characters, but some items are longer.
6) Highlight EMPNO and ENAME, then <Enter>.
7) This yields "select EMPNO M, ENAME N from emp;"
8) Insert a comma after "ENAME N"
9) Pop-up appears with all EMP table columns, but only showing the first 2.5 letters. Don't select anything.
10) Continue inserting after the comma.  Add a blank space followed by a lowercase j.
11) Pop-up appears with items starting in J, including JOB, but only showing the first 2 letters.Hopefully this behavior is not unique to my environment and others can replicate it.
Thanks,
Gary
SQL Developer Team
Edited by: gggraham on Nov 18, 2011 3:19 PM
Sizing of SQL Developer window or the worksheet pane does not affect the pop-up list width. Code editor font is DialogInput. LAF is Windows.

Similar Messages

  • "completion insight" and "change case as you type" won't work for sql file

    Hi there,
    Just updated to 3.1 on my Mac Lion. It's very likely a bug since it used the work with 3.0.
    I have a "temp.sql" file where I store several queries. I start SQL Developer, open "temp.sql", connect to a DB but "completion insight" and "change case as you type" won't work anymore.
    If I click in "Unshared SQL Worksheet", the new worksheet tab will work fine with completion and change case, but I want to use my temp.sql and save things there when closing the application.
    To reproduce yourself the issue:
    Open SQL Dev, connect to a DB (it will open a worksheet), do some queries and check that change case and completion are working, quit SQL Dev, but save the worksheet in a sql file before. Re-open SQL Dev and open the sql file. Connect to the same DB and try to change the queries or create another. Completion and change case won't work anymore.
    About
    Oracle SQL Developer 3.1.07
    Version 3.1.07
    Build MAIN-07.42
    Copyright © 2005, 2011 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.4.37.59.48
    Product ID: oracle.sqldeveloper
    Product Version: 11.2.0.07.42
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_31
    Oracle IDE     3.1.07.42
    Versioning Support     3.1.07.42

    Well, it's partially working, if your sql file is big (like mine), say with more than 1000 lines, then, maybe because of memory usage, the automatic completion won't work as expected, though, sometimes, after a while, crtl-space would stil work.
    So, the problem may have been addressed, but I believe this feature can be definitely improved.

  • Completion Insight not working correctly when using Enterprise User Security (EUS) logon

    This is a pre existing issue we've experienced with SQL Developer, though I've only just worked out what is causing the issue it is present in previous versions of the tool, up to the current 4.0.EA2.
    We experience issues with the Completion Insight functionality of SQL Developer.
    When we log into a database using Enterprise User Security i,e authenticating against OID, the schema of the database account is prefixed to any reference to public synonyms, ie all user_%, all_%, dba_% and v$% views.
    When I change the authentication of the database account back to normal database authentication the schema prefix correctly isn't shown. It simply suggests the synonym name of the views.
    An example of this is as follows when attempting to query the DBA_TABLES view:
    The database account is ORADBA and has DBA privs.
    The EUS user that is mapped to the ORADBA schema is dbutler.
    The ORADBA user is configured to authenticate externally (against OID).
    I login with my dbutler directory credentials:
    If I start typing:
    select * from dba_tabl
    The object name is suggested as ORADBA.dba_tables
    If I change the authentication of the ORADBA account back to database authentication, the prefix is no longer present.
    i.e If I start typing:
    select * from dba_tabl
    The object name is suggested as dba_tables

    If you're not using DB 10.2 this is the "expected" behavior for the DB. See also metalink note 351170.1 "Enterprise Users Can Connect to a Database when the OID Account is Disabled"
    regards,
    --Olaf                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Completion Insight not working

    A customer is using the same version of SQL Developer on the same workstation platform as myself.  My Completion Insight works, his does not.
    SQL Developer version 3.1.07 on Windows 7 Professional.
    Completion Insight is enabled under Tools->Preferences->Completion Insight.  Regardless of this setting the ctl + <space> shortcut works instantly for me, but under no circumstances for the customer.
    I made a test account on the DB that mirrors customer's privileges - my Completion Insight using the test account still works, so the problem must be with local to his install.
    I verified his SQL Developer files came from the same zip file I used for my own installation.
    Any ideas what is preventing his Completion from working?

    You might consider upgrading your customer to the latest release, v3.2.20.09
    In the meantime, I've noticed completion insight NOT working when there's a syntax/parsing issue. For example, what's in the worksheet code wise when they try it?
    With an empty worksheet, if they type select * from <ctrl><space>, does nothing come back?

  • Discoverer Viewer Issue - IE7 - Parameter Popup Fails (Oracle JS issue?)

    OracleBI Discoverer Version 10.1.2.55.26
    I have created a report that has several parameters, each of which can be entered directly or by clicking a button to bring up a parameter selection popup. Each parameter popup displays an associated LOV.
    This works great in Discoverer Plus. It also works well in the HTML-based Discoverer Viewer using IE6. It does not, however, work in IE7.
    What happens:
    When using IE7 with Discoverer Viewer, I access a report with parameters and then click on the "flashlight" icon to the right of a parameter field to bring up the parameter popup. IE7 then:
    - Changes the cursor to an hourglass
    - Displays the following in the status bar: "Done, but with errors on page."
    - Stops doing anything else, leaving the cursor as an hourglass
    - Popup never shows up
    I assume that the cursor is stuck as an hourglass since the flashlight button must have a JavaScript "onClick" handler that executes a function to change the cursor prior to opening the new child window with the parameter LOV...and the cursor gets stuck when the JavaScript routine encounters an error. The cursor isn't my issue, but it is also annoying since my users will assume that the browser is doing something...and it is not.
    Regardless, if you click the status bar message, it displays the following JavaScript error:
    Line: 3609
    Char: 1
    Error: Object doesn't support this property or method
    Code: 0
    Oddly enough, if you then ignore the situation and click the "Go" button to run the report (using the cursor stuck as an hourglass), the report runs and as soon as it completes, the popup for the parameter THEN appears.
    As I said, the issue is with IE7 only. It works fine in IE6...and I don't have the popup blocker enabled in IE7.
    Any ideas? Thanks!
    Steve

    Hi
    Yes' you're right, the compatibility is for IE8 to IE7 and it does work very well - which I know is a red herring.
    I'll keep looking through my notes.
    From all of my notes, IE7 is supposed to work just fine with 10.1.2.3 (your version). I've been using IE7 for quote some time and I've never seen a JS error coming up in Viewer - Plus yes and many times.
    Some things I would try at this stage are:
    1. Delete your Java cache
    2. Make sure no popups are blocked
    3. Make sure cookies are enabled
    4. Try Mozilla and see if you get the same issue - will indicate if a machine issue or browser issue
    Best wishes
    Michael
    Edited by: [email protected] on Sep 13, 2010 3:54 PM

  • Code/completion insight Multi column select

    Hi
    Is it possible to select multiple columns via code insight pop up window.
    For example if I have the following query
    select a.
    from table a
    If I type a. completion insight will show me the columns for the table. I would like select more than one column at one time (like in TOAD)
    Thanks in advance

    No, but you can:
    * request it at the SQL Developer Exchange
    * use the popup describe of the table (selecting the table name in the worksheet and pressing shift-F4)
    * drag a table from the navigator treeview to the worksheet to generate a SELECT statement with all columns
    Have fun,
    K.

  • Completion Insight in 4.0

    Hi,
    I ask about that some time ago.
    From version 2.1 Completion Insight won't work with packages/functions.
    In my company database there are configured functions that I can type/ask like normal tables in format:
    select * from table(schema_name/package.function_name) - function_name should be listed.
    In version 1.5 everything was fine but in next version something was wrong.
    I see that in V 4.0 issue still exists.
    I wonder i that this issue could be caused by version of Java or JDBC driver, but the trial with couple of java versions and drivers have not been successful.
    Thanks for any advice.
    Michal

    Bugged as 17191521:
    select * from table(dbms_output.  );
    --------------------------------^ctrl-space
    works, while
    select * from table(sys.dbms_output.  );
    -------------------------------------^ctrl-space
    doesn't

  • Completion insight increase

    Hallo,
    in the SQL Worksheet the insight copletion window shows 50 lines (column names of a table). Is it possible to increase the number of lines?

    Completion insight works the following way:
    It fetches the first 50 items of each type (it was 20 in the release 1.5). If there are more items, then there is the "..." item at the bottom of the list. Selecting it would reset the item limit to 1000, but this action is one time only. (When writing this I've just realized that there is a subtle bug: the query with limit 1000 would definitely be slower so I should raise the bailout time limit.)
    More reasonable alternative to expanding the list with the "..." selection is typing the next character. Then, please note, that the list is not narrowed down in traditional sense. Say you have entered
    select * from all_<ctrl-space>
    the list of "all_" viewes exceeds threshold of 50 items, so when you type
    select * from all_t<ctrl-space>
    then the previous list is completely discarded and dictionary query is reissued with narrowed down pattern "all_t%"; otherwise there would be missing items!

  • Completion Insight for Sybase

    I'm using Sql Developer version 2.1 to connect to a sybase database using the jTDS driver. The user interface is really nice and slick and way better than what sybase central provides.
    The one issue that is bugging me a lot though is the completion insight does not seem to work for Sybase. Is this a limitation of SQL Developer's integration with third party jdbc drivers? Or is there something that I'm missing here?
    Thanks. Will appreciate any response.

    Hi,
    Oracle SQL Developer is targeted mainly on Oracle Database.
    There is little possibility that SQL Dev will support others feature for its "rival" database though.
    For the time being Exhange is the place for requesting additional feature.
    Regards,
    Buntoro

  • Does anyone else find the scroll bars too narrow.

    Does anyone else find the scroll bars too narrow?  I have to select them several times.  Otherwise, I love OS X Lion

    QBitMac wrote:
    We NEED Snow-Leopard Width Scroll Bars ( and Arrows too )
    Correction YOU need. I am glad to see them gone. Forgotten all about them, so please don't speak for everyone.
    So Lion is still Broken… and Mountain Lion does not seem the fix the issue either…
    Lion is not broken, you are simply having a lot of trouble adjusting to it and trying to forget your old habits. Lion is fine. And Mountain Lion not applying the 'fix' you believe is required does not bode well for your future usage and thus reverting to Snow Leopard may be your only hope of regaining these outdated features.
    Cheers
    Pete

  • Code completion(insight) not working in SQL Developer Version 2.1.1.64

    I recently downloaded SQL developer Version 2.1.1.64. However the code completion feature is not working automatically. I have checked the Automatically complete code in SQL worsheet checkbox under Tools->Preferences-> Code Editor-> Completion Insight.
    Strangely, I get the code completion pop up window when I explicitly press the completion insight shortcut(Ctrl + Space).
    Please help.
    Thanks and Regards.

    Hi, I am getting the following logs :
    Code completion time = 1015
    *...?aux tok2?, parse time = 63
    InsightableOracleDatabase.fetch() time = 360
    Code completion time = 844
    Finished parsing = 0
    *...?aux tok2?, parse time = 62
    InsightableOracleDatabase.fetch() time = 344
    Code completion time = 812
    Finished parsing = 0
    *...?aux tok2?, parse time = 63
    InsightableOracleDatabase.fetch() time = 359
    Code completion time = 891
    Finished parsing = 0
    Thanks

  • Can't get completion insight to work

    Hi all,
    I just can't get completion insight to work on the newer releases of sqldeveloper. It works fine until Version 1.5.5 Build MAIN-5969. However on both Version 2.1.0.62 Build MAIN-62.61 and Version 2.1.0.63 Build MAIN-63.73 it justn't work no matter what settings I use.
    I have run both the builds from \sqldeveloper\bin\sqldeveloper.exe and no exceptions are reported.
    This is the console output from 2.1.0.63
    Finished parsing = 16
    UsersCache.fillIn() time = 2015 ret==null?: false
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    *...?aux t2?, parse time = 172
    Finished parsing = 0
    Finished parsing = 0
    InsightableOracleDatabase.fetch() time = 2609
    select 'TABLE' type, user owner, name object_name, null column_name, null column
    id, null datatype FROM sys.obj$ o
    where o.owner# = 173
    and o.name not like 'BIN%'
    and o.type# = 2
    and rownum <=50
    union all
    select 'VIEW' type, user owner, name object_name, null column_name, null column_
    id, null data_type FROM sys.obj$ o
    where o.owner# = 173
    and o.name not like 'BIN%'
    and o.type# = 4
    and rownum <=50
    Code completion time = 3516
    Finished parsing = 0
    *...?aux tok2?, parse time = 31
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    InsightableOracleDatabase.fetch() time = 38828
    select 'TABLE' type, ''||o.owner# owner, name object_name, null column_name, nul
    l column_id, null data_type FROM sys.obj$ o
    where o.name not like 'BIN%'
    and o.type# = 2
    and rownum <=50
    and name like ?
    union all
    select 'VIEW' type, ''||o.owner# owner, name object_name, null column_name, null
    column_id, null data_type FROM sys.obj$ o
    where o.name not like 'BIN%'
    and o.type# = 4
    and rownum <=50
    and name like ?
    union all
    select 'TABLE' type, user owner, synonym_name object_name, null column_name, nul
    l column_id, null data_type
    from all_synonyms
    where synonym_name like ?
    and rownum <=50
    and owner in (user,'PUBLIC')
    AP_I%
    AP_I%
    AP_I%
    Code completion time = 38984
    Any help to get this working would be much appreciated.
    Thanks

    This console output says that the completion insight queries are executing - the first example took ~ 3.5 seconds and the second example took ~ 39 seconds. Unfortunately, it doesn't tell you how many records it returned.
    If you copy the queries out of the console output and run them manually, do you get any results? For example, the second query would be:
    select 'TABLE' type, ''||o.owner# owner, name object_name, null column_name, null column_id, null data_type
    FROM sys.obj$ o
    where o.name not like 'BIN%'
    and o.type# = 2
    and rownum <=50
    and name like 'AP_I%'
    union all
    select 'VIEW' type, ''||o.owner# owner, name object_name, null column_name, null column_id, null data_type
    FROM sys.obj$ o
    where o.name not like 'BIN%'
    and o.type# = 4
    and rownum <=50
    and name like 'AP_I%'
    union all
    select 'TABLE' type, user owner, synonym_name object_name, null column_name, null column_id, null data_type
    from all_synonyms
    where synonym_name like 'AP_I%'
    and rownum <=50
    and owner in (user,'PUBLIC')theFurryOne

  • BUG: EA 2.1 code editor: completion insight doesn't work in opened files

    I just migrated from SQLDEV 1.5.5 to EA 2.1. It's nice that I colud find so many of my suggestions implemented in this new version. THANKX :-)
    code editor:
    When I'm working in SQL Worksheet the "completion insight" feature is working well, but when I try to use it in an opened file, it doesn't work.
    Is there a special preference to turn on for use with files?
    Edited by: @chris on 12.11.2009 10:57

    Correct it did work in 1.5. on .sql files, when connected, so I have updated the ER to bug. We also need to expand this to support PL/SQL files.
    Sue

  • Jdeveloper11gR2 Cannot get code Completion Insight in *.jsp files

    I am not getting code completion insight when pressing Ctrl + Space in *.jsp files. But it works in *.java files. My version of Jdeveloper is Jdeveloper 11g Release 2 version 11.1.2.2.0 .
    Edited by: Smitha Bhatt on Jun 7, 2012 5:40 PM

    I filed bug 14169588 for this.

  • Completion Insight Problem for SQL Developer 3.0.04.34 ?

    Hello,
    I am observing that for a SQL Worksheet which has more than 270 lines of different SQL queries, the Completion Insight doesn't work.
    I am using Oracle SQL Developer 3.0.04.34 on a Windows 7 (32 bit machine).
    Is there anything else which needs to be checked?
    Edited by: 922015 on Mar 19, 2012 11:02 PM

    Can't reproduce. Need a test case.
    select * from emp; -- repeated 500 times
    then
    select * from e<ctrl-space> -- line #501
    works.

Maybe you are looking for

  • URGENT: Changing status at Header level in Service Ticket in Webclient

    Hi All Please reply ASAP....... I am changing status for service ticket in webclient at Header level. But at item level system status is not changing. Is there any config in CRM where user status or system status is copied from header to item level B

  • Reducing File Size by reducing the amount of embedded fonts

    Currently we use coldfusion to generate a rather large PDF. We take the data and merge it with pdf forms and then combine all the forms into one large PDF. The end product of the PDF is rather large in size, when i do and audit of the space usage i n

  • Returning of material by 122 and via delivery component in migo

    I read a post in which return delivery has been discussed through. But in my business the return delivery is done delivery component and sent back to the vendor via a challan. Also tell me how to get back the payment from the vendor. Presently we are

  • An ABAP report with ALV in EP6

    I have a report done in ABAP R/3, selection screen and ALV. now, I have to put it in EP. I allready search in the forum and I found these options: 1- Create a Transaction iView, but the problem is that is not showed in the browser of portal, right ?

  • PSE 12 - Diashow: No pictures shown

    I have PSE 12 installed on my PC at home (Windows 7, 64 bit) and on my Notebook (Windows 8.1, 64 bit). When I want to create a diashow on my notebook, no pictures are shown while running the show (i.e. screen remains black). Same picture show runs wi