mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 16:59:11 +02:00
IDE: formatting
git-svn-id: trunk@35759 -
This commit is contained in:
parent
80376953b7
commit
23c8d08e0b
@ -1609,7 +1609,7 @@ resourcestring
|
||||
dlgMultiWinTabGroup = 'Notebook Tabs';
|
||||
dlgMultiWinAccessGroup = 'Find Editor for Jump Targets';
|
||||
dlgMultiWinAccessOrder = 'Order to use for editors matching the same criteria';
|
||||
dlgMultiWinAccessOrderEdit = 'Most recent focused editor for this file';
|
||||
dlgMultiWinAccessOrderEdit= 'Most recent focused editor for this file';
|
||||
dlgMultiWinAccessOrderWin = 'Editor (for file) in most recent focused window';
|
||||
dlgMultiWinAccessType = 'Priority list of criteria to choose an editor:';
|
||||
|
||||
@ -2397,8 +2397,7 @@ resourcestring
|
||||
lisUnableConvertBinaryStreamToText = 'Unable convert binary stream to text';
|
||||
lisUnableToStreamSelectedComponents = 'Unable to stream selected components';
|
||||
lisCanNotCopyTopLevelComponent = 'Can not copy top level component.';
|
||||
lisCopyingAWholeFormIsNotImplemented = 'Copying a whole form is not '
|
||||
+'implemented.';
|
||||
lisCopyingAWholeFormIsNotImplemented = 'Copying a whole form is not implemented.';
|
||||
lisThereWasAnErrorDuringWritingTheSelectedComponent = 'There was an error '
|
||||
+'during writing the selected component %s:%s:%s%s';
|
||||
lisThereWasAnErrorWhileConvertingTheBinaryStreamOfThe = 'There was an error '
|
||||
|
@ -2039,7 +2039,8 @@ begin
|
||||
if Manager.ActiveCompletionPlugin<>nil then
|
||||
begin
|
||||
Result := Manager.ActiveCompletionPlugin.Collect(S);
|
||||
end else if Assigned(Manager.OnInitIdentCompletion) then
|
||||
end
|
||||
else if Assigned(Manager.OnInitIdentCompletion) then
|
||||
begin
|
||||
Manager.OnInitIdentCompletion(Self, FIdentCompletionJumpToError, Handled, Abort);
|
||||
if Handled then begin
|
||||
|
Loading…
Reference in New Issue
Block a user