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-03-21Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-02-18Track API changesLluis Sanchez
2019-02-16First pass at obsoleting old editor APIsMikayla Hutchinson
2016-07-08[Ide] Don't double null check for editor in FormatBufferHandlerMarius Ungureanu
2015-11-17[Ide] Fixed partial document formatting support.Mike Krüger
2015-11-11Bug 35617 - Format document command disabled for xml filesDavid Karlaš
2015-08-18[Ide] Update Format command label when there's a selectionMichael Hutchinson
2015-08-17Fixed 'Bug 33021 - Combine Format Document and Format SelectionMike Krüger
2015-07-09Merge master branch into roslynDavid Karlaš
2015-07-08Bug 30103 - Formatting doesn't trigger on save for xaml or xml filesDavid Karlaš
2015-06-24[Ide] Disabled code formatting command if no on the fly formatter isMike Krüger
2014-11-20Fixed some merge errors.Mike Krüger
2014-11-20Merge branch 'master' into xs6-editorMike Krüger
2014-10-14[Ide] Formatting no longer creates redundant undo steps.Mike Krüger
2014-09-23[Ide] Fix formatting document removing all XML text.Matt Ward
2014-08-11[IDE/XML] Bug 20468 - XML Format document removes all undo historyDavid Karlaš
2014-07-05[Ide] Renamed Insert, Remove, Replace to InsertText, RemoveText,Mike Krüger
2014-07-05[Ide] Removed RequestRedraw() from the TextEditor.Mike Krüger
2014-06-30[Ide] Text editor extensions no longer work on a Document they're nowMike Krüger
2014-06-27Fixed some merge errors.Mike Krüger
2014-06-27Merge branch 'master' into retina-editorMike Krüger
2014-06-20[Core] Renamed ITextSource.TextLength to Length.Mike Krüger
2014-04-24Fixed 'Bug 18825 - Format Document leaves weird "numberless" lines inMike Krüger
2014-04-02[Ide] Added basic text editor model.Mike Krüger
2014-02-14[Ide] Formatting commands should use document's mimetypeMichael Hutchinson
2013-08-29[Ide] Create project no longer crashes on formatting error.Mike Krüger
2013-08-19[Ide] Fixed crash in formatting command when formatter doesn't supportMike Krüger
2013-04-14[Ide] Format document command is now less intrusive.Mike Krüger
2013-03-11[CSharpBinding] Fixed format selection.Mike Krüger
2013-02-14Implemented 'Bug 5689 - Format selection with no selection shouldMike Krüger
2012-05-22Fixed 'Bug 5222 - Format Selection should alter selection length '.Mike Krüger
2012-03-10[Ide/CSharpBinding] Removed on the fly formatter code duplication.Mike Krüger
2012-03-07[TextEditor] No longer wrongly set allow caret behind EOL, fixed someMike Krüger
2011-10-26[Undo] Removed begin/end atomic undo action functions & replaced themMike Krüger
2011-05-09fixed 'Bug 692415 - Format document does not update caret position'Mike Krüger
2011-01-07Overhaul the code formatter extension pointsMichael Hutchinson
2011-01-07[Ide] Disable Format Selection if formatter doesn't support itMichael Hutchinson
2010-11-15Fixed 'Bug 653506 - Cannot undo "Format Document"'.Mike Krüger
2010-09-14Added selection check.Mike Krüger
2010-09-14Implemented 'Bug 545637 - beside format document please provide formatMike Krüger
2010-07-18* Makefile.am:Mike Krüger
2010-04-21* MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs:Mike Krüger
2010-03-17Merged MD.Projects into MD.Core, and MD.Projects.Gui, MD.Core.Gui and MD.Comp...Lluis Sanchez
2010-01-18* MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs:Lluis Sanchez
2009-10-12* MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs: fixedMike Krüger
2009-10-07* MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs: FixedMike Krüger
2009-06-23Use the new DesktopService instead of PlatformService.Lluis Sanchez
2009-06-22* MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs: DisableLluis Sanchez
2009-06-09* MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs:Lluis Sanchez
2009-06-05* Makefile.am:Mike Krüger