SqlDbx Forum

SqlDbx

You are not logged in.

#1 2018-12-18 21:41:58

jvall
Member

Bug - Editor color problem with begin-end clause

I think I found a bug with the clause begin-end, to replicate the problem just paste this code on the sql editor (Sybase ASE):

if (1 = 1)
begin

	if (1 = 1)
	begin

	end
end --comment

The result is that the last 'end' it doesn't highlighted.
Just add another whitespace between the 'end' and the '--' and works again.
Also happens with a tab instead of a whitespace.

Thanks!

Offline

Board footer

Powered by FluxBB