mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 23:00:35 +02:00
Added comments/reminder, to ensure correct resource-string (localization) handling in future
git-svn-id: trunk@24658 -
This commit is contained in:
parent
d59baefb1e
commit
4126c86708
@ -509,6 +509,7 @@ type
|
||||
|
||||
var
|
||||
|
||||
(* When adding new entries, ensure that resourcestrings are re-assigned in the constructor *)
|
||||
EditorOptionsDividerInfoPas: Array [0..8] of TEditorOptionsDividerInfo
|
||||
= (
|
||||
(Name: dlgDivPasUnitSectionName; Xml: 'Sect'; BoolOpt: True; MaxLevel: 1),
|
||||
@ -524,6 +525,7 @@ var
|
||||
|
||||
const
|
||||
|
||||
(* When adding new entries, ensure that resourcestrings are re-assigned in the constructor *)
|
||||
EditorOptionsDividerDefaults: array[TLazSyntaxHighlighter] of
|
||||
TEditorOptionsDividerRecord =
|
||||
( (Count: 0; Info: nil), // none
|
||||
@ -575,6 +577,7 @@ type
|
||||
|
||||
const
|
||||
|
||||
(* When adding new entries, ensure that resourcestrings are re-assigned in the constructor *)
|
||||
EditorOptionsFoldInfoPas: Array [0..19] of TEditorOptionsFoldInfo
|
||||
= (
|
||||
(Name: dlgFoldPasProcedure; Xml: 'Procedure';
|
||||
@ -709,6 +712,7 @@ const
|
||||
)
|
||||
);
|
||||
|
||||
(* When adding new entries, ensure that resourcestrings are re-assigned in the constructor *)
|
||||
EditorOptionsFoldDefaults: array[TLazSyntaxHighlighter] of
|
||||
TEditorOptionsFoldRecord =
|
||||
( (Count: 0; Info: nil), // none
|
||||
|
Loading…
Reference in New Issue
Block a user