diff --git a/components/codetools/finddeclarationcache.pas b/components/codetools/finddeclarationcache.pas index 93d3ee4fe5..1dca1462de 100644 --- a/components/codetools/finddeclarationcache.pas +++ b/components/codetools/finddeclarationcache.pas @@ -198,7 +198,7 @@ type Node- and BaseTypeCache depends on their codetool and the node- and basetypecaches of other codetools (=used codetools). The used codetools dependencies are saved in the TCodeToolDependencies, which is - simple an TAVLTree of codetools. This allows to decide, wether the cache of + simple an TAVLTree of codetools. This allows one to decide, wether the cache of a codetools must be rebuild. } diff --git a/components/codetools/identcompletiontool.pas b/components/codetools/identcompletiontool.pas index 6e50b76dc9..e1d21b0d08 100644 --- a/components/codetools/identcompletiontool.pas +++ b/components/codetools/identcompletiontool.pas @@ -192,7 +192,7 @@ type ilcfNeedsEndComma, // after context a comma is needed. e.g. 'uses sysutil| classes' ilcfNeedsDo, // after context a 'do' is needed. e.g. 'with Form1| do' ilcfIsExpression, // is expression part of statement. e.g. 'if expr' - ilcfCanProcDeclaration,// context allows to declare a procedure/method + ilcfCanProcDeclaration,// context allows one to declare a procedure/method ilcfEndOfLine // atom at end of line ); TIdentifierListContextFlags = set of TIdentifierListContextFlag; diff --git a/components/codetools/memcheck.pas b/components/codetools/memcheck.pas index 8c556e64f0..ca865a662f 100644 --- a/components/codetools/memcheck.pas +++ b/components/codetools/memcheck.pas @@ -75,7 +75,7 @@ const can check for memory overwrites at the end of a block } add_tail : boolean = true; { put crc in sig - this allows to test for writing into that part } + this allows one to test for writing into that part } usecrc : boolean = true; @@ -87,7 +87,7 @@ implementation {$UNDEF MC_ImplementationStart} const - { allows to add custom info in heap_mem_info, this is the size that will + { allows one to add custom info in heap_mem_info, this is the size that will be allocated for this information } extra_info_size : ptruint = 0; exact_info_size : ptruint = 0; diff --git a/components/datadict/README.txt b/components/datadict/README.txt index 4276e87bb8..b52e63b579 100644 --- a/components/datadict/README.txt +++ b/components/datadict/README.txt @@ -11,8 +11,8 @@ When installed in the IDE, several things happen: This will open the selected data dictionary in the database desktop. + 'Configure' This will show the data dictionary configuration dialog: - - It allows to set the path where data dictionaries are stored - - It allows to select the location of the database desktop + - It allows one to set the path where data dictionaries are stored + - It allows one to select the location of the database desktop - A 'Database desktop' menu item is registered under 'Tools'. It will start the 'database desktop'. @@ -22,7 +22,7 @@ When installed in the IDE, several things happen: - Apply DD. This will apply the data dictionary to all selected datasets. - Edit SQL. Starts a visual Query editor with tables from the data dictionary. (to be implemented) - - Create code: allows to create Object Pascal code based on the TDataset. + - Create code: allows one to create Object Pascal code based on the TDataset. - Create a SQL constant (only if a SQL property is found) - Create code to create a DBF file with the same structure as the dataset. - Create a class and code to load this class from the dataset. diff --git a/components/dbexport/README.txt b/components/dbexport/README.txt index e685895094..53320437cc 100644 --- a/components/dbexport/README.txt +++ b/components/dbexport/README.txt @@ -21,7 +21,7 @@ TFPDBFEport - Export to a DBF file. TXMLXSDExporter - Export to various kinds of UTF-8 XML file formats (Microsoft Access, Microsoft Excel, ADO.NET, Delphi ClientDataset) -TDataExporter - Dialog component which allows to select a registered export +TDataExporter - Dialog component which allows one to select a registered export format, configures the export settings, and exports the data. Right-click on the component and select 'Execute' from the component editor menu to try this in the designer. diff --git a/components/externhelp/README.txt b/components/externhelp/README.txt index b6071e6e4c..9364bcec63 100644 --- a/components/externhelp/README.txt +++ b/components/externhelp/README.txt @@ -1,7 +1,7 @@ ExternHelp.lpk ============== -This designtime package allows to setup online help for bindings. For example, +This designtime package allows one to setup online help for bindings. For example, when the source editor cursor is on an identifier in the windows unit and the user presses F1, a browser is opened to the MSDN. diff --git a/components/fpweb/README.txt b/components/fpweb/README.txt index ef2a30efb1..d933f3c1a9 100644 --- a/components/fpweb/README.txt +++ b/components/fpweb/README.txt @@ -42,9 +42,9 @@ The following components are registered: THTMLPageProducer Creates a HTML page using an event handler. THTMLDataSetFormShowProducer - Creates a
which allows to show a single record of a dataset. + Creates a which allows one to show a single record of a dataset. THTMLDataSetFormEditProducer - Creates a which allows to edit a single record of a dataset. + Creates a which allows one to edit a single record of a dataset. THTMLDataSetFormGridProducer Creates a series of forms. diff --git a/components/printers/unix/udlgselectprinter.pp b/components/printers/unix/udlgselectprinter.pp index 7d44674648..b7238295ba 100644 --- a/components/printers/unix/udlgselectprinter.pp +++ b/components/printers/unix/udlgselectprinter.pp @@ -9,7 +9,7 @@ Author: Olivier Guilbaud (OG) Abstract: - Printer select and configure dialog. This dialog box allows to choose + Printer select and configure dialog. This dialog box allows one to choose a printer and to modify some options to print a file. history diff --git a/components/synedit/docs/xml/synedit.xml b/components/synedit/docs/xml/synedit.xml index 256f51a21b..b2efc356b3 100644 --- a/components/synedit/docs/xml/synedit.xml +++ b/components/synedit/docs/xml/synedit.xml @@ -29,7 +29,7 @@ Some items not updated wile in a Begin/EndUpdate block: This means for example, that setting the caret pos temporarily to a position outside the visible area, will not force an update of the topline, while in update state. -It also allows to insert code like the begin and end of a multiline comment "(*" / "*)" as 2 separate changes, without folded code below the new comment being affected (even the code would temporarily become a comment, and not have any keywords (begin/end) on which to fold) +It also allows one to insert code like the begin and end of a multiline comment "(*" / "*)" as 2 separate changes, without folded code below the new comment being affected (even the code would temporarily become a comment, and not have any keywords (begin/end) on which to fold) diff --git a/components/synedit/docs/xml/synedithighlighter.xml b/components/synedit/docs/xml/synedithighlighter.xml index d7399288b1..ef4efe2e40 100644 --- a/components/synedit/docs/xml/synedithighlighter.xml +++ b/components/synedit/docs/xml/synedithighlighter.xml @@ -69,7 +69,7 @@ If the Highlighter uses objects for ranges, it may use an instance of TSynEditStringList.Ranges). SynEdit's Line also take care of keeping the list in sync with the text lines, by inserting and deleting entries whenever text-lines are inserted or deleted. Changes to text Lines are reported to the Highlighters ScanFrom method and updated from there