Jump to content
Sign in to follow this  
freeman35

Parsing Errors

Recommended Posts

Hello,

MMX version: 15.1.13 Build 2639, delphi 12.2
 

...........
  end;
//var I: Integer; //!!!
implementation
uses SharedDB, HL_Unit;
{$R *.dfm}

.......

1 - If not "var" keyword, before "implementation" section, add node "Parsing Errors" on MMX Treeview

2 - If select "Module" node on treeview, has three nodes there . two nodes is "interface uses clause". But (last one) when clickto that, its jump to "implementation" uses clause. So, I think need change caption

3- To Module's sub node can add "initialization"  like "finalization"

Regards

Edited by freeman35

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×