From 1184330d05f190a0363203f9b05446f54aad747a Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 24 Apr 2023 14:26:04 +0000 Subject: [PATCH] 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 --- components/captcha/demos/runtime/runtime.ex-meta | 4 ++-- components/captcha/demos/simple_demo/simpledemo.ex-meta | 2 +- components/chemtext/demo/chemdemo/chem.ex-meta | 2 +- components/chemtext/demo/grid_sample/grid_sample.ex-meta | 2 +- components/chemtext/demo/runtime/runtime.ex-meta | 4 ++-- .../other/expression_parser/demo_expression_parser.ex-meta | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/captcha/demos/runtime/runtime.ex-meta b/components/captcha/demos/runtime/runtime.ex-meta index 27b0a7ddc..cb3d584c8 100644 --- a/components/captcha/demos/runtime/runtime.ex-meta +++ b/components/captcha/demos/runtime/runtime.ex-meta @@ -1,5 +1,5 @@ -{ "runtime" : { +{ "captcha_runtime" : { "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."} } \ No newline at end of file diff --git a/components/captcha/demos/simple_demo/simpledemo.ex-meta b/components/captcha/demos/simple_demo/simpledemo.ex-meta index 195cb71e1..93abed409 100644 --- a/components/captcha/demos/simple_demo/simpledemo.ex-meta +++ b/components/captcha/demos/simple_demo/simpledemo.ex-meta @@ -1,5 +1,5 @@ { "simpledemo" : { "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."} } \ No newline at end of file diff --git a/components/chemtext/demo/chemdemo/chem.ex-meta b/components/chemtext/demo/chemdemo/chem.ex-meta index a4bbc17d8..2ead809a0 100644 --- a/components/chemtext/demo/chemdemo/chem.ex-meta +++ b/components/chemtext/demo/chemdemo/chem.ex-meta @@ -1,5 +1,5 @@ { "chem" : { "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."} } \ No newline at end of file diff --git a/components/chemtext/demo/grid_sample/grid_sample.ex-meta b/components/chemtext/demo/grid_sample/grid_sample.ex-meta index f5b1807c6..ba087189b 100644 --- a/components/chemtext/demo/grid_sample/grid_sample.ex-meta +++ b/components/chemtext/demo/grid_sample/grid_sample.ex-meta @@ -1,5 +1,5 @@ { "grid_sample" : { "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."} } \ No newline at end of file diff --git a/components/chemtext/demo/runtime/runtime.ex-meta b/components/chemtext/demo/runtime/runtime.ex-meta index 0a5959a4d..0bffbec98 100644 --- a/components/chemtext/demo/runtime/runtime.ex-meta +++ b/components/chemtext/demo/runtime/runtime.ex-meta @@ -1,5 +1,5 @@ -{ "runtime" : { +{ "chemtext_runtime" : { "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."} } \ No newline at end of file diff --git a/components/fpspreadsheet/examples/other/expression_parser/demo_expression_parser.ex-meta b/components/fpspreadsheet/examples/other/expression_parser/demo_expression_parser.ex-meta index 448f3b020..46c0270f0 100644 --- a/components/fpspreadsheet/examples/other/expression_parser/demo_expression_parser.ex-meta +++ b/components/fpspreadsheet/examples/other/expression_parser/demo_expression_parser.ex-meta @@ -1,5 +1,5 @@ { "demo_expression_parser" : { - "CCR" : "FPSpreadsheet", + "Category" : "CCR", "Keywords" : ["Spreadsheet", "Parser", "Formula", "RPN", "FPSpreadsheet", "Console"], "Description" : "Creates a small console application that demonstrates operation of the expression parser used by FPSpreadsheet."} } \ No newline at end of file