Page 1 of 1

Insert statement formatter adds trailing space

Posted: Fri 17 Dec 2021 15:37
by HockeyFan77
I have my insert statement formatted to

Code: Select all

insert into TABLE
  (COLUMNS)
values
  (VALUES)
It works just fine, but has the annoying side effect of adding a trailing space after "TABLE". So I wind up with this...

Code: Select all

insert into TABLE<<INSERTED-SPACE-HERE>>
  (COLUMNS)
values
  (VALUES)
Again, not a huge deal, just slightly annoying.

Re: Insert statement formatter adds trailing space

Posted: Sun 19 Dec 2021 17:13
by alexa
Could you please tell us what version of dbForge you are using and send us the exported formatting profile with your specific settings (select 'SQL Complete -> Import and Export Settings...' from the main menu, select 'Export...' in the wizard, select 'All settings -> Options -> Text Editor -> Formatting' option)?

A video or screenshots would be also of help.

You can send the reply straight to our support system at supportATdevartDOTcom.