IDEIntf: added help

git-svn-id: trunk@53875 -
This commit is contained in:
mattias 2017-01-03 16:53:58 +00:00
parent cc720977ce
commit c8f26b3e53
3 changed files with 22 additions and 0 deletions

2
.gitattributes vendored
View File

@ -1828,12 +1828,14 @@ components/ideintf/docs/compoptsintf.xml svneol=native#text/plain
components/ideintf/docs/findcommandsbyshortcut.pas svneol=native#text/plain
components/ideintf/docs/formeditingintf.xml svneol=native#text/plain
components/ideintf/docs/idecommands.xml svneol=native#text/plain
components/ideintf/docs/idehelpintf.xml svneol=native#text/plain
components/ideintf/docs/ideimagesintf.xml svneol=native#text/plain
components/ideintf/docs/ideoptionsintf.xml svneol=native#text/plain
components/ideintf/docs/lazideintf.xml svneol=native#text/plain
components/ideintf/docs/objectinspector.xml svneol=native#text/plain
components/ideintf/docs/packageintf.xml svneol=native#text/plain
components/ideintf/docs/projectintf.xml svneol=native#text/plain
components/ideintf/docs/propedits.xml svneol=native#text/plain
components/ideintf/editorsyntaxhighlighterdef.pas svneol=native#text/pascal
components/ideintf/fieldseditor.lfm svneol=native#text/plain
components/ideintf/fieldseditor.pas svneol=native#text/pascal

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<fpdoc-descriptions><package name="IDEIntf"><module name="IDEHelpIntf"><element name="TBaseHelpManager.CombineSameIdentifiersInUnit"><short>If true ignore overloads of an identifier within the same unit</short><descr>Default is true.
For example the RTL procedure "format" of unit SysUtils has an overload. If this option is disabled, the IDE shows the help selector to let the user select the right procedure.</descr>
</element><element name="TBaseHelpManager.ShowCodeBrowserOnUnknownIdentifier"><short>When enabled and the user requests help for an unknown identifier the CodeBrowser is shown.</short><descr>When the user presses F1 in the source editor, the IDE searches the Pascal declaration. If not found it searches in the list of keywords. If still not found, the identifier is "unknown". If this option is enabled (default) it will then show the Code Browser.
The LHelp addon disables this option.</descr>
</element>
</module>
</package>
</fpdoc-descriptions>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<fpdoc-descriptions><package name="IDEIntf"><module name="PropEdits"><element name="TPropertyEditorHook.GetAncestorInstance"><short>Returns the designer ancestor property</short><descr>InstProp must be provided with valid values. See TPropertyEditor.
The ancestor property has the same property info.
This works only for designed inherited components (VFI, visual form inheritance).
It does <i>not</i> return the compile time ancestor.
It returns true on success.</descr>
</element>
</module>
</package>
</fpdoc-descriptions>