fpc/packages/ide/cvsco.tdf
florian 3ce7927096 * made the ide a package, so it can be build in parallel with the other packages, reasons:
- lowers build times
  - ide is not that important anymore than years before
  - other utils like pastojs are also located in the packages tree

git-svn-id: trunk@37926 -
2018-01-06 20:22:30 +00:00

33 lines
426 B
Plaintext

[Main]
Title="CVS Commit"
Size=(56,15)
CommandLine="commit -F %msglog% %filename%"
Default="filename"
[filename]
Type=InputLine
Origin=(2,3)
Size=(52,1)
Value=$EDNAME
[label1]
Type=Label
Origin=(2,2)
Size=(52,1)
Text="~F~ile(s) to commit"
Link="filename"
[msglog]
Type=Memo
Origin=(2,6)
Size=(52,6)
FileName=cvsco.log
Value=
[label2]
Type=Label
Origin=(2,5)
Size=(52,1)
Text="Enter log ~M~essage for commit"
Link="msglog"