r18
(* Big refactoring of core stuff to use LINQ and be more func...) committed by orion.edwards
- * Big refactoring of core stuff to use LINQ and be more functional, and hopefully clearer
* Added CountedEnumerable<T> class to work around functional/imperative mismatch
* Moved LINQ backports out of Util.cs into LinqBridge.cs, and added some more taken from the
official LinqBridge not just my hacks
* Changed results to show multiple matches when the pattern appears more than once on a single line
- MAY change this back later
* Currently only tested to Find things using non-regex. Other things will come later
* Big refactoring of core stuff to use LINQ and be more functional, and hopefully clearer
* Added CountedEnumerable<T> class to work around functional/imperative mismatch
* Moved LINQ backports out of Util.cs into LinqBridge.cs, and added some more taken from the
official LinqBridge not just my hacks
* Changed results to show multiple matches when the pattern appears more than once on a single line
- MAY change this back later
* Currently only tested to Find things using non-regex. Other things will come later