SQL Complete 4.5 formatting mixed case

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
CodyK
Posts: 1
Joined: Wed 23 Oct 2013 05:55

SQL Complete 4.5 formatting mixed case

Post by CodyK » Thu 09 Jan 2014 00:59

I have a table named ADSSANET_PRICE_TYPE. I want it to show as Adssanet_Price_Type.

When I have my SQL Complete 4.5 Beta profile set to: Text Case->Identifier Case->Initial caps each word, this gets transformed to: AdsSanEt_Price_Type.

I suspect you use an internal dictionary and it often gives me all kinds of bad mixed case like this. Is there a way to disable or edit it?

Thanks

alexa

Re: SQL Complete 4.5 formatting mixed case

Post by alexa » Thu 09 Jan 2014 13:20

To achieve this, please follow the procedure:

1. Select 'SQL Complete -> Options' from the main menu. The 'Options' window opens.
2. Navigate to the 'Formatting -> General' branch.
3. Open the file specified in the 'Dictionary file:' field and insert 'Adssanet' into it.
4. Click 'OK'.

Post Reply