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
2019-02-18Migrate tests to the new testing infrastructureLluis Sanchez
2015-11-25ViewContent now creates Controls instead of GTK widgetsLluis Sanchez
2015-11-25Asynchronize document load and save operationsLluis Sanchez
2015-11-25[Ide] Sanitize the ViewContentApiLluis Sanchez
2015-11-25Converted content interfaces to classesLluis Sanchez
2015-11-23[Ide] Cleanup more APIMarius Ungureanu
2015-04-22[AspNet] Fix C# code completion in Razor filesMatt Ward
2015-01-30[Ide] Started projection infrastructure.Mike Krüger
2014-07-09[Ide] Removed the IEncodedTextContent interface.Mike Krüger
2014-07-07[Ide] Renamed DocumentFactory to TextEditorFactory/implemented textMike Krüger
2014-07-05[Ide] Renamed Insert, Remove, Replace to InsertText, RemoveText,Mike Krüger
2014-06-30[Core] Removed IEditableTextFile.Mike Krüger
2014-06-30[Ide] Removed IEditableTextFile and usages.Mike Krüger
2014-06-20[Core] Renamed ITextSource.TextLength to Length.Mike Krüger
2014-06-20[Ide] Added simple bracket matcher.Mike Krüger
2014-04-04[Ide] TextEditor is now using a decorator pattern.Mike Krüger
2014-04-02[Ide] Added basic text editor model.Mike Krüger
2013-08-15Fixed another possible cause for 'Bug 13991 - Go to declaration doesMike Krüger
2012-03-31[TextEditor] Track TextLength change.Mike Krüger
2012-03-30[TextEditor] TextDocument has now public insert/remove/replace and noMike Krüger
2012-03-11[TextEditor] Replaced ISegment with TextSegment struct.Mike Krüger
2012-03-11[TextEditor] Changed 'Document' to 'TextDocument' to prevent nameMike Krüger
2011-12-03[TextEditor] Sometimes we do actually want to center the caret... (bug #85......Jeffrey Stedfast
2011-10-26[Undo] Removed begin/end atomic undo action functions & replaced themMike Krüger
2011-03-31Support external display bindings as defaultMichael Hutchinson
2010-08-22Transformed text editor line/column coordinate system.Mike Krüger
2010-02-06* src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/TextEditor.cs:Michael Hutchinson
2009-12-01* Makefile.am:Mike Krüger