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 182429 - [69cat] Adjust profiling related Function Keys.
Summary: [69cat] Adjust profiling related Function Keys.
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.0.1
Hardware: All Other
: P4 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks: 211167
  Show dependency tree
 
Reported: 2010-03-20 19:35 UTC by gliesian
Modified: 2015-05-18 01:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Profiling Function Key Adjustments Suggestions (78.64 KB, text/html)
2010-03-20 19:37 UTC, gliesian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gliesian 2010-03-20 19:35:31 UTC
Considering the attached function key spreadsheet...

-- Consider moving "Profile Main Project" to F2.
-- Consider moving "Take snapshot of collected results" to Alt-F2.
-- Consider moving "Toggle Profile Point" to Ctrl-F2 (alignment with Toggle line Breakpoint)

-- And perform other refinements that may be needed.

Thanks.
Comment 1 gliesian 2010-03-20 19:37:15 UTC
Created attachment 95488 [details]
Profiling Function Key Adjustments Suggestions
Comment 2 gliesian 2010-03-20 19:41:46 UTC
I couldn't upload the .doc file or file with colors... so I put it up on my website: http://gliesian.com/pdfs/pfk.pdf.

Thanks.
Comment 3 Ondrej Langr 2010-03-23 16:47:46 UTC
Agreed from my point of view. All suggested changes make sense and AFAIK, they should not clash with other shortcuts. 

If the person responsible for profiler does not see any issues either, we should proceed with this. 

Since shortcuts are a sensitive ground, I suggest to do this as soon as possible so that we can deal with issues and shortcut conflicts if they appear.
Comment 4 Jiri Sedlacek 2010-05-07 17:02:05 UTC
Since nobody from the profiler has seen any issues till now, will you proceed with this?
Comment 5 Jiri Sedlacek 2010-05-07 17:03:52 UTC
Adding Ondrej Langr on cc.
Comment 6 J Bachorik 2011-10-05 17:33:42 UTC
Bump. Who should proceed with this?
Someone from profiler?
Comment 7 J Bachorik 2011-11-01 14:06:24 UTC
Jano, what is your opinion?
Comment 8 Jiri Sedlacek 2015-05-13 14:10:03 UTC
Profiler shortcuts aligned with the current debugger shortcuts:

  - Ctrl+F2:       Profile Project
  - Shift+F2:      Finish Profiler Session
  - Alt+F2:        Take Snapshot of Collected Results
  - Ctrl+Shift+F2: Toggle Profiling Point

Fixed by http://hg.netbeans.org/profiler-main/rev/227c4f2b9ad2.
Comment 9 gliesian 2015-05-13 14:51:23 UTC
Thanks for the fix... the updated table is listed here: 
robertjliguori.blogspot.com.

-- Robert
Comment 10 gliesian 2015-05-13 14:51:39 UTC
Thanks for the fix... the updated table is listed here: 
http://robertjliguori.blogspot.com.
Comment 11 Quality Engineering 2015-05-18 01:07:18 UTC
Integrated into 'main-silver', will be available in build *201505180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/227c4f2b9ad2
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #182429 - cleaned up profiler shortcuts, aligned with debugger