summaryrefslogtreecommitdiff
path: root/extras/code_templates/readme.txt
blob: ee1f3aab3b90bfaa63871bc8ed64b089c7e8ab2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

fpGUI Code Templates
--------------------

This is a directory where you will find fpGUI Code Templates for use with 
the Lazarus IDE.


1) Open the template you want to add to Lazurus. For example basicapp.txt

2) Open the lazarus.dci file with you favourite editor. This is the file that
   Lazarus uses to store all code templates.  The location of 
   the lararus.dci is normally as follows:

  Linux:
    /home/<your user name>/.lazarus/lazarus.dci

3) Copy all the text from the template file you opened in (1).

4) Move to the end of the lazarus.dci file you opened in (2) and paste the 
   text from the clipboard.

5) Save the lazarus.dci file and you are ready to go!


           -----------.oO0Oo.-----------