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 179125

Summary: Improve usage tracking
Product: cnd Reporter: Egor Ushakov <gorrus>
Component: -- Other --Assignee: issues@cnd <issues>
Status: STARTED ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 185507, 185515, 185521, 185590    
Bug Blocks:    

Description Egor Ushakov 2009-12-30 06:21:03 UTC
Umbrella issue for improvements in usage tracking area for 6.9
Comment 1 Egor Ushakov 2010-04-16 09:24:13 UTC
Tracking is required for:
- gizmo on/off
- enabled indicators
- gdbserver
- debug 4 cnd projects?
- occurencies navigation
- cnd refactorings
- cnd find usages
- class hierarhy
- include hierarhy
- macro view
- call graph
Comment 2 Egor Ushakov 2010-04-16 09:30:07 UTC
- unit tests
Comment 4 Egor Ushakov 2010-05-05 12:22:56 UTC
gdbserver and debug cnd projects is already there by debugger core
Comment 5 Egor Ushakov 2010-05-05 13:07:38 UTC
occurencies navigation is tracked by the standard NB shortcuts tracker:
<record>
  <logger>org.netbeans.ui.actions.editor</logger>
  <message>UI_ACTION_EDITOR</message>
  <key>UI_ACTION_EDITOR</key>
  <param>java.awt.event.ActionEvent[ACTION_PERFORMED,cmd=Alt+Down,when=1273064737759,modifiers=Alt] ...
  <param>org.netbeans.modules.cnd.highlight.semantic.actions.GotoNextOccurrenceAction[cpp-next-marked-occurrence]</param>
  <param>org.netbeans.modules.cnd.highlight.semantic.actions.GotoNextOccurrenceAction@754c</param>
  <param>cpp-next-marked-occurrence</param>
</record>
Comment 6 Egor Ushakov 2010-05-05 13:30:10 UTC
hyperlink tracking:
http://hg.netbeans.org/cnd-main/rev/02438e1a96d8
Comment 7 Egor Ushakov 2010-05-05 14:46:59 UTC
class hierarhy, include hierarhy, macro view, call graph invocations
are tracked through common NB UI_ACTION_BUTTON_PRESS
Comment 8 Egor Ushakov 2010-05-06 10:11:32 UTC
track project actions:
http://hg.netbeans.org/cnd-main/rev/ebc32fae3cb2
Comment 9 Quality Engineering 2010-05-10 09:26:08 UTC
Integrated into 'main-golden', will be available in build *201005100200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log: