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-15Fixed 'Bug 13991 - Go to declaration does not go to correct locationMike Krüger
2013-08-14[TextEditor] Fixed file save on linux.Mike Krüger
2013-08-13[TextEditor] Text file utility save function now works when the fileMike 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-05[TextEditor] Compressing tree list now uses red-black trees again.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-02[TextEditor] Fixed compressing tree list tests.Mike Krüger
2013-07-30[TextEditor] Added more AVL tests.Mike 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] Started Avl Tree implementation.Mike Krüger
2013-07-29[TextEditor] Removed some code duplication.Mike Krüger
2013-07-26[TextEditor] Implemented speed efficient diff tracker.Mike Krüger
2013-07-24Fixed 'Bug 13424 - Copy text from .cshtml files is broken '.Mike Krüger
2013-05-09Reverted.Marius Ungureanu
2013-05-09Naming fix.Marius Ungureanu
2013-05-09Fixed weird bug.Marius Ungureanu
2013-05-09[Diff] Fix #2614.Marius Ungureanu
2013-04-19[TextEditor] Fixed block selection colored paste & made cut'n pasteMike Krüger
2013-04-15[TextEditor] Fixed semantic highlighting colored text paste.Mike Krüger
2013-04-09Fixed colored text paste in pidgin.Mike Krüger
2013-04-09[Ide] Used text encoding detection in find in files.Mike Krüger
2013-04-01[TextEditor] Windows html clipboard is now more generic.Mike Krüger
2013-04-01[TextEditor] Implemented colored paste on windows.Mike Krüger
2013-03-31[TextEditor] Fixed colored paste on linux.Mike Krüger
2013-03-31[TextEditor] Added text conversion helper function.Mike Krüger
2013-03-30[TextEditor] Fixed colored text paste.Mike Krüger
2013-03-01Fixed 'Bug 10792 - Syntax Hightlighting: importing xml givesMike Krüger
2013-02-19[TextEditor] Added support for foreground font fallbacks.Mike Krüger
2013-02-16[Text Editor] Improved VSSetting importer.Mike Krüger
2013-02-15Switched editor color scheme system.Mike Krüger
2012-10-25[TextEditor] Removed debug code.Mike Krüger
2012-10-17[TextEditor] TextEditor now supports Html clipboard targets besideMike Krüger
2012-09-26Fixed 'Bug 7386 - Copy-paste from MonoDevelop into LibreOffice isMike Krüger
2012-08-29[Ide] Extended type system parser to work on files on disk.Mike Krüger
2012-07-31[TextEditor] Fixed typo.Mike Krüger
2012-07-30Fixed 'Bug 6320 - MonoDevelop incorrectly displays file in non-unicodeMike Krüger
2012-06-13Fixed 'Bug 5628 - Error while pasting text/rtf '.Mike Krüger
2012-04-30Fixed 'Bug 4751 - RTF paste is broken'.Mike Krüger
2012-04-20Fixed 'Bug 4564 -Code point U+FEFF (Zero width nobreak space) isMike Krüger
2012-04-16[TextEditor] Set other tmp file name for atomic writes.Mike Krüger
2012-04-15[TextEditor] File writes with text file utility are now atomic.Mike Krüger
2012-04-05[TextEditor] Renamed LineSegment.EditableLength -> LineSegment.Length.Mike Krüger
2012-04-01[TextEditor] Removed debug code - cp1252 is now used in more cases,Mike Krüger
2012-04-01[TextEditor] Added misc actions tests/favored utf8/1252 encodings overMike Krüger