You've already forked lazarus-ccr
captcha, chemtext, fpspreadsheet: Fix minor issues in ex-meta files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8803 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
{ "runtime" : {
|
{ "captcha_runtime" : {
|
||||||
"Category" : "CCR",
|
"Category" : "CCR",
|
||||||
"Keywords" : ["controls", "captcha", "label"],
|
"Keywords" : ["TCaptchaLabel", "controls", "captcha", "label"],
|
||||||
"Description" : "Demonstrates how a TCaptchaLabel can be created at runtime. It also allows to study the effect of various properties. Note that this project does not require to install the captcha_pkg package; the component source are expected to be in folder \"source\" two directory level higher."}
|
"Description" : "Demonstrates how a TCaptchaLabel can be created at runtime. It also allows to study the effect of various properties. Note that this project does not require to install the captcha_pkg package; the component source are expected to be in folder \"source\" two directory level higher."}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
{ "simpledemo" : {
|
{ "simpledemo" : {
|
||||||
"Category" : "CCR",
|
"Category" : "CCR",
|
||||||
"Keywords" : ["controls", "captcha", "label"],
|
"Keywords" : ["TCaptchaLabel", "controls", "captcha", "label", "verification"],
|
||||||
"Description" : "This simple project shows a sample dialog in which the user must verify a captcha text."}
|
"Description" : "This simple project shows a sample dialog in which the user must verify a captcha text."}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
{ "chem" : {
|
{ "chem" : {
|
||||||
"Category" : "CCR",
|
"Category" : "CCR",
|
||||||
"Keywords" : ["label", "chemistry", "science", "chemical formula"],
|
"Keywords" : ["TChemLabel", "label", "chemistry", "science", "chemical formula"],
|
||||||
"Description" : "This demo displays several chemical formulas in TChemLabel controls. There is also a TEdit control in which an (unformatted) chemical formula can be entered directly."}
|
"Description" : "This demo displays several chemical formulas in TChemLabel controls. There is also a TEdit control in which an (unformatted) chemical formula can be entered directly."}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
{ "grid_sample" : {
|
{ "grid_sample" : {
|
||||||
"Category" : "CCR",
|
"Category" : "CCR",
|
||||||
"Keywords" : ["label", "chemistry", "chemical formula", "science", "TStringGrid", "OnDrawCell"],
|
"Keywords" : ["TChemLabel", "label", "chemistry", "chemical formula", "science", "TStringGrid", "OnDrawCell"],
|
||||||
"Description" : "Demonstrates how the procedure \"ChemTextOut\" in unit \"ChemText\" can be used to display chemical formulas in the cells of a StringGrid by using the grid's OnDrawCell event."}
|
"Description" : "Demonstrates how the procedure \"ChemTextOut\" in unit \"ChemText\" can be used to display chemical formulas in the cells of a StringGrid by using the grid's OnDrawCell event."}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
{ "runtime" : {
|
{ "chemtext_runtime" : {
|
||||||
"Category" : "CCR",
|
"Category" : "CCR",
|
||||||
"Keywords" : ["label", "chemistry", "chemical formula", "science", "runtime"],
|
"Keywords" : ["TChemLabel", "label", "chemistry", "chemical formula", "science", "runtime"],
|
||||||
"Description" : "In this sample project, the TChemLabel component is created at runtime, i.e. installation of the laz_chemtext package is not required (it only must be opened in the package editor once). The project allows to study the effect of changing characteristic properties of the component."}
|
"Description" : "In this sample project, the TChemLabel component is created at runtime, i.e. installation of the laz_chemtext package is not required (it only must be opened in the package editor once). The project allows to study the effect of changing characteristic properties of the component."}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
{ "demo_expression_parser" : {
|
{ "demo_expression_parser" : {
|
||||||
"CCR" : "FPSpreadsheet",
|
"Category" : "CCR",
|
||||||
"Keywords" : ["Spreadsheet", "Parser", "Formula", "RPN", "FPSpreadsheet", "Console"],
|
"Keywords" : ["Spreadsheet", "Parser", "Formula", "RPN", "FPSpreadsheet", "Console"],
|
||||||
"Description" : "Creates a small console application that demonstrates operation of the expression parser used by FPSpreadsheet."}
|
"Description" : "Creates a small console application that demonstrates operation of the expression parser used by FPSpreadsheet."}
|
||||||
}
|
}
|
Reference in New Issue
Block a user