Richard Mace <<a href="mailto:richard.mace@gmail.com">richard.mace@gmail.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">
<br>
> Hi,<br>
> When I create a new unit and then save it, I save it in all lower case.<br>
> I then, edit the actual unit, and rename it to the case that I would like,<br>
> such as renaming from "mainunit" to "MainUnit".<br>
<br>
</div>Hint:<br>
You can save it as 'MainUnit.pas'. The IDE then asks to save it<br>
lowercase. The file name will then be 'mainunit.pas' and the source<br>
name 'MainUnit'.<br>
<br>
You can disable the question here:<br>
Options / Naming / Save As - auto rename pascal files lower case<br></blockquote></div><br>Thanks Mattias<br>