mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 06:18:21 +02:00
IDEIntf: added help
git-svn-id: trunk@53875 -
This commit is contained in:
parent
cc720977ce
commit
c8f26b3e53
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
10
components/ideintf/docs/idehelpintf.xml
Normal file
10
components/ideintf/docs/idehelpintf.xml
Normal 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>
|
10
components/ideintf/docs/propedits.xml
Normal file
10
components/ideintf/docs/propedits.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user