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
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
2013-08-12Fix hundreds of warningsMichael Hutchinson
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-08-10[NRefactory] Updated NRefactory/Tracked API changes.Mike Krüger
2012-05-22Fixed 'Bug 5222 - Format Selection should alter selection length '.Mike Krüger
2012-05-04Fixed 'Bug 4868 - Incorrect reformatting'.Mike Krüger
2012-04-04Updated policy style files.Mike Krüger
2012-04-04Revert "[Text] Removed trim whitespace option, replaced with indent style"Mike Krüger
2012-04-03[Ide] Set mono indent settings to the standard ones.Mike Krüger