ideintf: docs

git-svn-id: trunk@38751 -
This commit is contained in:
mattias 2012-09-19 13:16:57 +00:00
parent 053e01608d
commit 173d63de75
3 changed files with 23 additions and 0 deletions

2
.gitattributes vendored
View File

@ -4882,6 +4882,8 @@ ideintf/componentreg.pas svneol=native#text/pascal
ideintf/componenttreeview.pas svneol=native#text/pascal
ideintf/compoptsintf.pas svneol=native#text/plain
ideintf/dbpropedits.pas svneol=native#text/pascal
ideintf/docs/baseideintf.xml svneol=native#text/plain
ideintf/docs/compoptsintf.xml svneol=native#text/plain
ideintf/docs/findcommandsbyshortcut.pas svneol=native#text/plain
ideintf/docs/formeditingintf.xml svneol=native#text/plain
ideintf/docs/idecommands.xml svneol=native#text/plain

View File

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<fpdoc-descriptions>
<package name="IDEIntf">
<module name="BaseIDEIntf">
<element name="GetIDEConfigStorage">
<short>Returns a TConfigStorage usable for storing options of IDE plugins.</short>
<descr>Set LoadFromDisk to true to load the old content on disk.
If you want to save your options and clear the old options set LoadFromDisk to false. Otherwise you will merge options.
Every IDE plugin should use its own file for storing options. Especially you must not store extra options in the other option files.
For an example and more details see
http://wiki.lazarus.freepascal.org/Extending_the_IDE#Load.2FSave_settings</descr>
</element>
</module>
</package>
</fpdoc-descriptions>

View File

@ -0,0 +1,6 @@
<?xml version="1.0"?>
<fpdoc-descriptions><package name="IDEIntf"><module name="CompOptsIntf"><element name="TLazCompilerOptions.TrimCustomOptions"><short>Converts special characters to spaces, trims spaces and control codes at start and end</short>
</element>
</module>
</package>
</fpdoc-descriptions>