2.1.1 Regression on Code Completion's User Friendly Usage

Hi,
1. Code completion Preferences options
SQL Dev 1.5 Code Completion
     - SQL Dev has Preferences on this
     Complete Single Matching Item Automatically
SQL Dev 2.1 Code Completion
     - The preferences option is gone, but it behaves as Complete Single Matching Item Automatically is ON
SQL Dev 2.1.1 Code Completion
     - The preferences option is gone, but it behaves as Complete Single Matching Item Automatically is OFF
How can I set the Complete Single Matching Item Automatically to ON in this version?
2. Code completion cursor List Selection
On previous version, it defaults the cursor on the first item appears on the code completion List
Now, we have to manually press down arrow to choose the first item.
Why does SQL Dev not place the cursor on the first item on the list?
Do we have any setting on the Preferences for this?
Regards,
Buntoro

9350634/9350612:
Problem Description
I used the worksheet to test some queries I was building for views.
As I like to layout my sql with 1 clause per line, i find myself pressing <RETU
RN>
often, but this often resulted in code being added to the SQL I did not want fr
om the
code completion. It would be better if the popup list of choices had no select
ion
by default (ie sel index == -1), so the user has to use the mouse or down arrow
or
something to enter the list to make a selection.
Steps to Reproduce
Enter the following:
select r.id
from roots_events r
As you press <return> after the table alias "r" it replaces it with the keyword
"right"
select r.id
from roots_events right
which is not what I wanted at all.
There are many other cases, this is just one. The point is that pressing <retu
rn>
should not accept something if the user has not explicitly chosen it.

