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 185691 - Codecompletion support is disabled sometimes
Summary: Codecompletion support is disabled sometimes
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on: 187386
Blocks:
  Show dependency tree
 
Reported: 2010-05-07 12:33 UTC by Egor Ushakov
Modified: 2010-06-09 14:43 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 Egor Ushakov 2010-05-07 12:33:14 UTC
Codecompletion in different places is disabled sometimes, easiest way to reproduce:
- start IDE with a project
- open c file
- try codecompletion in new watch window
For some reason EditorContextDispatcher does not get mostRecentFile update.
Unable to reproduce in clean Netbeans...
Tried to disable CESRedirector - it does not help.
Comment 1 Egor Ushakov 2010-06-09 09:49:34 UTC
if I start dbxgui module everything works fine, but as soon as I start dbxguisuite it starts to malfunction
Comment 2 Egor Ushakov 2010-06-09 14:34:37 UTC
the problem is that we use EditorContextDispatcher which only receives registry updates after it is created, see bug 187386
Comment 3 Egor Ushakov 2010-06-09 14:43:31 UTC
workaround implemented in:
http://lessing.sfbay.sun.com/hg/toolshg/rev/d7d585884c05

in general issue should be solved in bug 187386