- Timestamp:
- 12/28/18 16:10:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.CodeEditor/3.4/LanguageFeatures/CodeFolding/CSharp/FoldingVisitor.cs
r11700 r16462 17 17 // DEALINGS IN THE SOFTWARE. 18 18 19 using System;20 19 using System.Collections.Generic; 21 20 using System.Linq; … … 26 25 using ICSharpCode.NRefactory.Editor; 27 26 28 namespace CSharpBinding.Parser 29 { 30 // TODO: move this class + NewFolding to NRefactory 31 class FoldingVisitor : DepthFirstAstVisitor 27 namespace CSharpBinding.Parser { 28 // TODO: move this class + NewFolding to NRefactory 29 class FoldingVisitor : DepthFirstAstVisitor 32 30 { 33 31 internal List<NewFolding> foldings = new List<NewFolding> ();
Note: See TracChangeset
for help on using the changeset viewer.