mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 03:48:08 +02:00
IDE: formatting
git-svn-id: trunk@35759 -
This commit is contained in:
parent
80376953b7
commit
23c8d08e0b
@ -1608,16 +1608,16 @@ resourcestring
|
||||
dlgMultiWinOptions = 'Pages and Windows';
|
||||
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';
|
||||
dlgMultiWinAccessOrderWin = 'Editor (for file) in most recent focused window';
|
||||
dlgMultiWinAccessType = 'Priority list of criteria to choose an editor:';
|
||||
dlgMultiWinAccessOrder = 'Order to use for editors matching the same criteria';
|
||||
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:';
|
||||
|
||||
dlgDividerOnOff = 'Draw divider';
|
||||
dlgDividerDrawDepth = 'Draw divider level';
|
||||
dlgDividerTopColor = 'Line color';
|
||||
dlgDividerColorDefault = 'Use right margin color';
|
||||
dlgDividerNestColor = 'Nested line color';
|
||||
dlgDividerOnOff = 'Draw divider';
|
||||
dlgDividerDrawDepth = 'Draw divider level';
|
||||
dlgDividerTopColor = 'Line color';
|
||||
dlgDividerColorDefault = 'Use right margin color';
|
||||
dlgDividerNestColor = 'Nested line color';
|
||||
|
||||
dlgDivPasUnitSectionName = 'Unit sections';
|
||||
dlgDivPasUsesName = 'Uses clause';
|
||||
@ -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