crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Form.xml
changeset 2 0c91f0baec58
child 3 045ade241ef5
equal deleted inserted replaced
1:7a31f7298d8f 2:0c91f0baec58
       
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <panic_category>
       
     3   <category_name>Form</category_name>
       
     4   <category_description> &lt;p&gt;Text Views panics: &lt;/p&gt;</category_description>
       
     5   <panics>
       
     6     <panic>
       
     7       <panic_id>201</panic_id>
       
     8       <panic_description>&lt;p&gt; A NULL layout handle was passed to &lt;code&gt;CTextView::NewL()&lt;/code&gt;, or to &lt;code&gt;CTextView::SetLayout()&lt;/code&gt; &lt;/p&gt;</panic_description>
       
     9     </panic>
       
    10     <panic>
       
    11       <panic_id>202</panic_id>
       
    12       <panic_description>&lt;p&gt; The character edit type in &lt;code&gt;CTextView::HandleCharEditL()&lt;/code&gt; was unknown or incompatible with the format changed value. Debug builds only. &lt;/p&gt;</panic_description>
       
    13     </panic>
       
    14     <panic>
       
    15       <panic_id>203</panic_id>
       
    16       <panic_description>&lt;p&gt; The horizontal scroll jump value was set to be outside the allowable range (0 to 9999). &lt;/p&gt;</panic_description>
       
    17     </panic>
       
    18     <panic>
       
    19       <panic_id>300</panic_id>
       
    20       <panic_description>&lt;p&gt; An invalid document position was specified (e.g. negative or greater than the document length). &lt;/p&gt;</panic_description>
       
    21     </panic>
       
    22     <panic>
       
    23       <panic_id>400</panic_id>
       
    24       <panic_description>&lt;p&gt; Drawing error: attempting to draw a line cursor without a line cursor bitmap having been set. &lt;/p&gt;</panic_description>
       
    25     </panic>
       
    26     <panic>
       
    27       <panic_id>500</panic_id>
       
    28       <panic_description>&lt;p&gt;Pagination error: attempting to paginate without a document having been set. &lt;/p&gt;</panic_description>
       
    29     </panic>
       
    30     <panic>
       
    31       <panic_id>501</panic_id>
       
    32       <panic_description>&lt;p&gt; Pagination error: appending zero or negative characters per page to the page list (array of characters per page). Debug builds only. &lt;/p&gt;</panic_description>
       
    33     </panic>
       
    34     <panic>
       
    35       <panic_id>502</panic_id>
       
    36       <panic_description>&lt;p&gt; Pagination error: page list is empty. Debug builds only. &lt;/p&gt;</panic_description>
       
    37     </panic>
       
    38     <panic>
       
    39       <panic_id>600</panic_id>
       
    40       <panic_description>&lt;p&gt; Printing error: the page list has not been set or is defective. &lt;/p&gt;</panic_description>
       
    41     </panic>
       
    42     <panic>
       
    43       <panic_id>601</panic_id>
       
    44       <panic_description>&lt;p&gt; Printing error: an invalid page number was specified. Debug builds only. &lt;/p&gt;</panic_description>
       
    45     </panic>
       
    46     <panic>
       
    47       <panic_id>702</panic_id>
       
    48       <panic_description>&lt;p&gt; Document formatting error: the selected range flag is on but the selection has zero length. Debug builds only. &lt;/p&gt;</panic_description>
       
    49     </panic>
       
    50     <panic>
       
    51       <panic_id>704</panic_id>
       
    52       <panic_description>&lt;p&gt; Document formatting error: the pixel position of the cursor is inconsistent with the position of its bounding line rectangle. &lt;/p&gt;</panic_description>
       
    53     </panic>
       
    54     <panic>
       
    55       <panic_id>705</panic_id>
       
    56       <panic_description>&lt;p&gt; Document formatting error: the scroll caused by a single character edit was incomplete. Debug builds only. &lt;/p&gt;</panic_description>
       
    57     </panic>
       
    58     <panic>
       
    59       <panic_id>800</panic_id>
       
    60       <panic_description>&lt;p&gt; CTextView::HandleCharEditL()&lt;/code&gt; was called while there is a text selection. Debug builds only. &lt;/p&gt;</panic_description>
       
    61     </panic>
       
    62     <panic>
       
    63       <panic_id>801</panic_id>
       
    64       <panic_description>&lt;p&gt; An attempt was made to update the view when the document formatting is out of date. Debug builds only. &lt;/p&gt;</panic_description>
       
    65     </panic>
       
    66     <panic>
       
    67       <panic_id>802</panic_id>
       
    68       <panic_description>&lt;p&gt; An attempt was made to handle a text edit while background formatting is taking place. Debug builds only. &lt;/p&gt;</panic_description>
       
    69     </panic>
       
    70     <panic>
       
    71       <panic_id>901</panic_id>
       
    72       <panic_description>&lt;p&gt;A scroll was requested, but the specified amount to scroll by is zero. Debug builds only. &lt;/p&gt;</panic_description>
       
    73     </panic>
       
    74     <panic>
       
    75       <panic_id>902</panic_id>
       
    76       <panic_description>&lt;p&gt; An algorithmic error occurred while scrolling. Debug builds only. &lt;/p&gt;</panic_description>
       
    77     </panic>
       
    78     <panic>
       
    79       <panic_id>903</panic_id>
       
    80       <panic_description>&lt;p&gt; An error occured when scrolling down. Debug builds only. &lt;/p&gt;</panic_description>
       
    81     </panic>
       
    82     <panic>
       
    83       <panic_id>904</panic_id>
       
    84       <panic_description>&lt;p&gt; An error occured when scrolling up. Debug builds only. &lt;/p&gt;</panic_description>
       
    85     </panic>
       
    86     <panic>
       
    87       <panic_id>905</panic_id>
       
    88       <panic_description>&lt;p&gt; Invalid horizontal scroll value specified &lt;/p&gt;</panic_description>
       
    89     </panic>
       
    90     <panic>
       
    91       <panic_id>1000</panic_id>
       
    92       <panic_description>&lt;p&gt; Out of memory. Debug builds only. &lt;/p&gt;</panic_description>
       
    93     </panic>
       
    94     <panic>
       
    95       <panic_id>1001</panic_id>
       
    96       <panic_description>&lt;p&gt; An attempt was made to recover from an out of memory condition when no out of memory condition has occured. Debug builds only. &lt;/p&gt;</panic_description>
       
    97     </panic>
       
    98     <panic>
       
    99       <panic_id>1100</panic_id>
       
   100       <panic_description>&lt;p&gt;The cursor is not fully on the screen following a scroll. Debug builds only. &lt;/p&gt;</panic_description>
       
   101     </panic>
       
   102     <panic>
       
   103       <panic_id>1104</panic_id>
       
   104       <panic_description>&lt;p&gt; The document position was out of range for the current source document. &lt;/p&gt;</panic_description>
       
   105     </panic>
       
   106     <panic>
       
   107       <panic_id>1200</panic_id>
       
   108       <panic_description>&lt;p&gt; An attempt was made to turn highlighting on or off when the view is in the no visible highlighting state. Debug builds only. &lt;/p&gt;</panic_description>
       
   109     </panic>
       
   110     <panic>
       
   111       <panic_id>1202</panic_id>
       
   112       <panic_description>&lt;p&gt;An attempt was made to create a graphics context for the view when one already exists. Debug builds only. &lt;/p&gt;</panic_description>
       
   113     </panic>
       
   114     <panic>
       
   115       <panic_id>1301</panic_id>
       
   116       <panic_description>&lt;p&gt; A leave occurred when scrolling to change the cursor position. &lt;/p&gt;</panic_description>
       
   117     </panic>
       
   118     <panic>
       
   119       <panic_id>1302</panic_id>
       
   120       <panic_description>&lt;p&gt; The cursor movement specified is inconsistent with the function call. Debug builds only. &lt;/p&gt;</panic_description>
       
   121     </panic>
       
   122     <panic>
       
   123       <panic_id>1303</panic_id>
       
   124       <panic_description>&lt;p&gt; There is a picture frame at the cursor position, but no picture frame is in memory. Debug builds only. &lt;/p&gt;</panic_description>
       
   125     </panic>
       
   126     <panic>
       
   127       <panic_id>1304</panic_id>
       
   128       <panic_description>&lt;p&gt; The value of a system constant has been changed. Debug builds only. &lt;/p&gt; 	   </panic_description>
       
   129     </panic>
       
   130   </panics>
       
   131 </panic_category>