IDE, main: add comment

git-svn-id: trunk@33438 -
This commit is contained in:
martin 2011-11-09 15:33:51 +00:00
parent eca7c0b024
commit ad54b6620d

View File

@ -10093,6 +10093,7 @@ var
Access: TEditorOptionsEditAccessOrderEntry;
begin
Result := nil;
// Check for already open Editor. If there is none, then it must be opened in DoOpenEditorFile
if AnUnitInfo.OpenEditorInfoCount = 0 then exit;
for i := 0 to EditorOpts.MultiWinEditAccessOrder.Count - 1 do begin
Access := EditorOpts.MultiWinEditAccessOrder[i];