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-12-18Sync vs-editor-api and adopt code to changesDavid Karlaš
2019-08-13[Windows] Some fixes to assembly referencesMarius Ungureanu
2019-07-29Review comments.Anže Vodovnik
2019-07-29Make sure the Folding menu item is enabled in the new editor as well.Anže Vodovnik
2019-02-18Implemented new document/view architectureLluis Sanchez
2018-01-23[SourceEditor] Implemented IEditorOperations from VS.NET.Mike Krüger
2017-02-16String optimizations (#1881)Marius Ungureanu
2017-01-18[Ide] Update missing edit command update handlersVsevolod Kukol
2017-01-12[Ide] Run editor commands only if the editor is focusedVsevolod Kukol
2016-05-27[Ide] New Command to enable/disable code foldingVsevolod Kukol
2016-02-24Fixed 'Bug 39069 - Command-f search does not work in the assemblyMike Krüger
2016-01-11[Windows] Hack a bit to make keybindings work on windows searchbar.Marius Ungureanu
2015-04-24[Ide] Minor refactoringLluis Sanchez Gual
2015-04-24Improved api for using configuration propertiesLluis Sanchez Gual
2015-03-24Merge branch 'master' into roslynMike Krüger
2015-03-02[Core] Added support for selecting files when using "Open containing folder"David Karlaš
2014-07-07[Ide] Removed IEditorActionHost from the public API. Editor actionsMike Krüger
2014-07-05[Ide] Renamed Insert, Remove, Replace to InsertText, RemoveText,Mike Krüger
2014-06-30[Ide] Removed IEditableTextFile and usages.Mike Krüger
2014-06-27Merge branch 'master' into retina-editorMike Krüger
2014-06-23[Ide] Track API changes.Mike Krüger
2014-06-20[Core] Renamed ITextSource.TextLength to Length.Mike Krüger
2014-06-11[Ide] Track Core API changes.Mike Krüger
2014-04-30Fixed 'Bug 19414 - 'Revert' option is in active mode while there is noMike 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-05-30Improved #290 - Open Containing Folder menu.Therzok
2012-11-02Fix 7500 - Cannot close multiple documents in a row anymoreLluis Sanchez
2012-09-12Fixed behavior appeared in bug 'Bug 7056 - Folding turned off byMike Krüger
2012-07-18Some initial work to prevent direct access to view content objectsLluis Sanchez
2012-05-24[Ide] More work on the document notebookLluis Sanchez
2012-05-11[Ide] Initial work on document notebook redesignLluis Sanchez
2012-04-05Fixed 'Bug 4260 - Format->Uppercase Selection and Format->LowercaseMike Krüger
2012-04-05[TextEditor] Renamed LineSegment.Length ->Mike Krüger
2012-03-31[TextEditor] Caret position is now updated by the textreplace changes.Mike 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] Changed 'Document' to 'TextDocument' to prevent nameMike Krüger
2011-10-26[Undo] Removed begin/end atomic undo action functions & replaced themMike Krüger
2011-09-27[Ide] Improve the uppercase/lowercase commandsMichael Hutchinson
2011-09-27D'oh, fix previous commitJeffrey Stedfast
2011-09-27[Ide] Upper/LowercaseSelection(): Disable when appropriate. Fixes bug #740.Jeffrey Stedfast
2011-01-12Fix 663266 - Save/Save incorrectly disabled when not viewing Source viewLluis Sanchez Gual
2010-07-18* Makefile.am:Mike Krüger
2010-07-08* MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Removed unused eventMike Krüger
2010-07-05* MonoDevelop.Ide.Gui/Document.cs:Mike Krüger
2010-06-21* ViewCommandHandlers.cs: Only update changed lines.Mike Krüger
2010-06-21* MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Fixed 'Bug 615831 -Mike Krüger
2010-06-01* MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Bypass theLluis Sanchez
2010-04-13* MonoDevelop.Ide.Gui/Document.cs:Mike Krüger