SqlDbx Forum

SqlDbx

You are not logged in.

#1 2011-07-22 14:20:41

zluis0
Member

Folding blocks

It could help a lot when the scripts are very long.


Examples:

- /*
    ...
    ...
    ...
  */

+ /*
   */

- begin
    ...
    ...
    ...
  end

+ begin
   end

- case
    when a = 'x' then 1
    when b = 'y' then 2
    when c = 'z' then 3
  end

+ case
   end

Offline

#2 2011-07-22 21:16:34

sqldbxhelp
Administrator

Re: Folding blocks

This feature is partially implemented. Make sure you have checked "Outline margin" checked in Options->Editor.

Offline

Board footer

Powered by FluxBB