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
2013-08-05[TextEditor] Compressing tree list now uses red-black trees again.Mike Krüger
2013-08-05Revert "[TextEditor] Segment tree is now using the avl implementation."Mike Krüger
2013-08-05Revert "[TextEditor] Height tree uses now the avl tree implementation."Mike Krüger
2013-08-05[TextEditor] Height tree uses now the avl tree implementation.Mike Krüger
2013-08-05[TextEditor] Segment tree is now using the avl implementation.Mike Krüger
2013-08-05[TextEditor] API of the AVL tree is now more compatible to the oldMike Krüger
2013-08-04[TextEditor] Optimized the avl tree a bit.Mike Krüger
2013-08-04[TextEditor] Updated avl implementation/used it in compressing listMike Krüger
2013-08-03[TextEditor] Removed some code duplication.Mike Krüger
2013-08-03Fixes for a bunch more compile warningsJeffrey Stedfast
2013-08-02[TextEditor] Fixed BookmarkMarker to subclass MarginMarker (fixed obsolete wa...Jeffrey Stedfast
2013-08-02[TextEditor] Fixed compressing tree list tests.Mike Krüger
2013-08-02Fixed 'Bug 12481 - Running unit tests does not automatically buildMike Krüger
2013-08-01[SourceEditor] Handled possible crash in Translate UTF8 index.Mike Krüger
2013-07-31Implemented 'Bug 13630 - Then entire #region line should be colored asMike Krüger
2013-07-30[TextEditor] Fixed text link help window.Mike Krüger
2013-07-30[TextEditor] Added more AVL tests.Mike Krüger
2013-07-30Fixed 'Bug 13536 - [ios designer] User unable to dismiss info bubbleMike Krüger
2013-07-29[TextEditor] Fixed/tested avl implementation.Mike Krüger
2013-07-29[TextEditor] AvlTree is now internal - it's not ready to be in theMike Krüger
2013-07-29[TextEditor] Secured diff tracker event handlers against exception.Mike Krüger
2013-07-29[TextEditor] Started Avl Tree implementation.Mike Krüger
2013-07-29[TextEditor] Removed some code duplication.Mike Krüger
2013-07-26Fixed 'Bug 13515 - TargetInvocationException thrown when attempting toMike Krüger
2013-07-26Fixed 'Bug 13522 - Editor null-ref exception when closing specific c#Mike Krüger
2013-07-26[TextEditor] Paper over the recent massive breakageMichael Hutchinson
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] Speed up format operations.Mike Krüger
2013-07-26[TextEditor] Undo operatioins now contain meta data about the type ofMike Krüger
2013-07-24Fixed 'Bug 13424 - Copy text from .cshtml files is broken '.Mike Krüger
2013-07-23Removed redundant Where calls.Therzok
2013-07-19[TextEditor] Fixed the F# syntax mode.Mike Krüger
2013-07-19Fix colour coding for character literals in F#.Robert Jeppesen
2013-07-18Fixed 'Bug 13309 - Parts of the text editor blacked out when windowMike Krüger
2013-07-12[CSharpBinding] Added support for string format item highlighting.Mike Krüger
2013-07-12Fixed 'Bug 13175 - clipboard malfunction on paste'.Mike Krüger
2013-07-11Disable hi-res icon support for nowLluis Sanchez
2013-07-11[CSharpBinding] Unit test editor extension now resets mouse state onMike Krüger
2013-07-11Fixed 'Bug 13076 - Syntax highlighting broken for F# syntax mode'.Mike Krüger
2013-07-11Fixed 'Bug 13077 - Incorrect Syntax highlighting for triple quotedMike Krüger
2013-07-11BXC13078 - Hard crash in icon renderingMichael Hutchinson
2013-07-08[CSharpBinding] Ensure that language tooltip providers release theirMike Krüger
2013-07-08[TextEditor] Fold marker margin now releases foldings on dispose.Mike Krüger
2013-07-08[TextEditor] Use the unicode new line class from NRefactory.Mike Krüger
2013-07-07[CSharpBinding] Unit test editor extension now supports multiple testMike Krüger
2013-07-06[CSharpBinding] Started unit test text editor extension (atmMike Krüger
2013-07-06[TextEditor] Added margin for future extension.Mike Krüger
2013-07-05Fixed 'Bug 13062 - Error message is not visible when line has aMike Krüger