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-03-21Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-02-18Track API changesLluis Sanchez
2019-02-16First pass at obsoleting old editor APIsMikayla Hutchinson
2019-02-15Track API changesLluis Sanchez
2019-01-14[Ide] Fix ~100 warningsMikayla Hutchinson
2018-11-03Fixes issue #6238 Indent correcting taking up too much time on large (#6479)Mike Krüger
2018-09-17Fixes VSTS Bug 677780: ArgumentOutOfRange inMike Krüger
2018-06-05[Ide] De-obsolete CodeFormatter for nowMikayla Hutchinson
2018-02-06Fixed 'VSTS Bug 561844: [Feedback] Code snippets don't highlightMike Krüger
2017-03-04Have MD TextDocument use and expose a VS TextDocument.David Pugh
2016-07-08[Ide] Don't double null check for editor in FormatBufferHandlerMarius Ungureanu
2016-07-08[Ide] Don't create a list just to iterate it again.Marius Ungureanu
2015-11-17[Ide] Fixed warnings.Mike Krüger
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-07-08[Ide] Code formatter now handles exceptions.Mike Krüger
2015-06-24Fixed 'Bug 31351 - [Roslyn] Unable to create standalone C# file.'Mike Krüger
2015-06-24[Ide] Fix null ref in CodeFormatter.Matt Ward
2015-06-24[Ide] Disabled code formatting command if no on the fly formatter isMike Krüger
2015-04-24[Ide] Refactored formatting infrastructure.Mike Krüger
2015-02-06[Refactoring] Fixed insertion point formatting.Mike Krüger
2015-01-07[Ide] Removed some NR5 usages.Mike 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-07Fix build.Mike Krüger
2014-07-07[Ide] Renamed EditContext to DocumentContext.Mike Krüger
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-06-19[Ide] Added skip char api / some editor API tweaks.Mike Krüger
2014-06-13[SourceEditor] Implemented text editor interface.Mike Krüger
2014-04-24Fixed 'Bug 18825 - Format Document leaves weird "numberless" lines inMike 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
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-08-13Revert "Revert "Fix hundreds of warnings""Michael Hutchinson
2013-08-13Revert "Fix hundreds of warnings"Jeffrey Stedfast