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
2014-04-23[Ide] Try to prevent bad policy namesMichael Hutchinson
Disallow creating and loading policies with empty names. BXC19194 - Adding new policy shows error 'System.Reflection.TargetInvocationException'.
2014-04-23[Core] Bump profile directory to 5.0Michael Hutchinson
2014-04-23[Mac] Fix visibility of Hide, implement Show AllMichael Hutchinson
BXC8311 - After hide others using XamarinStudio->Hide Others, Show All options does not appears
2014-04-22Fix the fix.Duncan Mak
2014-04-22Fix MSI naming, once more, with feelingDuncan Mak
2014-04-22Bump md-addins to fix renaming setup.msi on WindowsDuncan Mak
2014-04-22Bump md-addins to get a better windows msi filename, woo.Andrew Bacon
2014-04-22Merge branch 'retina-nuget-disabled-addin-crash' into retinaMatt Ward
2014-04-22[Debugger] Fixed RunToCursor command enablement logicJeffrey Stedfast
2014-04-22bumped debugger-libsJeffrey Stedfast
2014-04-22[Ide] Use internal editor if that's the user's intentMichael Hutchinson
If the user passes a file on the commandline, or opens it with the "open" dialog, always use an internal editor. Using an external editor is just confusing.
2014-04-22[Ide] Fix crash after disabling addin that extends the Solution pad.Matt Ward
Fixes 19149: https://bugzilla.xamarin.com/show_bug.cgi?id=19149 Disabling an addin that extends the solution pad with custom nodes that have custom menus and then trying to use those menus will crash Xamarin Studio with an error similar to: ERROR [2014-04-18 16:53:32Z]: An unhandled exception has occured. Terminating MonoDevelop? True System.InvalidOperationException: Extension node not found in path: /MonoDevelop/PackageManagement/ContextMenu/ProjectPad/PackageReference at Mono.Addins.ExtensionContext.GetExtensionObjects (System.String path, System.Type arrayElementType, Boolean reuseCachedInstance) [0x0001f] in source/monodevelop/main/external/mono-addins/Mono.Addins/Mono.Addins/ExtensionContext.cs:670 at Mono.Addins.ExtensionContext.GetExtensionObjects (System.String path, Boolean reuseCachedInstance) [0x00000] in source/monodevelop/main/external/mono-addins/Mono.Addins/Mono.Addins/ExtensionContext.cs:558 at MonoDevelop.Components.Commands.CommandManager.CreateCommandEntrySet (Mono.Addins.ExtensionContext ctx, System.String addinPath) [0x00007] in source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/CommandManager.cs:222 at MonoDevelop.Ide.Gui.Components.ExtensibleTreeView.CreateContextMenu () [0x000e2] in source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs:1800 at MonoDevelop.Ide.Gui.Components.ExtensibleTreeView.ShowPopup (Gdk.EventButton evt) [0x00002] in source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs:1776 at MonoDevelop.Components.ContextMenuTreeView.OnButtonPressEvent (Gdk.EventButton evnt) [0x00052] in source/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/ContextMenuTreeView.cs:62 at Gtk.Widget.buttonpressevent_cb (IntPtr widget, IntPtr evnt) [0x00016] in gtk-sharp-2.12.21/gtk/generated/Widget.cs:2938 To reproduce this, open a project and add NuGet packages to it. Expand the packages node so the package references are visible in the Solution pad. Disable the NuGet addin using the Addin Manager. Then try to right on a package reference and use one of the context menus. This problem also occurs if you open a GTK# project, disable the GTK# Visual Designer, then try to use one of the context menus for the User Interface node in the Solution pad. When an addin is unloaded any extension paths it uses are sent to anybody who is interested by the AddinManager's ExtensionChanged event. The SolutionPadCodon was not matching the project pad extensions created by the NuGet addin on the path '/MonoDevelop/Ide/Pads/ProjectPad'. Match attempted: ExtensionChangedEventArgs.Path: "/MonoDevelop/Ide/Pads/ProjectPad" codonpath: "/MonoDevelop/Ide/Pads/ProjectPad/ProjectPad" SolutionCodon: Path: /MonoDevelop/Ide/Pads/ProjectPad Id: ProjectPad The fix was to stop appending the Id to the path when trying to match since the path already includes this.
2014-04-22[Gtk] Only display GTK file templates for assembly projectsMichael Hutchinson
2014-04-22Revert "bumped debugger-libs"Michael Hutchinson
This reverts commit b65c00a0cd9a5c8611df3a6522c58a6c8f792ff6.
2014-04-22[Mac] Support opening all file typesMichael Hutchinson
2014-04-22[NuGet] Show user changes made to packages.config in Solution pad.Matt Ward
Fixes Bug 19143 - Deleted packages from package.config file should remove from Project/Package without reopening solution. https://bugzilla.xamarin.com/show_bug.cgi?id=19143 Use the FileService.FileChanged event to trigger the Solution pad to refresh the Packages node based on what is in the packages.config file. Using the FileChanged event allows the packages.config file to be edited in the text editor and have changes in Solution pad appear when the file is saved. It also allows the packages.config file to be edited outside of Xamarin Studio and have the changes reflected in the Solution pad when switching back to Xamarin Studio.
2014-04-22Fixed 'Bug 19186 - Info bubble windows UI breaks on scrolling the textMike Krüger
editor vertical scrollbar.'
2014-04-22[Debugger] Updated debugger unit tests to try and fix some SDB testsJeffrey Stedfast
2014-04-22bumped debugger-libsJeffrey Stedfast
2014-04-21Merge pull request #45 from DavidKarlas/breakpointSteppingTestsJeffrey Stedfast
Breakpoint and steping unit tests and Win32 stepping bug fixes
2014-04-21Breakpoint and steping unit tests and Win32 stepping bug fixesDavid Karlaš
2014-04-21Fix 18429 - Package description pane overscroll appearanceMatt Ward
https://bugzilla.xamarin.com/show_bug.cgi?id=18429 On overscrolling the package information on the right hand side of the Add Packages dialog the grey background of the dialog was shown and the left hand line border would separate from the bottom of the dialog. Now the border does not separate and the grey background of the dialog is not shown.
2014-04-21[Icons] [MonoDevelop.Ide] Information icon in all sizesVaclav Vancura
2014-04-21[Icons] StockIcons cleanupVaclav Vancura
2014-04-19[Debugger] Implemented support for setting the instruction pointerJeffrey Stedfast
2014-04-19bumped debugger-libsJeffrey Stedfast
2014-04-18[Debugger] Moved Run To Cursor to the context menu and made it build & run ↵Jeffrey Stedfast
if needed
2014-04-18bumped debugger-libsJeffrey Stedfast
2014-04-18[Icons] [MonoDevelop.Ide] Updating parser iconVaclav Vancura
See https://github.com/xamarin/icons/issues/19#issuecomment-40803354
2014-04-18[Icons] [MonoDevelop.VersionControl] Updating existing and adding two new icons:Vaclav Vancura
Updated: * branch * commit * pull * push * refresh * remote-status * repository * revert * tag * version-control Added: * local-status * log See https://github.com/xamarin/icons/issues/15
2014-04-18[Icons] [MonoDevelop.Debugger] New bug iconVaclav Vancura
2014-04-18[Icons] [MonoDevelop.Ide] Assembly project iconVaclav Vancura
2014-04-18[Git] Fix remaining calls to match the API it meant to match.Marius Ungureanu
2014-04-18[Git] Fix Integrity tests.Marius Ungureanu
2014-04-18[Git] Fix GetPushChangeset to match previous change to GitUtils.Marius Ungureanu
2014-04-18[NuGet] Fix package id hyperlinks for recently installed packages.Matt Ward
Fixes 19134 https://bugzilla.xamarin.com/show_bug.cgi?id=19134 If the package is returned from an online NuGet feed (e.g. nuget.org) that has a gallery url link then the package id should have a hyperlink. If the package is from a local directory on your machine then it will not have a hyperlink. For packages in local directory Xamarin Studio does not necessarily know they are from NuGet.org or from an online feed since there is no information in the package itself about where it came from. Visual Studio has the same behaviour for packages in a local directory. If the Add Packages dialog is first opened then all the package id hyperlinks are OK. If you install a package then the next time the Add Packages dialog is opened a hyperlink for the recently used package was not being displayed when it should be.
2014-04-18Updated reference to md-addinslluis
2014-04-18Change "Close all but this" to "Close Others"David Siegel
2014-04-18[Debugger] Implemented Run To CursorJeffrey Stedfast
2014-04-18bumped debugger-libsJeffrey Stedfast
2014-04-18bumped debugger-libsJeffrey Stedfast
2014-04-17Fixed 'Bug 19107 - Code completion window is not displayed properlyMike Krüger
for "IGrouping "interface when theme is set "Oblivion"'.
2014-04-17bumped debugger-libsJeffrey Stedfast
2014-04-17bumped debugger-libsJeffrey Stedfast
2014-04-17[Ide] Fix the SearchEntry on Windows high-resolution screensCody Russell
Set the yscale component of the SearchEntry alignment to our desktop scale factor on Windows.
2014-04-17bumped debugger-libsJeffrey Stedfast
2014-04-17[Ide] Fix crash in assembly folders options panelLluis Sanchez
Fixes bug #19021 - At Build > Assembly folders window clicking up and down buttons shows error 'System.Reflection.TargetInvocationException'
2014-04-17Merge pull request #41 from xamarin/fixMemoryUngureanu Marius
[Git] Decrease number of GitRevisions created.
2014-04-17[Git] Fixed Push dialog diffs.Marius Ungureanu
2014-04-17[Git] Add Unit Tests for new GitRevision memory improvement.Ungureanu Marius