IDEIntf: doc

git-svn-id: trunk@28684 -
This commit is contained in:
mattias 2010-12-11 12:47:43 +00:00
parent 03e41ae4a9
commit 501d18e6db
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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

View 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>