mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:19:14 +02:00
ideintf: docs
git-svn-id: trunk@38751 -
This commit is contained in:
parent
053e01608d
commit
173d63de75
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
15
ideintf/docs/baseideintf.xml
Normal file
15
ideintf/docs/baseideintf.xml
Normal 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>
|
6
ideintf/docs/compoptsintf.xml
Normal file
6
ideintf/docs/compoptsintf.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user