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 = "<";
Its the HTML "less-than" entity which breaks the editor.

Similar Messages

  • Code completion does not work with table alias

    Hi all,
    When i use SQL developer to create a simple query like below i alias my tables so i can oversee it better.
    select
    * from  PRODUCTS p
    inner join PRODUCT_TYPES pt on PRODUCT_TYPES.PRODUCT_TYPE_ID = p.But when i give the driving table a alias like p and i try to do a join like you see in the code SQL developer will not show the columns from table PRODUCTS.
    What do i wrong or is this a bug?
    Thanks in advance,
    Daniel

    Hi,
    Sue, there are lots of code completion don't work either.
    Some of them are :
    1. The code completion seems not working if we put double-quote ("") to enclosed the object name.
    SELECT t. -- CTRL+Space the code completion won't work here
    FROM   MYSCHEMA."MYTABLE" t   2. The code completion also not working if we state some characters of the column name, although it still works for the uncomplete object name
    i.e the name of the column is : MYFIELD
    SELECT t.MY  -- CTRL+Space, the code completion won't work here
    FROM   MYSCHEMA.MYTABLE t   3. Sometimes, I can see two code completion lists when I use CTRL + Space
    Usually, it happens on the first connection's SQL Worksheet, the second and so forth are fine.
    SELECT t.     -- CTRL+Space, shows two lists which I can choose both of them
    FROM    MyTable t4. Code completion also not working when we try to access object from other schema. tbeech post it on
    Re: Code Assist -- Table Alias
    Are those code completion bugs are also logged?
    Regards,
    Buntoro

  • Small bug in code complete?

    I'm not sure how significant this bug is, but I think it's a bug.  Please advise.
    I defined a variable with the type UIComponent using code complete.  I Realized that I had chosen fl.core.UICompent instead of mx.core.UIComponent, which import statement was written by organized import.  Highlighting the type and choosing the correct type using code complete yielded something like this.
    var varname:mx.core.UIComponent;

    Jason,
    Thank your attention. Please, let me explain more clearly.
    I defined a variable statement with UIcomponent type using code completion.  ie
    import fl.core.UIComponent;
    var varname:UIComponent;
    Realizing I had chosen the wrong component, I highlight type UIComponent in my variable statement, and use the code completion to select type mx.core.UIComponent.  The result is this.
    import mx.core.UIComponent;
    var varname:mx.core.UIComponent;
    That's not right, is it?  Thank you.
    Garrick

  • Re: bug in html:link code completion

    You are right, code completion does not work in this case. But, the
    html:link Smart Editor (in the Link Parameter group) allows you to select a
    bean name/property for the paramName/paramProperty attributes.
    M7 Support
    "Michael Mok" <[email protected]> wrote in message
    news:418d8f37$[email protected]..
    Hi thereI have a form containing an object eg
    StudentForm
    Student student;
    public Student getStudent();
    public void setStudent();
    In the JSP page, I type in
    html:link action="/editStudent" paramName="" paramProperty=""
    Edit
    /html:link
    Nitrox does not display any thing when I "Cntrl-Space" on paramName=""
    neither on paramProperty=""
    Hoepe this bug can be fixed in 2.0.
    Regards
    Michael Mok

    Please send a test case. I'm unable to reproduce this in a simple project in 9.0.3.1 or 9.0.3.2.
    Is there entity inheritance involved?
    Do your entity XML files mention _superAttr anywhere in them? If so, you might be hitting a known issue with 9.0.3 relating to entity inheritance at design time and the accessor attributes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • 30EA2/30EA1 : Code Completion

    Hi,
    I found the following problems on Code Completion since 30EA1, but the fumbled code completion problem drew me back to post this.
    I have not played enough on 30EA1 Code Completion and now here are the lists :
    1. INNER
    SELECT *
    FROM    mytable
    INNER JOIN <ctrl-space> -- no popup listBut this works
    SELECT *
    FROM    mytable
    JOIN <ctrl-space> -- shows popup list2. OUTER
    SELECT *
    FROM    mytable
    LEFT JOIN <ctrl-space> -- no popup listBut this works
    SELECT *
    FROM    mytable
    LEFT OUTER JOIN <ctrl-space> -- shows popup list3. IS identifier
    SELECT *
    FROM   mytable
    WHERE  field1 IS N<ctrl-space> -- suddenly completed with : NULL ;On 2.1.1 it was showing popup list of NAN, NOT, and NULL
    SELECT *
    FROM   mytable
    WHERE  field1 IS NOT N<ctrl-space> -- suddenly completed with : NULL ;On 2.1.1 it was showing popup list of NAN and NULL
    4. sysdate
    SELECT sys<ctrl-space> On 2.1.1 it showed popup list sysdate and systimestamp which are not there on 30EA
    5. FROM
    SELECT *
    FR<ctrl-space>On 2.1.1 it showed popup list FROM, but on 30EA shows nothing
    I post another findings once I found it.
    Regards,
    Buntoro

    Hi Buntoro,
    I was able to reproduce your issues and have logged a bug for this.
    Thanks.
    Ashley
    SQL Developer Team

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

  • Missing BitmapData class in code completion - Flex(FP10)

    I’ve setup my Flex Builder for Flex 3.3 SDK and Flash Player 10 as described in this article. I noticed that BitmapData class doesn’t show anymore. Is this a bug?
    I took a snapshot of my flex builder code completion.
    Any thoughts on this?
    Thanks for your help.
    Mariush T.

    Thanks Michael, it works now.
    For anybody who has the same problem:
    1. Download Flex SDK zip file.
    2. Uninstall current Flash Player.
    3. Install Flash Player from /runtimes/player/10/win/
    Mariush T.

  • 30EA4 : Code Completion issues

    1.
    Code Completion got better in 30EA4, still I need to do 3 retries with 5 second gap in between. (both explicit and implicit)
    See log below.
    And where is preference for code completion log and deadline thresholds, Vadim promised
    30EA2 : Code Completion not working . Are they in 30EA4 ?
    2.
    Another issue in Code Completion is when I continue typing code completion list just get cleared then get repopulated with filtered value. We need to see new list with filtered value, but I wish the list not get cleared completely, instead just hide those items in the list not matching new filter.
    3.
    I want the Code Completion to fill in at lower case, do I have option to do that?
    (or you can also automatically decide case of Code Completion, if I started typing with lowercase fill in with lower case)
    Vadim asked for output log, here is the one I got, first one explicit call using ctrl+space, second on implicit call
    Exception in thread "InsightThread" java.lang.NullPointerException
    at oracle.dbtools.raptor.insight.CompletionInsight.colNamesMatch(CompletionInsight.java:1189)
    at oracle.dbtools.raptor.insight.CompletionInsight.joinConditions(CompletionInsight.java:1170)
    at oracle.dbtools.raptor.insight.CompletionInsight.complete(CompletionInsight.java:809)
    at oracle.dbtools.raptor.insight.CompletionInsight$InsightThread.run(CompletionInsight.java:399)
    Exception in thread "InsightThread" java.lang.NullPointerException
    at oracle.dbtools.raptor.insight.CompletionInsight.colNamesMatch(CompletionInsight.java:1189)
    at oracle.dbtools.raptor.insight.CompletionInsight.joinConditions(CompletionInsight.java:1170)
    at oracle.dbtools.raptor.insight.CompletionInsight.complete(CompletionInsight.java:809)
    at oracle.dbtools.raptor.insight.CompletionInsight$InsightThread.run(CompletionInsight.java:399)

    Hi,
    When I press ctrl+space after typing partial name of table (while doing select * from X___) the context menu appears, and when I select select the table name (by hitting Enter key) it doesnt replace what I had typed with what I have selected form list.
    e.g.
    If table name is customer
    select * from cust (hit ctrl+space here and select 'customer' from list)
    Now the statement appears like this
    select * from custcustomer
    Where I expect is code completion should replace what I have typed once I select the right name from list.
    Am I missing some basic settings here
    My SQL Developer version is 3.0.04
    Regards,
    Bhupendra

  • JSP Code completion DOES NOT WORK in JDev 9.0.3.1

    Does anyone know when the next release of JDev will be? We are seriously considering dropping the use of JDev due to the bugs it has. In particular, the code completion for JSP authoring simply FAILS! This is a very very VERY nasty bug, and we are pleading!!!
    Thanks,
    -Sean

    Works for me.
    What OS/JDK etc are you using?

  • 3.1EA2/EA1 : Code completion issues

    Hi,
    OS Win 7, JDK 1.6_11 shipped with SQL Dev, againts Oracle 9iR2.
    I find lots of improvement on the new code completion feature.
    However I also find lots of defects on it, here are they :
    1. Code completion often offers long exhaustive list of possibility that cause the list to scroll pass the bottom part of SQL Dev instead of giving us a small window with vertical scroll bar in it.
    2. Code completion does not offer field list on the following :
       select *
       from   mytable1 t
       inner join mytable2 x on x.  -- does not show field list
       select *
       from   mytable1 t
       inner join mytable2 x on x.fi  -- does not show field list starting with 'fi'
       select *
          from   tmp_bow_data_aloy1 x
          inner join
            select *
            from   tmp_bow_data_aloy2 y
            where  y. <Ctrl + Space>  -- does not show field list
       select *
          from   tmp_bow_data_aloy1 x
          inner join
            select *
            from   tmp_bow_data_aloy2 y
            where  y.acct_card_no = x.   -- does not show field list
       update mytable1 t
       set    t.  -- does not show field list
       delete from mytable1 t
       where  t. -- does not show field list
       3. Code completion mix between statement although has been delimited with ';'
       select *
       from   mytable1 x;
       select *
       from   mytable2 y
       where  <Ctrl + Space>  -- shows all mytable1's fields as well as mytable2's fields
       Hope these would be fixed on next EA.
    Regards,
    Buntoro
    Edited by: Buntoro on Nov 18, 2011 3:52 AM
    Add EA2 to title

    Hi Vadim,
    I can confirm most of the issues have been fixed on 3.1EA2.
    Thank you for that.
    As for now, this 'challenging case' is the one that I work with most of the time.
    select *
    from   departments x
    inner join
      select *
      from   locations l
      where  l.location_id = x.
    )I am still hoping for the fixed.
    Btw, the 3rd problem on which code completion mix between statement although has been delimited with ';' is the one that bothers me a lot.
    It certainly a showstopper for using the code completion.
    You cannot hope anymore from the unreliable code completion since it will mess up with the query.
    I would like to give a more straightforward case just by adding another query on top of it :
    select *
    from   employees x
    inner join employees y on y.manager_id = x.employee_id;
    select *
    from   departments x  -- here I put the same alias as employees
    inner join
      select *
      from   locations l
      where  l.location_id = x.  -- <Ctrl + Space>, hm... why department table showing these field list ???
    )From the above example, you will notice that the 'challenging case' is displaying the fields from wrong tables.
    It suppose to be from departments table, instead of the employees one above it.
    Another problem also arise from above case.
    4. Code completion does not work if there is 'failed to be parsed' statement above the current within the same worksheet.
    select *
    from   employees
    where  department_id = ;  -- hm.... I forget what's id that department is. Okay, let me leave it here first, and query the department tables
    select *
    from   dep -- <Ctrl + Space>, wait.... why is it not working??FYI, 3.0 seems working nicely.
    Hopefully this will be fixed too.
    Regards,
    Buntoro

  • Xcode 4 code sens (code completion) disappeared

    I want to share with you a problem I encountered using Xcode 4 GM seed build 4A278. It was shocking to get no convenient code sense (code completion) in one of my classes inherited from NSObject. My .h file had no problem whatsoever, but the .m file didn't react to any of my gestures including the control command key combination.
    All other files in the project the code sensing feature worked fine. This was my first couple of hours with Xcode 4 and the project was converted from Xcode 3. In the end, the solution was to copy the code into memory, delete the .m file, add a new .m file and finally pasting the code in to the .m file. Voila, there was the code sensing. You never know, you may experience a similar problem in the future.
    I think I really going to like the new Xcode 4, good job Xcode team!

    I'm having this same problem as well:
    Lydster wrote:
    if I place the cursor in the middle of a function name and hit Esc I then see the completion list. But as soon as I start editing - it all disappears and I'm faced with "No Completions Found".
    However, it only happens when my source code file is located above the project folder in the file system. When I move the files into the project folder or a sub folder of the project folder code completion works fine.
    This appears to be a bug. Anyone else experiencing this?

  • EA1: code completion with update statements

    Hello all,
    Code completion works well for selects, but (for me, anyway) not as well for updates - I get nothing after
    update table_a set <ctrl+space>
    unless I select '(', which works for the first column, but after that, I get nothing. However, if I do this (doesn't really make much sense)
    update table_a set xxx = <ctrl+space>
    where xxx is nonsense, I then get a list of columns, and can chain several together. So, it's almost as if things are the wrong way around - you get code completion on the value rather than the column. Am I dong something wrong, or is this a bug?
    In general, though, 1.5 just feels so much nicer to use. Well done!
    John

    Excellent! Bugs fixed even before they're reported ;>
    Now, when can I get my hands on EA2.....?

  • FB3 Beta 3 - another organize imports bug

    I'm getting lucky :-) Here is another organize imports bug in
    FB3 Beta3...
    If you have some simple hierarchy where base class defines
    public (or protected) method, and sub class tries to override this
    method you will encounter this bug. Let say that base class looks
    like this:
    package test {
    import flash.display.Shape;
    public class BaseClass extends Shape {
    public function BaseClass() {
    public function myMethod():void {
    trace("In BaseClass.myMethod()");
    and that sub class looks like this
    package test {
    public class SubClass extends BaseClass {
    public function SubClass() {
    super();
    Now, if you try to override myMethod() from BaseClass and
    start typing in subclass something like
    override public function m
    and use Ctrl+Space, FB will insert appropriate method but it
    will also insert errorneous import statement like this:
    import test.BaseClass.myMethod;
    So you will end up with sub class which looks like following:
    package test {
    import test.BaseClass.myMethod;
    public class SubClass extends BaseClass {
    public function SubClass() {
    super();
    override public function myMethod():void {
    Wrong import is correctly marked as error but issuing
    "organize import" does not remove it so it must be removed
    manually.
    Regards,
    Damir Murat
    PS: Sorry for bad code formatting but there is no option for
    inserting in-line code and attach code is a little bit
    awkward.

    Damir Murat,
    Did you already file a bug for this? If not, would you mind
    adding it to the public bug base so we can track the issue.
    Thanks,
    Peter

  • 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                                                                                                                                                                                                                                                                                       

Maybe you are looking for