SqlDbx
You are not logged in.
Pages: 1
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
This feature is partially implemented. Make sure you have checked "Outline margin" checked in Options->Editor.
Offline
Pages: 1