Jump to content

dev botao

Como fazer o Lazarus respeitar o nome dos arquivos ao invés de forçar tudo em "lowercase"


EMBarbosa
  • Este tópico foi criado há 760 dias atrás.
  • Talvez seja melhor você criar um NOVO TÓPICO do que postar uma resposta aqui.

Recommended Posts

  • Consultores

Explicação...

The IDE forces all unit filenames to lower case.  Even renaming the files to the casing that we want, which matches the casing in code, eventually the IDE will put it back to lower case.

the reason why the IDE does this:  on case sensitive filesystems (e.g. Linux), it also checks for the file in all lowercase. Keeping files lowercase saves a lot of headaches if the code is ever used on Linux. (otherwise the case in the USES clause must match exactly)

Mas pra nós isso não é sempre um problema. Afinal fica muito difícil pra nós lermos os nomes dos arquivos se estiverem tudo em letras minúsculas.

 

A solução:

A configuração que muda esse comportamento está em:

 

Tools->Options->Environment->Naming
Ou

Ferramentas -> Opções -> Ambiente -> Nomeação

image.png

 

Fonte: https://forum.lazarus.freepascal.org/index.php?topic=34514.0

 

  • Like 4

[]'s

Consultor SAC ACBr

Elton
Profissionalize o ACBr na sua empresa, conheça o ACBr Pro.

Projeto ACBr     Telefone:(15) 2105-0750 WhatsApp(15)99790-2976.

Um engenheiro de Controle de Qualidade(QA) entra num bar. Pede uma cerveja. Pede zero cervejas.
Pede 99999999 cervejas. Pede -1 cervejas. Pede um jacaré. Pede asdfdhklçkh.
Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.