110 {
112 {
113 return;
114 }
115
120
121 int deep = config_params.param5;
122 int deep_next = config_params_next.param5;
124 int remove_lines_count = 0;
125
126 for ( int i = row + 1; i < max_count; i++)
127 {
128 if ( deep < deep_next && i <= max_count )
129 {
130 remove_lines_count = remove_lines_count + 1;
132 deep_next = config_params_next.param5;
133 }
134 }
135
136
137
138 for ( i = 1; i < remove_lines_count; i++ )
139 {
142 {
144 }
145 }
146
147 string offset = "";
148 for ( i = 0; i < deep; i++)
149 {
150 offset = offset + " ";
151 }
153 }
Param5< bool, string, int, string, int > ConfigParams