Similar Messages

  • Code completion user commands helplink

    Hello
    I am currently working on code completion for user commands in version 2012.  I have an XML file in which I have the descriptions for all the hover text and associated help links.  Everything is working correctly except for the help links.  They seem to be always looking to go to the diadem.chm help file.  I was wondering if there was any way to redirect where they point or am I missing something?  Thanks. 
    Ben

    Hi Carmen
    Actually I'm really not using an external program per se.  I guess I need to clarify what I am doing better.  Sorry about that.    
    Look at the help file for ScriptCmdRegister here for an example.  A shorter version without an example is spelled out below if you wish.  
    I am creating a VBS user command script containing classes of objects that I add using scriptcmdadd.  I am then registering the TLB file using scriptcmdregister resulting from compiling an ODL file.  After compilation, the ODL file is no longer needed.  I have a third/fourth file to go along with these which is an XML file that I got from a coworker.  The XML file contains the descriptions, helplinks, and datatypes that appear when code completion comes up, just as there is in DIAdem when you type View.ActiveSheet.etc.  
    However, you notice in DIAdem that there is a help link, which is what I cannot get working because when I insert anything into the xml file where the help link would go, it throws an error because it is trying to point to the DIAdem.chm help file no matter what.  This is what I wish to redirect so it can go to my own chm/html help file, if it is possible or supported that is.  Thanks
    Ben

  • Is there any way to fix the slow code completion in Netbeans 5.5+

    Netbeans 5.5 or Netbeans 5.5.1
    Is there any possible fix for the slow code completion within the editor? I've googled this issue and haven't found much of anything relevant.
    While, not used all the time - a faster than what it is now code completion would be helpful.
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    helloWorld
    Thanks for the response and useful response.
    :P
    I'm not a decent machine now and I guess I'll just keep on typing.
    --Todd                                                                                                                                                                                                                                                                                       

  • Code completion particular not working

    Hello,
    in my program there are serveral internal classes. Each class has its own include file. Code completion seems not working for internal classes in other include files.
    example:
    lcl_class1 in includec01   (first included)
         class-methods static1_1
         methods method1_1
    lcl_class2 in includec02   (second included)
         class-methods static1_1
         methods method1_1
    problem:
    While development in lcl_class2 there are no code completion for lcl_class1.
    No code completation for lcl_class1=>static1_1
    but if you declarate "data lo_myclass type ref to lcl_class1." code completion is working fine for public member methods and attributes in the same file.
    In Functiongroups all working fine.
    Best Regards
    Markus Bauernschmitt
    Und da hier eh die meisten deutschsprachig sind und mein Englisch grausam ist, nachfolgend die Erklärung nochmal auf deutsch.... ;-)
    In meinen Programmen findet die Codevervollständigung keine interne Klassen aus vorangegangenen include Dateien. Dadurch werden weder die Klassen selbst noch die statischen Methoden angezeigt. Gebe ich eine statische Methode ein und möchte die Hilfe anzeigen (F2) erscheint die Fehlermeldung "Codeinformationen sind nicht verfügbar".
    Dieses Problem tritt nicht auf, falls die Deklaration einer Variablen in der gleichen Include Datei erfolgt.
    Deklaration einer Variablen in der aktuellen Include Datei -> Dokumentation der öffentlichen (nicht statische) Methoden und Attribute funktioniert
    Zugriff auf öffentliche (statische oder nicht statische) Methoden und Attribute von globalen Variablen (deklariert in einer anderen Datei) funktioniert dagegen nicht.
    Es sind nur anscheinend nur Programme betroffen. Bei Funktionsgruppen (getestet am Beispiel "ldemo_cr_car_rental_screen") trat der Fehler nicht auf.

    Hi Dominik,
    thank you for your answer. The internal classes are already simple and lightweight. In my understanding of OO I keep classes private as possible and so I create this specific "one program helper classes" in the smallest reasonable scope.
    However, this is a architektur decission. But the pivotal question is: Why working this kind of code completion in function groups but not in programs.
    Some additional information.
    - Code completion working in "START-OF-SELECTION."
    - In Functiongroup includes (Testcase lcl_class1 show as public type and lcl_class2 show as local public class.
    Best regards
    Markus

  • 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

  • Auto code completion settings for new ABAP Editor

    Dear all,
    I am working in New ABAP editor but i am unable to set auto code completion,
    please tell about customising of new ABAP editor for Auto code completion.
    Thanks and regards,
    Gaurav Sood

    Hello,
           1.      Choose Utilities ® Settings.
    The User-Specific Settings dialog box appears.
           2.      Choose ABAP Editor. 
           3.      Set the new editor mode.
    From:
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/29dee414483fe1e10000000a11466f/frameset.htm
    Regards,
    Jorge Diogo

  • Kdevelop and code completion

    hi all, i'm trying to resolve a trouble... i use kdevelop for write c++ code and i cannot use code completion... in kdevelop faq there's wrote that i can activate code completion in the projects options' section named "Specific c++", i ativate it but i cannot use always the code completion. i've read that i must disable the abbreviation part, and i disable it, (in plugin settings) and i try to add the persistent class store on my projects dir, but i cannot use code completion. so, what can i do? anyone can help me?
    thanks

    i'm sorry, now i can use code completion, i must activate the c++ parser.
    thanks

  • 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.

  • What are the code completion keys in JDeveloper on Mac?

    Does anybody know which key combinations to use for code completion in the Java editor in JDeveloper on a Mac?

    I found out myself. The default key combination (<ctrl>+ space) does not work on my Mac, it pops-up the menu of VMWare Fusion.
    So I assigned another key combination under Preferences->Shortcut Keys. The auto-complete commands to be re-asigned are "Completion Insight" and "Smart Completion Insight".

  • Flash builder 4.5 code completion doesn't show public function

    Hi,
    I am migrating from flex3 to flash builder 4.5 and it shows a question mark at one of my lines.
    No errors, and the code works fine when i run it.. only there is no code completion in flash builder.
    My code:
    //i use a custom component like this:
    <generalmenu:menu x="59" y="58" id="mymenu"/>
    //this component loads its functions from a separate as(no class just simple as code) file (so i don't have all code in the file with visual components)
    <fx:Script source="menusource.as"/>
    //inside menusource.as there is a function that takes care of closing my app.
    public function closeprogram():void
         //closing window goes here
    my problem..
    when i type inside my function at application level:
    mymenu.closeprogram();
    i get a question mark in front of it: Call to a possibly undefined method closeprogram
    code completion doesn't recognize my public functions inside the mymenu component, it does see mymenu but when i hit .(dot) it doesn't give me a list of functions.
    How can i get code completion to work? Are there changes in the way you call as files in flash builder 4.5? Please some help.. code completion makes life much better.

    I found why the nasty behavior above was happening ::- D.
    I usually design my classes in Enterprise Architect. Since this is a rather large project, started from of about 30 classes, I did the entire architecture in EA, then, generated the code.
    But, EA has poor AS3 support. And as a consequence, it has a few issues, such as the way it generates CONSTRUCTORS:
    public function G3Widget (name: String, parent: IG3Parent = null): void
    Spot the mistake ::- D.

  • Another code completion bug

    At some point during my editing the code completion system got screwed up. This has also caused the "Go to Definition" feature (holding CTRL key and hovering mouse over element where you want to see the definition for) to work incorrectly - see screenshot attached.
    The code compiles without warning or error.
    I have restarted FB without any change. I have also deleted the "...codemodel" folder in the .plugins folder since I have heard somewhere that it might help, but didnt.
    I am using FB4 beta2 on WinXP.

    Okay, I tracked it down to the following function which precedes the point from which on things got screwed up:
    protected function provideSummaryText():void
    this.txtQuantGoals.htmlText = "&lt;";
    Its the HTML "less-than" entity which breaks the editor.

  • How to change code completion package proc name be inserted in origin case?

    Hi,
    it seems like the code completion for package function/procedure name is inserted in UPPER case. Is it possible to configure it to insert the name according to the exact case like what I typed in the package?
    Please advise.
    Thank you.

    Not at the moment.
    They are supposedly working on improved code insight and this option may be included.
    If you want it, you can add it to sqldeveloper exchange (or vote for an existing request)

  • Missing flash.utils.* in code complete upgrade from 3.3 to 3.5 framework

    Hi All,
    I upgraded my 3.3 framework to 3.5 today, and for some strange and inexplicable reason, I've lost all code completion in Flex Builder 3 for flash.utils.* classes. I am thus missing Dictionary Timer and a few other important classes.
    I'm hoping that someone out there might have come across this before, or be able to give me a bit of a clue as to how to fix this issue. This is a tooling problem with Flex Builder rather than the code itself, so anyone with any insight, I would really greatly appreciate the help.
    Bayani

    Hi Sudheer,
    Its a Unicode problem.. Check this..
    unicode problem: the data object cannot be converted to character type
    cheers,
    Prashanth
    P.S Please mark helpful answers

  • Auto code completion - where?

    firstly - sorry if this already exists somewhere - i searched
    but couldn't find anything -
    i keep reading everyone go on about DW code completion and
    how great it is - but can't find how to edit my own code completion
    tags like i could in HTML-Kit. can someone push me in the right
    direction? - eg
    in html-kit i could write
    <table
    and it would write
    <table cellspacing='0' cellpadding='0' border = '0'
    summary='<%=summary%>'>
    <tr>
    <td></td>
    </tr>
    </table>
    or <img would write <img src="images/"
    alt='<%=alt%>' border='0'>
    i even got lazy and started making tags like :-
    write : would return response.write("")
    and
    codeupdate
    would write :-
    Set RsUpdate = Server.CreateObject("ADODB.Recordset")
    strSQL = "Select * FROM tbl where id = " & id
    RsUpdate.Open strSQL, conn, 3,3,1
    anyway - you get the idea.

    paulthemann wrote:
    > firstly - sorry if this already exists somewhere - i
    searched but couldn't find
    > anything -
    >
    > i keep reading everyone go on about DW code completion
    and how great it is -
    > but can't find how to edit my own code completion tags
    like i could in
    > HTML-Kit. can someone push me in the right direction? -
    eg
    Unfortunately, the code completion (Code Hints) within DW
    doesn't allow for the type of customization that you're talking
    about.
    You could take a look at snippets though, they may get you
    closer to having custom blocks of code inserted into your page. You
    can even apply keyboard shortcuts to them to make them a couple of
    key operation. Eidt -> Keyboard Short Cuts (make a copy of an
    existing set if you haven't already) change Commands to Snippets
    and away you go.
    Danilo Celic
    | Extending Knowledge Daily :
    http://CommunityMX.com/
    | Adobe Community Expert

  • Intellisense and code completion

    Hi all,
    this is maybe not WDA question, but I think all WDA developers have to deal with this problem and I want to know your opinions. The problem is something like intellisense and code completion in abap editor. I'm coming from .NET and Visual Studio world, where this features are implemented and they are very very useful.
    Now when I'm programming something in SE80 I type some_class_instance-> and I want to from editor to show me all methods with description, then I choose some method and editor fill in all method parameters. Now I have to memorize methods and parameters or search for them, which cost a lot of time.
    Example: http://www.fileguru.com/images/b/editor_net_development_microsoft_net-8526.gif
    Best regards Jiri

    Hi
    Check this video
    http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/90db53c4-812d-2c10-0789-dc18f6c9c725&overridelayout=true
    Regards
    Manas Dua

Maybe you are looking for

  • Problem on reading a multiple entry in the Grid

    Hi experts,  I have a validation of data entry on every row before add and update, my problem is, it read only the first row... below is my code.... any help would be appreciated...             If pVal.ItemUID = "1" Then                 If (oForm.Mod

  • My iPad is connected to wifi  but unable to display  contents from iPad to TV via ATV

    A.MY iPad is connected to Wi.Fi but unable to display contents from my iPad to TV via my ATV

  • Is this Apple a Lemon??

    Ok Here is the issue. just purchased a refurbished MacPro for music production studio... Now after installing my DAW I set the System Preferences to "NEVER" so monitor wouldn't go into screen saver or sleep but the mac pro keeps falling asleep only a

  • Transfer speed in Target Disk mode

    This may not be a question as I am not even interested in the "why" any more. My MBP (2.0GHz, 2GB Ram, 7200rpm HD, Week 15) is in target disk mode, and I am copying my Aperture Library (50GB) over to my PowerMac G4 via firewire. Obviously the firewir

  • How to install abode flash player on my website.

    How to install abode flash player on my website www.mixadda.complease help guys.I need to put some flash videos. your help will be really appreciated.