 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
birgerii
Joined: 21 Feb 2007 Posts: 29
|
|
Feature: Expand/Collapse large chunks of code |
|
When working with large procedures it would be nice to be able to hide large chunks of code by adding something like "--*** this code is valid and of no interest" before and "--/***" after the code block to be hidden
e.g
--***all table definitions needed
create table #tmp_tbla(
fld1 int
, fld2 varchar(5))
create table #...
and so on
--/***
and collapsed
--***all table definitions needed
--/***
|
|
Fri Jun 17, 2011 5:34 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|