Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-21[Ide] Optimize TextFileUtility.WriteTextAsyncMarius Ungureanu
2016-07-21[Ide] Optimize TextFileUtility.ReadAllBytesAsyncMarius Ungureanu
2016-07-12[Ide] Optimize LaneStringMatcher allocations.Marius Ungureanu
2016-01-28[Core] Avoid a few task -> UI thread transitionsLluis Sanchez
2016-01-19[Core] Apply @alanmcgovern's optimizations to latest textfileutility changes.Marius Ungureanu
2016-01-19[Core] Improve GetTextAsync to use already existing functions.Marius Ungureanu
2016-01-19[Ide] Fluidize search for typesystem searches.Marius Ungureanu
2015-12-18[Ide] Property provide serial/async implementations for TextFileUtility.Write...Marius Ungureanu
2015-11-25Asynchronize document load and save operationsLluis Sanchez
2015-09-29[Core] Added more overloads to read text from various input sources.Mike Krüger
2015-08-14[Ide] SourceTextContainer is now faster.Mike Krüger
2015-07-08[TextEditor] Simplified encoding detection.Mike Krüger
2015-07-08[Ide] MonoDevelopTextLoader now uses a lightweightMike Krüger
2015-07-08[Ide] Code formatter now handles exceptions.Mike Krüger
2015-07-08[Core] Optimized TextFileUtility.GetText.Mike Krüger
2015-07-08[Core] Switched back encoding detection.Mike Krüger
2015-07-08[Core] Optimized encoding detection.Mike Krüger
2015-05-22[Core] Fix warningsLluis Sanchez Gual
2015-05-05[UnitTests] Added projection highlighting test.Mike Krüger
2015-05-03[Ide] Implemented brace matcher infrastructure.Mike Krüger
2015-03-26[Ide] Added indexer char access to the text document interfaces again.Mike Krüger
2015-03-18[Core] Fixed backtracking string matcher bug.Mike Krüger
2015-03-02[UnitTests] Implemented new text editor infrastructure.Mike Krüger
2015-02-04[Core] Removed NR5 reference.Mike Krüger
2014-07-07[Ide] Removed Undo/Redo functions from ITextDocument. That's nowMike Krüger
2014-07-07[Ide] Renamed DocumentFactory to TextEditorFactory/implemented textMike Krüger
2014-07-03[Core] Added TextSourceVersionProvider.Mike Krüger
2014-06-23[Ide] Moved DocumentLocation to the Editor namespace.Mike Krüger
2014-06-23[Core] Renamed TextLocation -> DocumentLocation.Mike Krüger
2014-06-23[Core] Added copy constructor for AbstractSegment.Mike Krüger
2014-06-23[Core] Switched indexer for getting chars to GetCharAt method.Mike Krüger
2014-06-23[Core] Fix build.Mike Krüger
2014-06-20[Core] Renamed ITextSource.TextLength to Length.Mike Krüger
2014-06-20[Core] Added ChangeDelta property to TextChangeEventArgs.Mike Krüger
2014-06-20[Core] Added some extension methods for the ITextSource interface.Mike Krüger
2014-06-20[Core] Added TextReader API to the ITextSource interface.Mike Krüger
2014-06-17[Core] Avoid easy clashes in text location hash code.Mike Krüger
2014-06-16[IDE] Moved & ported abstract usages extension.Mike Krüger
2014-06-11[Core] Improved text source API. It now contains the encoding/bom.Mike Krüger
2014-04-04[Ide] TextEditor is now using a decorator pattern.Mike Krüger
2014-04-02[Core] Added basic text representation.Mike Krüger
2014-02-17Fixed "Bug 17779 - Symbol names with multiple successive letters areMike Krüger
2013-01-07Fixed 'Bug 9114 - Code completion fumbles named parameters '.Mike Krüger
2012-11-07Fixed 'Bug 8257 - Incorrect entry selected in code completion list''Mike Krüger
2012-10-30Fix bug 7659 - Terrible quick search matchingLluis Sanchez
2012-10-08Worked on 'Bug 7659 - Terrible quick search matching'Mike Krüger
2012-10-01Fixed 'Bug 7522 - Code completion list should give preference toMike Krüger
2012-09-25Fixed 'Bug 7420 - Prefer properties over named parameters'.Mike Krüger
2012-09-20Fixed 'Bug 7288 - Completion not selecting the correct entry'.Mike Krüger
2012-09-06Fixed 'Bug 6897 - Case insensitive matching issues'.Mike Krüger