DeveloppeurPascal / Socket-Messaging-Library

A client / server messaging library to use with TCP sockets in Delphi or C++Builder (one day in the future)
https://socketmessaging.developpeur-pascal.fr
GNU Affero General Public License v3.0
18 stars 3 forks source link

add a "default Delphi names format" option in the generator program settings #35

Closed DeveloppeurPascal closed 1 year ago

DeveloppeurPascal commented 1 year ago

It will overwrite the code for Delphi class name and Delphi unit name generated as default from names of each item

DeveloppeurPascal commented 1 year ago

not sure it's really useful now the default class names follow Pascal Case and Pascal coding principles