mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:16:05 +02:00
IDE: codehlpe reduced debugging output
git-svn-id: trunk@13866 -
This commit is contained in:
parent
c050bb9441
commit
e1c029f87b
@ -94,11 +94,15 @@
|
||||
<i>EMenuError </i>
|
||||
|
||||
|
||||
|
||||
- Exception handler for error in Menu access</short>
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
<element name="TMenuItem">
|
||||
<short>A menu item</short>
|
||||
<descr>An item of a TMainMenu or TPopupMenu.
|
||||
</descr>
|
||||
<errors>no errors</errors>
|
||||
</element>
|
||||
<!-- procedure type Visibility: default -->
|
||||
<element name="TMenuChangeEvent">
|
||||
@ -124,12 +128,14 @@
|
||||
<i>TMenuActionLink</i>
|
||||
|
||||
|
||||
|
||||
: defines the link between a selected menu item and its corresponding action</short>
|
||||
<descr>
|
||||
<p>
|
||||
<i>TMenuActionLink</i>
|
||||
|
||||
|
||||
|
||||
: defines the link between a selected menu item and its corresponding action. Properties are protected and not readily accessible by application programmers.</p>
|
||||
</descr>
|
||||
</element>
|
||||
@ -393,12 +399,14 @@
|
||||
<i>TMenuItem</i>
|
||||
|
||||
|
||||
|
||||
- The base structure of each item in a Menu.</short>
|
||||
<descr>
|
||||
<p>
|
||||
<i>TMenuItem</i>
|
||||
|
||||
|
||||
|
||||
- The base structure of each item in a Menu.</p>
|
||||
<p>This Component does the hard work of processing the Items found in the various types of menus. It defines a lot of the properties and methods used in the various sorts of menu, including <link id="TMainMenu">TMainMenu</link>, <link id="TMenu">TMenu</link> and <link id="TPopUpMenu">TPopUpMenu</link></p>
|
||||
</descr>
|
||||
@ -1465,6 +1473,7 @@
|
||||
<i>Action</i>
|
||||
|
||||
|
||||
|
||||
- the default action associated with this Menu Item</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1473,6 +1482,7 @@
|
||||
<i>AutoCheck</i>
|
||||
|
||||
|
||||
|
||||
: Whether a check mark is automatically added when the item is selected</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1481,6 +1491,7 @@
|
||||
<i>Caption</i>
|
||||
|
||||
|
||||
|
||||
: The text that appears on the Menu Bar at run-time</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1489,6 +1500,7 @@
|
||||
<i>Checked</i>
|
||||
|
||||
|
||||
|
||||
: whether a check mark appears on the Menu Bar</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1497,6 +1509,7 @@
|
||||
<i>Default</i>
|
||||
|
||||
|
||||
|
||||
: is this option the default selection? If so, it usually appears in Bold and is selected by hitting ENTER</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1505,6 +1518,7 @@
|
||||
<i>Enabled</i>
|
||||
|
||||
|
||||
|
||||
: can this option be selected? If Not Enabled, usually 'greyed-out'</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1513,6 +1527,7 @@
|
||||
<i>BitMap</i>
|
||||
|
||||
|
||||
|
||||
: an optional picture beside the MenuItem Caption</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1521,6 +1536,7 @@
|
||||
<i>GroupIndex</i>
|
||||
|
||||
|
||||
|
||||
: the sequence number in a group of mutually exclusive RadioItem choices</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1529,6 +1545,7 @@
|
||||
<i>HelpContext</i>
|
||||
|
||||
|
||||
|
||||
- an index to the context-sensitive help string to be used</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1537,6 +1554,7 @@
|
||||
<i>Hint</i>
|
||||
|
||||
|
||||
|
||||
: a pop-up help message that appears when the mouse hovers over an item.</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1545,6 +1563,7 @@
|
||||
<i>ImageIndex </i>
|
||||
|
||||
|
||||
|
||||
- number in a list of images for use in illustrating menu items</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1553,6 +1572,7 @@
|
||||
<i>RadioItem</i>
|
||||
|
||||
|
||||
|
||||
: whether the item is part of a group of mutually exclusive choices.</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1561,6 +1581,7 @@
|
||||
<i>RightJustify</i>
|
||||
|
||||
|
||||
|
||||
: the position of the Caption in the Menu Panel. Default (False) is Left Justify</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1569,12 +1590,14 @@
|
||||
<i>ShortCut</i>
|
||||
|
||||
|
||||
|
||||
- the quick key sequence to be used in selecting this menu item</short>
|
||||
<descr>
|
||||
<p>
|
||||
<i>ShortCut</i>
|
||||
|
||||
|
||||
|
||||
- the quick key sequence to be used in selecting this menu item</p>
|
||||
<p>If you select this property in the Object Inspector, a list-box will appear with choices for various key-combinations to be used. The chosen key-sequence will be displayed, at run-time, on the menu drop-down next to the caption for the menu item.</p>
|
||||
</descr>
|
||||
@ -1591,6 +1614,7 @@
|
||||
<i>SubMenuImages </i>
|
||||
|
||||
|
||||
|
||||
- will images be shown for sub-menu items as well as the main item?</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1599,6 +1623,7 @@
|
||||
<i>Visible</i>
|
||||
|
||||
|
||||
|
||||
- can the item be seen?</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1607,6 +1632,7 @@
|
||||
<i>OnClick </i>
|
||||
|
||||
|
||||
|
||||
- event handler for selection of this menu item</short>
|
||||
</element>
|
||||
<!-- enumeration type Visibility: default -->
|
||||
@ -1633,12 +1659,14 @@
|
||||
<i>TMenu</i>
|
||||
|
||||
|
||||
|
||||
: The base class for all menus</short>
|
||||
<descr>
|
||||
<p>
|
||||
<i>TMenu</i>
|
||||
|
||||
|
||||
|
||||
: The base class for all menus</p>
|
||||
<p>The class definition contains very few public or published properties or methods accessible to the application programmer, but contains the entry <i>Items </i>which points to the Menu Items that appear in the menu displays</p>
|
||||
</descr>
|
||||
@ -1904,6 +1932,7 @@
|
||||
<i>Items</i>
|
||||
|
||||
|
||||
|
||||
- a list of Menu Items to be included in the menu display</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
@ -1912,6 +1941,7 @@
|
||||
<i>Images </i>
|
||||
|
||||
|
||||
|
||||
- a list of images from which entries can be selected to illustrate menu choices</short>
|
||||
</element>
|
||||
<!-- object Visibility: default -->
|
||||
@ -1920,12 +1950,14 @@
|
||||
<i>TMainMenu</i>
|
||||
|
||||
|
||||
|
||||
- the Main Menu that appears at the top of most windows</short>
|
||||
<descr>
|
||||
<p>
|
||||
<i>TMainMenu</i>
|
||||
|
||||
|
||||
|
||||
- the Main Menu that appears at the top of most windows; form designers can
|
||||
customise by choosing various menu items.</p>
|
||||
<p>Main Menu is a non-visible component : that is, if the icon is selected from the Component Pallete and placed on the Form, it will not appear at Run-time. Instead, a Menu bar with a structure defined by the Menu Editor will appear.</p>
|
||||
@ -1974,12 +2006,14 @@ customise by choosing various menu items.</p>
|
||||
<i>TPopupMenu </i>
|
||||
|
||||
|
||||
|
||||
- a menu panel that pops up on the desktop when the right mouse button is clicked</short>
|
||||
<descr>
|
||||
<p>
|
||||
<i>TPopupMenu</i>
|
||||
|
||||
|
||||
|
||||
: a menu panel that pops up on the desktop when the right mouse button is clicked.</p>
|
||||
<p>Inherits all the properties of <i>TMenu</i> (including the properties of <i>TMenuItem</i>), but has some new properties (procedure <i>PopUp</i> and procedure <i>Close</i>) that define its behaviour when actually invoked.</p>
|
||||
<p>PopupPoint defines the position of the Popup menu, usually at the current cursor position.</p>
|
||||
@ -2179,17 +2213,20 @@ customise by choosing various menu items.</p>
|
||||
<i>HowToUseMenus</i>
|
||||
|
||||
|
||||
|
||||
- hints for creating Menus for your Forms</short>
|
||||
<descr>
|
||||
<p>
|
||||
<i>HowToUseMenus</i>
|
||||
|
||||
|
||||
|
||||
- hints for creating Menus for your Forms</p>
|
||||
<p>
|
||||
<i>TMainMenu</i>
|
||||
|
||||
|
||||
|
||||
is the Main Menu that appears at the top of most forms; form designers can
|
||||
customise by choosing various menu items. <i>TPopupMenu</i> is a menu window that pops up with pertinent, usually context-sensitive, details and choices when the right mouse button is clicked near a control</p>
|
||||
<p>Main Menu is a non-visible component : that is, if the icon is selected from the Component Palette and placed on the Form, it will not appear at Run-time. Instead, a Menu bar with a structure defined by the Menu Editor will appear. Popup menus, placed on the form by selecting the icon from the Component Palette, do not appear at all unless the right mouse button is clicked on a control that owns such a menu.</p>
|
||||
|
@ -576,7 +576,7 @@ begin
|
||||
end;
|
||||
chprFailed:
|
||||
begin
|
||||
DebugLn(['TFPDocEditForm.UpdateChain failed LazDocBoss.GetElementChain for ',fSourceFilename,' ',dbgs(CaretXY)]);
|
||||
//DebugLn(['TFPDocEditForm.UpdateChain failed LazDocBoss.GetElementChain for ',fSourceFilename,' ',dbgs(CaretXY)]);
|
||||
exit;
|
||||
end;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user