-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCodeStats.lpk
60 lines (59 loc) · 1.93 KB
/
CodeStats.lpk
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="CodeStats"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Maico Smaniotto"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Lazarus IDE plugin for Code::Stats service. Collects your programming experience (XP) and sends to codestats.net.
This plugin works by listening to the editor's text changes and periodically sending the amounts of XP to Code::Stats. The programming language is detected by the file extension. Note that at no point is any of your code sent to Code::Stats. Only the amounts of XP (roughly the amount of keystrokes) are sent."/>
<License Value="LGPL v2.1"/>
<Files Count="4">
<Item1>
<Filename Value="uCodeStatsPlugin.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="uCodeStatsPlugin"/>
</Item1>
<Item2>
<Filename Value="FConfig.lfm"/>
<Type Value="LFM"/>
</Item2>
<Item3>
<Filename Value="FConfig.pas"/>
<UnitName Value="FConfig"/>
</Item3>
<Item4>
<Filename Value="uThreadPulse.pas"/>
<UnitName Value="uThreadPulse"/>
</Item4>
</Files>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="SynEdit"/>
</Item1>
<Item2>
<PackageName Value="IDEIntf"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
<CustomOptions Items="ExternHelp" Version="2">
<_ExternHelp Items="Count"/>
</CustomOptions>
</Package>
</CONFIG>