View | Details | Raw Unified | Return to bug 74559 | Differences between
and this patch

Collapse All | Expand All

(-)contexts_Debugger.xml (-7 / +14 lines)
Lines 260-269 Link Here
260
   <context  id="FormatColumnAction_context" >
260
   <context  id="FormatColumnAction_context" >
261
      <description>Format the table to the selected column size.</description>
261
      <description>Format the table to the selected column size.</description>
262
   </context>
262
   </context>
263
   <context  id="SetColumnSizeDefaultAction_context" >
263
   <context  id="TableRenderingPrefAction_context" >
264
      <description>Set current column size as the default.</description>
264
      <description>This command opens the dialog for modifying preferences in table renderings.</description>
265
   </context>
265
   </context>
266
267
   <context  id="PrintViewTabContextAction_context" >
266
   <context  id="PrintViewTabContextAction_context" >
268
      <description>Print the memory monitor or rendering.</description>
267
      <description>Print the memory monitor or rendering.</description>
269
   </context>
268
   </context>
Lines 285-294 Link Here
285
	   <description>This command sets the default column size for a memory monitor. </description>
284
	   <description>This command sets the default column size for a memory monitor. </description>
286
   </context>
285
   </context>
287
   
286
   
288
   <context  id="DefaultColumnSizeDialog_context">
289
      <description>This dialog sets the default column size for a memory monitor. </description>
290
   </context>
291
   
292
   <context id="RemoveRenderingContextAction_context">
287
   <context id="RemoveRenderingContextAction_context">
293
   	  <description>This command removes the top visible rendering from the Memory Rendering pane. </description>
288
   	  <description>This command removes the top visible rendering from the Memory Rendering pane. </description>
294
   </context>
289
   </context>
Lines 336-341 Link Here
336
   <context id="SetPaddedStrDialog_context">
331
   <context id="SetPaddedStrDialog_context">
337
   	  <description>This dialog sets up the padded string in memory renderings.</description>
332
   	  <description>This dialog sets up the padded string in memory renderings.</description>
338
   </context>
333
   </context>
334
335
   <context id="NextPageAction_context">
336
   	  <description>This command loads the next page of memory.</description>
337
   </context>
338
   
339
   <context id="PrevPageAction_context">
340
   	  <description>This command loads the previous page of memory.</description>
341
   </context>
339
           
342
           
340
<!-- Views -->
343
<!-- Views -->
341
   <context  id="debug_view_context" >
344
   <context  id="debug_view_context" >
Lines 466-471 Link Here
466
   	 <description>One this page, you can create and configure simple launch variables which you can reference in launch configurations that support variables.</description>
469
   	 <description>One this page, you can create and configure simple launch variables which you can reference in launch configurations that support variables.</description>
467
  </context>
470
  </context>
468
471
472
   <context  id="table_renderings_preference_page_context">
473
      <description>On this page, you can configure the default column size and the memory loading mode in table renderings.   </description>
474
   </context>
475
469
<!-- Property pages -->
476
<!-- Property pages -->
470
  <context id="process_property_page_context" >
477
  <context id="process_property_page_context" >
471
     <description>This page displays the command line used to launch a process.</description>
478
     <description>This page displays the command line used to launch a process.</description>

Return to bug 74559