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 (Collapse)Author
2017-08-01[A11y] Add option to disable accessibilityiain holmes
Can be set through the UI or through defaults defaults write MonoDevelop com.monodevelop.AccessibilityEnabled true
2017-06-20Enable VSMEF parallel to the old composition (#2658)Kirill Osenkov
* Remove redundant modifiers and add readonly. * Extract Mime to ContentType linking into a more appropriate place. * Add Roslyn assemblies to the VSMEF composition. * Expose more useful functionality from VSMEF CompositionManager * Add binding redirect for Microsoft.CodeAnalysis.EditorFeatures.Text. * Add a reference to Microsoft.CodeAnalysis.EditorFeatures.dll.
2017-06-12[Ide] Fix project template categories not added to translationsMatt Ward
The project template categories were defined in the .addin.xml file using an attribute without an underscore so they were not added to the translations. The project template categories now use _name for the category name so they are added to the translations. To maintain backwards compatibility the name attribute without the underscore is still supported. <Category id="library" _name="Library">
2017-06-07[Ide] Don't bind Page+Up Page+Down keys by defaultVsevolod Kukol
(fixes bug #55143)
2017-04-28[Project] Add VS-like AppliesTo extension conditionMikayla Hutchinson
This condition can be used to specify that a project extension, file template, or option panel apply to projects that match a particular capability expression.
2017-04-18[Icons][Ide] .NET Core platform iconsVáclav Vančura
2017-04-15[Ide] Move ASP.NET classic category under .NETMikayla Hutchinson
2017-04-12Merge branch 'd15-2' into d15-2-fix54990Lluis Sanchez
2017-04-11Fixed 'Bug 54990 - Default C# Code Formatting options seemMike Krüger
unreasonable'
2017-04-10Bug 43827 - Namespaces of new files aren't set identical to Visual StudioDavid Karlaš
2017-04-04Fix serialization of user policiesLluis Sanchez
Fixed bug when getting the Default policy. It was looked up using the policy name instead of the Id. As a result, default policies were not properly loaded. User policies are now serialized using the system default policy set as diff base, so only values that are different WRT the default set are serialized. If the values of the default set change, then users will get the new values, unless they were explicitly changed. Use the Mono text formatting style as default style.
2017-03-31Clean up some of the new/moved extension pointsMikayla Hutchinson
2017-03-29Fix assembly loading issuesLluis Sanchez
Microsoft.VisualStudio.Text.Logic is now local copied by MD.Ide, so the MEF registration must be done in MD.Ide. Microsoft.VisualStudio.Language.StandardClassification is only used by SourceEditor, so it needs a local copy. Added missing packages in packages.config.
2017-03-29[Ide] Fix loading the IDE.Marius Ungureanu
Microsoft.VisualStudio.* is now referenced in MonoDevelop.Ide. Move runtime imports into Ide from SourceEditor.
2017-03-28Revert "[Ide] Fix loading the IDE."Lluis Sanchez
This reverts commit 80d6c3149feb462d5ae3152b4f490ba6b1e53952.
2017-03-28[Ide] Fix loading the IDE.Marius Ungureanu
Microsoft.VisualStudio.* is now referenced in MonoDevelop.Ide. Move runtime imports into Ide from SourceEditor.
2017-03-27Merge branch 'master' into vNext-webtools-platformLluis Sanchez
2017-03-24Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-03-22Merge branch 'master' into vNext-webtools-platformLluis Sanchez
2017-03-17[Ide] Implement HasReference support in FileTemplate.therzok
2017-03-16Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-03-15Merge branch 'vNext' into vNext-webtools-platformLluis Sanchez
2017-03-14Merge branch 'master' into vNextMatt Ward
Conflicts: main/src/addins/CSharpBinding/MonoDevelop.CSharp.Formatting/CSharpTextPasteHandler.cs main/src/addins/MonoDevelop.Debugger.Win32/Mono.Debugging.Win32/Mono.Debugging.Win32.csproj
2017-03-09Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-02-27[A11y] Move the A11y debug menu items into the Diagnostics menu itemiain holmes
2017-02-27[Icons][Ide] New icons to sync changes from new Property Pad:Václav Vančura
- md-palette - md-style - md-typography - md-scroll - md-widget
2017-02-24Merge remote-tracking branch 'origin/master' into recent-templatesVsevolod Kukol
2017-02-23Merge branch 'vNext-webtools' into vNext-webtools-platformMike Krüger
2017-02-22[Templating] Initial support for https://github.com/dotnet/templating format ↵David Karlaš
and DotNetCore templates port
2017-02-20Merge branch 'vNext-webtools' into vNext-webtools-platformMike Krüger
2017-02-20[Ide] Brace matchers are now a mime type extension node.Mike Krüger
2017-02-08Add in Platform Text.Data and Text.Logic without modifying textdocument.csDavid Pugh
2017-02-02Revert "Dev/dpugh/v next add platform"Mike Krüger
2017-02-01Couple of tweaks to expose PlatformCatalogDavid Pugh
2017-01-27Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-01-16Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
Conflicts: main/external/mono-addins main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorView.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Editor/TextEditor.cs version-checks
2017-01-12[i18n] Fixed missing translation support for main menu itemsF. Phoenix
• View → Code/Design/Debug/Test Layouts These items were translatable at all, but not detectable by MonoDevelop Gettext scanner. So I added dummy TranslateString method as it made in some other places of MonoDevelop source code (see C# rules for RegexScanner in MonoDevelop.Gettext.addin.xml). • View → Editor Columns • Search → Bookmarks / Go To Missing translatable _label attributes in xml-file.
2017-01-10Merge branch 'textmate' into vNextMike Krüger
2017-01-09Merge branch 'master' into textmateMike Krüger
2016-12-12Merge remote-tracking branch 'origin/recent-templates' into vNextVsevolod Kukol
2016-12-12[Ide][Icons] New icon: md-recentVáclav Vančura
2016-12-09Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
Conflicts: main/Main.sln main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Templates/ProjectTemplatePackageReference.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj version-checks
2016-12-09Merge branch 'nugetizer3000'Matt Ward
2016-12-07[Ide][Mac] Rename alternative VS key binding schemeVsevolod Kukol
2016-12-06Merge branch 'master' of github.com:iainx/monodevelop into a11yiain holmes
2016-12-06Fixed 'Bug 48990 - [TextMate] No extension point for addins to provideMike Krüger
syntax highlighting' Added new extension point '/MonoDevelop/SourceEditor2/Bundles' - it's now possible to throw all stuff of textmate/sublime3 extensions in there. The old one was just for syntax modes.
2016-12-06Fixed 'Bug 48991 - [TextMate] Open Url context menu not available forMike Krüger
hyperlinks'
2016-11-28Merge remote-tracking branch 'origin/textmate' into vNextMikayla Hutchinson
2016-11-28Merge branch 'master' into textmateMike Krüger
2016-11-24[A11y] Add a timed dump of the UI treeiain holmes
Add a command to dump the UI tree after 10 seconds, so it can be triggered and then a modal dialog can be displayed