This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 108656 - The code completion doesn't work properly
Summary: The code completion doesn't work properly
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: REGRESSION
: 107586 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-02 16:03 UTC by Petr Pisl
Modified: 2007-08-01 13:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2007-07-02 16:03:08 UTC
The code completion is invoked automatically for example when you press '<'. When you press 'h' the code completion is
closed. It should display all the items, which start with <h
Comment 1 Marek Fukala 2007-07-02 16:18:38 UTC
The problem is caused by JavaCompletionProvider calling Completion.get().hideCompletion() in the described case from
JavaCompletionProvider:306. 
This is a regression, it worked before Dusan Balek's fix of issue #88004 in JavaCompletionProvider revision 1.56.
Comment 2 Marek Fukala 2007-07-04 15:20:04 UTC
*** Issue 107586 has been marked as a duplicate of this issue. ***
Comment 3 Marek Fukala 2007-07-13 15:10:14 UTC
Dusane, can you please fix this issue to beta1? It is very annoying to use completion in JSP editor because of that. Thanks.
Comment 4 Dusan Balek 2007-07-13 17:18:52 UTC
Fixed.

Checking in JavaCompletionProvider.java;
/cvs/java/editor/src/org/netbeans/modules/editor/java/JavaCompletionProvider.java,v  <--  JavaCompletionProvider.java
new revision: 1.122; previous revision: 1.121
done
Comment 5 Jindrich Sedek 2007-08-01 13:23:15 UTC
verified.
NetBeans IDE Dev (Build 070801)