mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 00:17:18 +01:00
IDE: renamed find option multi line to multiline pattern
git-svn-id: trunk@13764 -
This commit is contained in:
parent
afd2c3e60c
commit
852484d628
@ -129,7 +129,7 @@ begin
|
||||
OptionsCheckGroupBox.Items[0] := lisFindFileCaseSensitive;
|
||||
OptionsCheckGroupBox.Items[1] := lisFindFileWholeWordsOnly;
|
||||
OptionsCheckGroupBox.Items[2] := lisFindFileRegularExpressions;
|
||||
OptionsCheckGroupBox.Items[3] := lisFindFileMultiLine;
|
||||
OptionsCheckGroupBox.Items[3] := lisFindFileMultiLinePattern;
|
||||
|
||||
WhereRadioGroup.Caption:=lisFindFileWhere;
|
||||
WhereRadioGroup.Items[0] := lisFindFilesearchAllFilesInProject;
|
||||
|
||||
@ -148,7 +148,7 @@ begin
|
||||
end;
|
||||
|
||||
with MultiLineCheckBox do begin
|
||||
Caption:=dlgMultiLine;
|
||||
Caption:=lisFindFileMultiLinePattern;
|
||||
Hint:=lisAllowSearchingForMultipleLines;
|
||||
end;
|
||||
|
||||
|
||||
@ -1475,7 +1475,6 @@ resourcestring
|
||||
dlgRegularExpressions = '&Regular Expressions';
|
||||
lisActivateRegularExpressionSyntaxForTextAndReplaceme = 'Activate regular '
|
||||
+'expression syntax for text and replacement (pretty much like perl)';
|
||||
dlgMultiLine = '&Multiline';
|
||||
lisAllowSearchingForMultipleLines = 'Allow searching for multiple lines';
|
||||
dlgPromptOnReplace = '&Prompt On Replace';
|
||||
lisAskBeforeReplacingEachFoundText = 'Ask before replacing each found text';
|
||||
@ -2644,7 +2643,7 @@ resourcestring
|
||||
lisFindFileCaseSensitive = '&Case sensitive';
|
||||
lisFindFileWholeWordsOnly = '&Whole words only';
|
||||
lisFindFileRegularExpressions = '&Regular expressions';
|
||||
lisFindFileMultiLine = '&Multiline pattern';
|
||||
lisFindFileMultiLinePattern = '&Multiline pattern';
|
||||
lisFindFileWhere = 'Where';
|
||||
lisFindFilesearchAllFilesInProject = 'search all files in &project';
|
||||
lisFindFilesearchAllOpenFiles = 'search all &open files';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user