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-05-17[TextEditor] Splitted out a shared part of the text editor.Mike Krüger
2016-05-04[TextEditor] Fixed build.Mike Krüger
2016-05-04[TextEditor] No longer wait on the ui thread on fold update.Mike Krüger
2016-05-04Fixed 'Bug 40770 - Search Result links don't display properly if codeMike Krüger
2016-04-11[CSharpBindig] Fixed nav text editor extension.Mike Krüger
2016-04-04Fixed 'Bug 39740 - Crash while editing file'Mike Krüger
2016-04-04[TextEditor] Removed wait update in atomic undo.Mike Krüger
2016-04-01Fixed 'Bug 40014 - warning and breakpoint icons collision'Mike Krüger
2016-02-24Fixed 'Bug 39069 - Command-f search does not work in the assemblyMike Krüger
2016-01-21[TextEditor] Fixed begin/end undo events & undo/redo is now reallyMike Krüger
2016-01-04Fixed 'Bug 37274 - Error while Undo broke rest of undos '.Mike Krüger
2015-12-13Fixed 'Bug 36924 - Refactoring with Roslyn breaks text editing'.Mike Krüger
2015-11-30[MonoEditor] Fixed order in which TextSegmentMarkers are rendered(latest adde...David Karlaš
2015-11-12Fixed 'Bug 35668 - XS text editor does not show the keystrokes whenMike Krüger
2015-10-21[TextEditor] Removed redundant update calls.Mike Krüger
2015-10-21Merge branch 'master' into roslynMike Krüger
2015-10-21Fixed 'Bug 34828 - Holding down Command+Z Batches Undo'.Mike Krüger
2015-08-14[Ide] SourceTextContainer is now faster.Mike Krüger
2015-07-29[TextEditor] Renamed CloneRope -> GetImmutableTextMike Krüger
2015-07-09[TextEditor] Replaced rope implementation with ImmutableText.Mike Krüger
2015-07-07[TextEditor] Optimized text snapshotting. It's now really O(1) andMike Krüger
2015-05-31[TextEditor] Fixed bug in text link mode.Mike Krüger
2014-08-18[Ide] Added line changed/inserted/remove events to the text editorMike Krüger
2014-07-21[CSharpBinding] Fixed refactoring script editing.Mike Krüger
2014-07-15[SourceEditor] Document snapshotting uses now a faster version forMike Krüger
2014-07-15[SourceEditor] Snapshotting is now using the rope.Mike Krüger
2014-07-15[TextEditor] Fixed editor unit tests.Mike Krüger
2014-07-15[TextEditor] Text editor now uses a rope as buffer representation.Mike Krüger
2014-07-08[SourceEditor] Updated source editor to use the new option model.Mike Krüger
2014-06-27Merge branch 'master' into retina-editorMike Krüger
2014-06-23[Ide] Made the folding API a bit easier.Mike Krüger
2014-06-16[SourceEditor] Implemented text document wrapper.Mike Krüger
2014-05-31[TextEditor] Improved text editor loading performance.Mike Krüger
2014-04-04[Ide] TextEditor is now using a decorator pattern.Mike Krüger
2014-03-13[TextEditor] Improved undo performance (Fixed 'Bug 17959 - Poor UndoMike Krüger
2014-01-23Try to fix 'Bug 17382 - XS sometimes hangs after opening a solution onMike Krüger
2013-10-14[SourceEditor] Editor now detects mixed line endings as well.Mike Krüger
2013-10-12[TextEditor] Be more careful with stacking keyboard undo steps.Mike Krüger
2013-08-19[TextEditor] Fixed text marker update bug.Mike Krüger
2013-08-13Revert "Revert "Fix hundreds of warnings""Michael Hutchinson
2013-08-13Revert "Fix hundreds of warnings"Jeffrey Stedfast
2013-08-12Fix hundreds of warningsMichael Hutchinson
2013-08-05Revert "[TextEditor] Segment tree is now using the avl implementation."Mike Krüger
2013-08-05[TextEditor] Segment tree is now using the avl implementation.Mike Krüger
2013-07-26[TextEditor] Implemented speed efficient diff tracker.Mike Krüger
2013-07-26Started DiffTracker infrastructure (Bug 13472 - Indentation results inMike Krüger
2013-07-26[TextEditor] Improved atomic undo operation type handling (works nowMike Krüger
2013-07-26[TextEditor] Undo operatioins now contain meta data about the type ofMike Krüger
2013-06-27[TextEditor] Check offset in GetCharAt method.Mike Krüger
2013-05-03Fixed 'Bug 12011 - whole-word search doesn't work with '=''.Mike Krüger