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-09-18Editor: New LegacyEditorSupport extension pointSandy Armstrong
2019-09-11[Core] Fix adding derived Control items to the weak maptherzok
2019-04-02Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-27Fixes VSTS Bug 826321: [Feedback] XAML Editor: When a closing tag already has...Mike Krüger
2019-02-18Made the method for showing the welcome window asynchronousLluis Sanchez
2018-10-18Merge pull request #6254 from mono/master-vsts699450Lluis Sanchez
2018-10-09Fixed Bug 694576: [Feedback] Pressing "Arrow Down" to choose theMike Krüger
2018-10-09Fixes VSTS Bug 699450: [Feedback] Error creating file -Mike Krüger
2018-07-06[Xml] Implement Expand/Shrink selection for XMLMikayla Hutchinson
2018-06-13Fix VSTS 605711: Incorrect XAML completion for </ContentPage.ReDavid Karlaš
2018-03-08Fixes #568790: XAML IntelliSense: Inconsistent completion for end of self clo...David Karlaš
2018-02-14Fix #560350: Issue with adding a Style to Tags in cshtml viewsDavid Karlaš
2017-11-14[Xml] Make more strict rules when additional line is added for Return keyDavid Karlaš
2017-11-07Added feature when pressing Return key in empty Element to correctly indentDavid Karlaš
2017-11-07[Xml] Fixed exception `AssertMainThread` on '>' with AutoCompleteElements ena...David Karlaš
2017-11-07Fixes #504203 Inconsistent behavior in XML/XAML editor between vs/vsmac when ...David Karlaš
2017-10-09[Xml] Always show code completion when typing(not just Cmd+Space or start)David Karlaš
2017-10-06[Xml] Fix possible crash when opening Xaml file (#3160)Marius Ungureanu
2017-09-28[Xml] Make code completion appear always when user types text like VS2017David Karlaš
2017-09-27[Xml] Address PR comment about '.' and ':' being Xaml specificDavid Karlaš
2017-09-19[Xml] Support starting code completion in XmlElement and XmlAttribute with :(...David Karlaš
2017-09-19Bug 22308 - Make GetAttributeCompletions parse full XElement for all attributesDavid Karlaš
2017-08-16Fix code completion in .xaml when code completion is triggered in middle of e...David Karlaš
2017-08-03Fixed 'Bug 58570 - cut & paste always inserts tabs in xml'.Mike Krüger
2017-06-25[Gtk#] Update to match newest API (#2682)Marius Ungureanu
2017-05-05Fixed 'Bug 55987 - Completion on XML closing tags is broken'Mike Krüger
2017-03-21Fixed 'Bug 53501 - toggle comment doesn't end comment properly'Mike Krüger
2017-01-31Merge branch 'textmate' into vNextMike Krüger
2017-01-24[Ide] Unified code completion handle paths.Mike Krüger
2017-01-09[Debugger] Fix build.Mike Krüger
2017-01-09[WIP] Add TriggerWordStart to CompletionDataList. Not sure if this works yet,...Marius Ungureanu
2016-12-02Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
2016-12-02Fixed 'Bug 40966 - [Cycle 7] Cursor is not displaying at properMike Krüger
2016-11-19[Xml] Implement aggressive attribute completionMikayla Hutchinson
2016-11-19[Xml] Add XML declaration to completionMikayla Hutchinson
2016-11-18[XmlEditor] Fix conflict with TextMate extensionMikayla Hutchinson
2016-05-31Bug 40784 - BaseXmlEditorExtension causes an infinite loop with shared asset ...David Karlaš
2016-04-06Revert "[Ide] Asynchronize OnTheFly formatting."Marius Ungureanu
2016-03-27[Ide] Asynchronize OnTheFly formatting.Marius Ungureanu
2016-03-02Bug 38952 - [Xml] autocompletion adds too much text. It repeats text that is ...David Karlaš
2016-02-29[Xml] Fix NRE when opening .xml/.xaml in shared projectDavid Karlaš
2016-01-23Bug 35596 - Code completion for XML comments breaks typing flowDavid Karlaš
2015-12-18Merge remote-tracking branch 'origin/master' into roslyn-nogtkshellMarius Ungureanu
2015-12-15Close most of DispatchServiceLluis Sanchez
2015-12-02Revert "[Ide] Cleanup CommandManager."Marius Ungureanu
2015-11-25[Ide] Cleanup CommandManager.Marius Ungureanu
2015-11-23Merge remote-tracking branch 'origin/roslyn' into roslyn-nogtkshellMarius Ungureanu
2015-11-23[Ide] More control and window usage.Marius Ungureanu
2015-11-20Bug 35958 - [Roslyn] Toggle line comment does not comment selected XMLDavid Karlaš
2015-11-12Bug 35792 - Error in XML editorDavid Karlaš