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 85125 - Indicate code completion list incompleteness
Summary: Indicate code completion list incompleteness
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-18 12:50 UTC by Vladimir Kvashin
Modified: 2006-10-09 14:29 UTC (History)
0 users

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 Vladimir Kvashin 2006-09-18 12:50:25 UTC
Now code completion list allows user to use partial data. But there should be
some  indication of this fact. For example, "Loading..." in completion window
title or as a 1-st list item.
Comment 1 Vladimir Voskresensky 2006-10-09 14:29:53 UTC
fixed.
 - added postfix "(Parse in progress...)" in case of not completely parsed
project-owner of the current file

cvs log:
Checking in ext/CsmCompletionQuery.java;
/shared/data/ccvs/repository/cnd/completion/src/org/netbeans/modules/cnd/completion/cplusplus/ext/CsmCompletionQuery.java,v
 <--  CsmCompletionQuery.java
new revision: 1.2.2.5; previous revision: 1.2.2.4
done
Checking in ext/Bundle.properties;
/shared/data/ccvs/repository/cnd/completion/src/org/netbeans/modules/cnd/completion/cplusplus/ext/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.2.2.2; previous revision: 1.2.2.1
done
Checking in NbCsmCompletionQuery.java;
/shared/data/ccvs/repository/cnd/completion/src/org/netbeans/modules/cnd/completion/cplusplus/NbCsmCompletionQuery.java,v
 <--  NbCsmCompletionQuery.java
new revision: 1.2.2.3; previous revision: 1.2.2.2
done