Hi,
Thanks for a great plugin, I've purchased the pro version!
I did an upgrade to the latest version and have some problems I hope to get resolved. I have version 6.0.2.8 (64 bit) with Notepad++ version 8.1.9.3 (64 bit). It's regarding MS SQL.
This is example code:
CREATE TABLE _TempTable ( Column1_asdasdasdasdasdasdasdasdasdasd VARCHAR(256) NOT NULL, Column2 NVARCHAR(100) NOT NULL, Column3 NVARCHAR(100) NOT NULL, Column4 NVARCHAR(100) NOT NULL, Column5 NVARCHAR(100) NOT NULL, Column6 NVARCHAR(100) NOT NULL, Column7 DATETIME2 NULL, Column8 INT NULL, Column9 DATETIME2 NULL, Column10 INT NULL, Column11 UNIQUEIDENTIFIER NOT NULL, CONSTRAINT UC_Column11 UNIQUE(Column11), Column12 BIT, Column13 BIT, Column14 BIT, Column15 DATETIME2 NULL ) INSERT INTO _TempTable( Column2 ) SELECT Column2 FROM _OtherTempTable O INNER JOIN _OtherTempTable2 PB WITH (NOLOCK )
See attached file on how its formatted.
It does not recognize DATETIME2, UNIQUEIDENTIFIER or BIT as datatype as far as I can see, and therefore not indenting correctly.
Also I have specified to not do a lineshift after INSERT INTO, but it does.
How can I avoid lineshift before query hint WITH?
Thanks!
Regards,
jmelhus



