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 - Improve usage tracking
Summary: Improve usage tracking
Status: STARTED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on: 185507 185515 185521 185590
Blocks:
  Show dependency tree
 
Reported: 2009-12-30 06:21 UTC by Egor Ushakov
Modified: 2014-04-14 19:33 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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: