<div dir="ltr">Hello,<div><br></div><div>In Delphi, I can create a unit called "Foo.Bar.pas", after that, in "Delphi Compiler | Unit scope names" project option, I can add "Foo" to the unit scope names list, so I can declare my unit in two ways:</div><div><br></div><div>- uses Foo.Bar;</div><div><br></div><div>or:</div><div><br></div><div>- uses Bar;</div><div><br></div><div>It is very useful for retro-compatibility (eg.: FPC 3.0.0 accepts Foo.Bar, but 2.6.4 only Bar), or useful if someone prefer to declare the units without the scope name (SysUtils instead of System.SysUtils).<br clear="all"><div><br></div><div>Is this feature - unit scope names - implemented in FPC? If so, the Lazarus IDE has a window to configure that in my project?</div><div><br></div><div>Thank you!</div><div><br></div>--<br><div>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a></div>
</div></div>