| 7115 | } |
| 7116 | |
| 7117 | void Editor::SetFoldExpanded ( int lineDoc, bool expanded ) |
| 7118 | { |
| 7119 | if ( cs.SetExpanded ( lineDoc, expanded ) ) { |
| 7120 | RedrawSelMargin(); |
| 7121 | } |
| 7122 | } |
| 7123 | |
| 7124 | void Editor::FoldLine ( int line, int action ) |
| 7125 | { |
nothing calls this directly
no test coverage detected