IDE 在“|”时挂起存在于源代码中。这是 Delphi XE8 中的错误吗?

The IDE hangs when "|" is present in the source code. Is it a bug in Delphi XE8?

每当我输入“|” (垂直条)在源代码编辑器中,Delphi IDE 开始挂起。

我尝试添加“|”在使用 Delphi 打开我的项目之前通过记事本在我的源代码中然后似乎 IDE 在打开项目时挂起。

示例 1(这会起作用):

procedure TForm8.FormCreate(Sender: TObject);
begin
  if 1 = 1 then
    ShowMessage('True');
end;

示例 2(这行不通):

procedure TForm8.FormCreate(Sender: TObject);
begin
  if 1 = 1 then || "1" = "1" then //Whenever I start typing the "|", the IDE starts to hang.
    ShowMessage('True');
end;

Note: The Delphi IDE is not hanging with my project after I removed the "|" (vertical bar) in my source code through notepad (before opening the project with Delphi).

是的,这是 a bug and unfortunately only fixed in the subscription update

如果您没有该更新,则需要