mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 04:18:48 +02:00
IDEIntf: doc
git-svn-id: trunk@28684 -
This commit is contained in:
parent
03e41ae4a9
commit
501d18e6db
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -3915,6 +3915,7 @@ ideintf/dbpropedits.pas svneol=native#text/pascal
|
||||
ideintf/docs/formeditingintf.xml svneol=native#text/plain
|
||||
ideintf/docs/ideimagesintf.xml svneol=native#text/plain
|
||||
ideintf/docs/ideoptionsintf.xml svneol=native#text/plain
|
||||
ideintf/docs/lazideintf.xml svneol=native#text/plain
|
||||
ideintf/fieldseditor.lfm svneol=native#text/plain
|
||||
ideintf/fieldseditor.pas svneol=native#text/pascal
|
||||
ideintf/fieldslist.lfm svneol=native#text/plain
|
||||
|
11
ideintf/docs/lazideintf.xml
Normal file
11
ideintf/docs/lazideintf.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<fpdoc-descriptions>
|
||||
<package name="IDEIntf">
|
||||
<module name="LazIDEIntf">
|
||||
<element name="TLazIDEInterface.FindUnitFile">
|
||||
<short>Searches the file name of a unit</short>
|
||||
<descr>If TheOwner is nil the current project is searched. TheOwner can be a project, a package or LazarusIDE. The unit is searched in the unit search path of the the base directory using the codetools unit search rules. It will find units of used packages too, the unit name is case insensitive and the normal extensions .pas, .pp are tried. In case of LazarusIDE it will search in all open packages. If the AFileName contains an extension it will also search in the files listed in the project inspector. It returns the empty string if not found. If the file name is not absolute the file was not newly created and not yet saved to disk.</descr>
|
||||
</element>
|
||||
</module>
|
||||
</package>
|
||||
</fpdoc-descriptions>
|
Loading…
Reference in New Issue
Block a user