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
2014-06-18[XmlEditor] Massive cleanupMichael Hutchinson
2014-06-18[AspNet] Massive overhaulMichael Hutchinson
2014-06-08[XmlEditor] Auto-CodeCompletion for AttributeValue & SkipCharDavid Karlaš
2014-06-08[XmlEditor] Moved Element completion lower in method to give higher priorty t...David Karlaš
2014-06-08[XmlEditor] XmlCompletionData does not override Icon if Icon was setDavid Karlaš
2014-06-08[XmlEditor] If forced while typing element name display CodeCompletionDavid Karlaš
2014-06-08[XmlEditor] More agressive CodeCompletion for Xml Attribute NameDavid Karlaš
2014-06-08[XmlEditor] Enabled force CodeCompletion on Attribute valuesDavid Karlaš
2014-06-08[XmlEditor] Moved attribute value completion in front of attribute name compl...David Karlaš
2014-06-03[XmlEditor] Checking IdeApp.Workspace != null before accessing it in UpdateOw...David Karlaš
2014-06-03[XmlEditor] Aware of Shared project and is able to switch between projects in...David Karlaš
2014-05-20[Xml] Improve some error locationsMichael Hutchinson
2014-05-20[Xml] Keep track of parser location when backtrackingMichael Hutchinson
2014-05-20[Xml] Remove bad assertMichael Hutchinson
2014-04-29[Icons] Fixing whitespace for @therzokVaclav Vancura
2014-04-29[Icons] [MonoDevelop.XmlEditor] Moving XmlEditor icons from MonoDevelop.Ide, ...Vaclav Vancura
2014-04-29[Icons] [MonoDevelop.XmlEditor] New preferences icons:Vaclav Vancura
2014-04-17Fix NRE in XML add-inLluis Sanchez
2014-03-07Revert "[Xml] Parent opening nodes correctly in parser"Michael Hutchinson
2014-03-07[Xml] Parent opening nodes correctly in parserMichael Hutchinson
2014-03-07[Xml] Fix invalid error locations in parserMichael Hutchinson
2014-03-07[Xml] Only attach one XML editor extension to a documentMichael Hutchinson
2014-02-26Flush MSBuild serializer noiseMichael Hutchinson
2014-02-23[Xml] Don't offer children in MSBuild attribute completionMichael Hutchinson
2014-02-17[Xml] Clean up MSBuild completionMichael Hutchinson
2014-02-17[Xml] MSBuild completion can complete custom itemsMichael Hutchinson
2014-02-17[Xml] Infer existing MSBuild items, properties and tasksMichael Hutchinson
2014-02-17[Xml] Catch errors in completion inference threadMichael Hutchinson
2014-02-14[Xml] Added simple MSBuild code completionMichael Hutchinson
2014-02-14[Xml] Minor cleanupMichael Hutchinson
2014-02-14Fix bizarre dependencies in CompletionCharacters extension pointMichael Hutchinson
2014-02-14[Xml] No longer need to special-case format commandMichael Hutchinson
2014-01-25Merge branch 'master' into deps-in-attributesLluis Sanchez
2014-01-16[Xml] Fix code completion failure after backspacingMichael Hutchinson
2014-01-16[Xml] Code cleanup in XML addinMichael Hutchinson
2014-01-16[Xml] Fix code folding for custom XML filetypesMichael Hutchinson
2013-12-13Merge branch 'master' into deps-in-attributesLluis Sanchez
2013-12-13Updated add-ins version to 4.2.3Xamarin Release Manager
2013-11-28Replace ignores with inconclusiveMarius Ungureanu
2013-11-28[tests] Greenify the test suite on windows by ignoring failing testsAlan McGovern
2013-11-26Revert "Revert "Flush csproj fixes". Fix the wrench build."Michael Hutchinson
2013-11-26Revert "Flush csproj fixes". Fix the wrench build.Jérémie Laval
2013-11-22Remove hardcoded add-in versionsLluis Sanchez
2013-11-22Flush csproj fixesMichael Hutchinson
2013-11-08Updated add-ins version to 4.2Xamarin Release Manager
2013-10-28Updated add-ins version to 4.1.13Xamarin Release Manager
2013-10-10Reworking the logging services, using Raygun.ioCody Russell
2013-09-09[Xml] Delegate more logic to attribute value parsersMichael Hutchinson
2013-09-09[Xml] Allow indexing attributes by positionMichael Hutchinson
2013-09-09[Xml] Improve error handling for unquoted valuesMichael Hutchinson