Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

ToDo bug 11 years 10 months ago #2091

  • recardo
  • recardo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 0
Hello

I have reported before ToDo bug, but now I have found at what case it do not working. Problem is when mode is: {$mode Delphi}{$H+}
and nested comments used without close previous comment. Example:
unit Unit1;   

{$mode Delphi}{$H+} 

.......
procedure TForm1.Button1Click(Sender: TObject);
begin
  {1 comment
  {2 nested comment
  "close" for 1 comment}

{ TODO 1 -oUnit1 -ctest : todo test }
end;   

at this case ToDo will not work anymore in rest of code.

B.r.

Please Log in or Create an account to join the conversation.

Last edit: by recardo. Reason: typo
  • Page:
  • 1