Talk:Code Editor Context Menu

From RAD Studio
Jump to: navigation, search

For the "Debug" menu portions:

  1. Typo in "Alernately"
  2. For "Evaluate/Modify", "Add Watch at Cursor" and "Inspect", these commands act differently depending on whether there is an editor token under the cursor (vs. right clicking on whitespace). If there is a token, it will Evalaute, Watch or Inspect that token. If there is no token (you clicked on whitespace), it will bring up the Evaluate/Modify dialog, bring up the "Watch Properties" dialog, or bring up the "Inspect" dialog
  3. For "Goto Address" the dialog is titled "Enter Address to Position to" (the last "to" is missing)
  4. For "View CPU", "CPU Windows" should be "CPU Window" (not plural). Also, the specific action is dependent on where you right click. If you right clicked on a source line that generated code (has a blue dot), then the selected address in the CPU view will be the address that corresponds to that source line. If you click on a line without a blue dot, then the selected address will be EIP.


Response

I have incorporated each of your comments. In doing so, I have verified the behavior of the Code Editor context menu in the product, so some of the resulting help is slightly different from your comments (see Debug|Inspect command, for example).

KrisHouser 17:52, 19 October 2009 (PDT)


Doc Comments | Collapses all XML Documentation comments (triple-slash comments).

This is only for Delphi, not for C++Builder. Dkosinski 16:36, 6 April 2011 (PDT)