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
2019-07-12Merge pull request #8193 from mono/backport-pr-8191-to-release-8.2monodevelop-8.2.0.1090Lluis Sanchez
[release-8.2] Bump fantomas
2019-07-12Bump fantomas to Beta on NuGetnosami
2019-07-12Bump fantomasnosami
2019-07-11Updated reference to xamarin/md-addins@5a41faeabock
2019-07-11Updated reference to xamarin/md-addins@9555e5dlluis
2019-07-11Merge pull request #8187 from mono/backport-pr-8186-to-release-8.2Lluis Sanchez
[release-8.2] Bump fantomas
2019-07-11Merge pull request #8184 from mono/backport-pr-8183-to-release-8.2Lluis Sanchez
[release-8.2] [Mac] Check if the Url path is null
2019-07-11Bump fantomasnosami
2019-07-11Updated reference to xamarin/md-addins@cfefd6fgreg.munn
2019-07-11[Mac] Check if the Url path is nulliain holmes
a url's path property might be null if the referenced resource no longer exists Fixes VSTS #940763
2019-07-10Updated reference to xamarin/md-addins@e9ce168abock
2019-07-10Merge pull request #8154 from mono/jstedfast-backport-pr-8113-release-8.2Lluis Sanchez
[8.2][Debugger] Fixed VSCodeDebuggerSession.OnNextInstruction
2019-07-10Merge pull request #8173 from mono/update-preview-versionLluis Sanchez
Remove preview branding
2019-07-10Remove preview brandingLluis Sanchez
2019-07-10Merge pull request #8169 from mono/backport-pr-8167-to-release-8.2Lluis Sanchez
[release-8.2] Bump fantomas
2019-07-10Updated reference to xamarin/md-addins@d4a0ce7luis.aguilera
2019-07-10Bump fantomasnosami
2019-07-10Updated reference to xamarin/md-addins@138c5b1lluis
2019-07-09Updated reference to xamarin/md-addins@c5d2e00lluis
2019-07-08bumped debugger-libs to fix the unit testsJeffrey Stedfast
2019-07-08[Debugger] Fixed VSCodeDebuggerSession.OnNextInstructionJeffrey Stedfast
I previously "fixed" this to do StepInRequest but I was wrong.
2019-07-08Merge pull request #8150 from mono/backport-pr-8149-to-release-8.2Lluis Sanchez
[release-8.2] [Version Control] Fix exception opening the StatusView
2019-07-08Removed unnecessary parent assignment in VPannedThinJavier Suárez Ruiz
2019-07-08Fix VSTS #941754 - [Version Control] Exception opening the StatusViewJavier Suárez Ruiz
2019-07-08Merge pull request #8148 from mono/backport-pr-8034-to-release-8.2Lluis Sanchez
[release-8.2] [Debugger] Fix regression introduced when optimizing handlers
2019-07-07[Debugger] Fix regression introduced when optimizing handlersMarius Ungureanu
https://github.com/mono/monodevelop/commit/ef5ea322347547cb6d971b6097b41965312178e6 introduced a regression where we would load the children on a background thread. That seems to race with debugger suspending/resuming. Go back to running on the UI thread. Also, fix up usage of the token source.
2019-07-05Updated reference to xamarin/md-addins@b61aae0monodevelop-8.2.0.1064lluis
2019-07-05Merge pull request #8072 from mono/backport-pr-8033-to-release-8.2Lluis Sanchez
[release-8.2] [C#] Fix unhandled exception that is thrown when completion is canceled
2019-07-05Merge pull request #8144 from mono/backport-pr-8143-to-release-8.2Lluis Sanchez
[release-8.2] [Mac] Don't hang when terminating through the dock icon
2019-07-05Merge pull request #8141 from mono/backport-pr-8140-to-release-8.2Lluis Sanchez
[release-8.2] [CSharpBinding] Fix crash on opening C# format profile dialog
2019-07-05Merge pull request #8134 from mono/backport-pr-4909-to-release-8.2Lluis Sanchez
[release-8.2] [Ide] Add WelcomeWindow shown/hidden events
2019-07-05[Mac] Don't hang when terminating through the dock iconiain holmes
It turns out the answer to // FIXME: could this block in rare cases? was "No, it blocks every time", so make the delegate async and await on the call instead. Also remove the old Carbon handler and move the important bits into the Cocoa handler instead as it hasn't been deprecated for at least a decade Fixes VSTS #942401
2019-07-05Updated reference to xamarin/md-addins@fe6873blluis
2019-07-05[CSharpBinding] Fix crash on opening C# format profile dialogMatt Ward
In Preferences - Source Code - Code Formatting - C# when the Edit button was clicked in the Format tab the IDE would crash. The problem was that the dialog being displayed was being used as its own parent in MessageService. Which was causing a stack overflow. Stack overflow: IP: 0x7fff57f71b9c, fault addr: 0x7ffeed8e6ff8 Stacktrace: at <unknown> <0xffffffff> at AppKit.NSWindow.AddChildWindow (AppKit.NSWindow,AppKit.NSWindowOrderingMode) [0x00032] in /Library/Frameworks/Xamarin.Mac.framework/Versions/5.14.0.83/src/Xamarin.Mac/AppKit/NSWindow.g.cs:2089 <...> at MonoDevelop.Ide.MessageService.ShowCustomModalDialog (Gtk.Window,MonoDevelop.Components.Window) [0x00042] in /Users/vsts/agent/2.153.2/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/MessageService.cs:398 at MonoDevelop.Ide.MessageService/<>c__DisplayClass34_0.<RunCustomDialog>b__0 () [0x0006a] in /Users/vsts/agent/2.153.2/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/MessageService.cs:361 at MonoDevelop.Core.Runtime.RunInMainThread (System.Action) [0x0000d] in /Users/vsts/agent/2.153.2/work/1/s/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core/Runtime.cs:334 at MonoDevelop.Ide.MessageService.RunCustomDialog (MonoDevelop.Components.Dialog,MonoDevelop.Components.Window) [0x000d6] in /Users/vsts/agent/2.153.2/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/MessageService.cs:348 at MonoDevelop.Ide.MessageService.ShowCustomDialog (MonoDevelop.Components.Dialog,MonoDevelop.Components.Window) [0x00007] in /Users/vsts/agent/2.153.2/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/MessageService.cs:306 at MonoDevelop.Ide.MessageService.ShowCustomDialog (MonoDevelop.Components.Dialog) [0x00000] in /Users/vsts/agent/2.153.2/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/MessageService.cs:299 at MonoDevelop.CSharp.Formatting.CSharpFormattingPolicyPanelWidget.HandleButtonEditClicked (object,System.EventArgs) [0x0000c] in /Users/vsts/agent/2.153.2/work/1/s/monodevelop/main/src/addins/CSharpBinding/MonoDevelop.CSharp.Formatting/CSharpFormattingPolicyPanelWidget.cs:99 To fix this the dialog does not show itself before MessageService's ShowCustomDialog is called. Note that setting an explicit parent in the call to ShowCustomDialog to be the TopLevel of the CSharpFormattingPolicyPanelWidget also fixed the problem but this resulted in the dialog not being centered on the screen. Instead it was placed so its left edge and top edge were inside the options panel. Fixes VSTS #942740 - Crash when trying to change C# formatting settings
2019-07-05Merge pull request #8136 from mono/backport-pr-8135-to-release-8.2Lluis Sanchez
[release-8.2] Fixes VSTS Bug 942353: [FATAL] System.NullReferenceException exception
2019-07-05Fixes VSTS Bug 942353: [FATAL] System.NullReferenceException exception in ↵Mike Krüger
Mono.MHex.HexEditor.Dispose() https://devdiv.visualstudio.com/DevDiv/_workitems/edit/942353 Can't really determine the cause - Options should always be != null but it's the only thing that can throw a null ref exception. But in any case Dispose shouldn't cause a fatal exception.
2019-07-04Updated reference to xamarin/md-addins@1a12109lluis
2019-07-04Merge pull request #8131 from mono/backport-pr-917028-to-release-8.2Lluis Sanchez
[Backport] Fixes VSTS 917028: Calling ScrollToRequestedCaretLocation with an invalid line number caused an exception
2019-07-04Merge pull request #8062 from mono/backport-pr-8061-to-release-8.2Lluis Sanchez
[release-8.2] Fixes VSTS Bug 938343: [Feedback] Diff Option in Version Control not
2019-07-04[Ide] Add WelcomeWindow shown/hidden eventsVsevolod Kukol
2019-07-04Added a check for line number and an exception catch clause.Anže Vodovnik
In some cases (like a deletion of code from the document, then trying to double click an existing Search Result), this method might have been called with a line number that no longer exists. This resulted in a call to the API that threw an exception. Now, the method checks the line count in the snapshot, and aborts. Both cases (a graceful failure, and an exception) are logged, so we can see if this continues to happen.
2019-07-04Updated reference to xamarin/md-addins@75101c4lluis
2019-07-03Merge pull request #8044 from mono/backport-pr-8032-to-release-8.2Vsevolod Kukol
[release-8.2] Adds a ZOrder system based in GtkNSViewHost
2019-07-03Merge pull request #8125 from mono/backport-pr-8067-to-release-8.2Vsevolod Kukol
[release-8.2] Fixes VSTS Bug 937036: [FATAL] System.NullReferenceException exception in MonoDevelop.Ide.Gui.DefaultWorkbench.get_Memento()
2019-07-03Merge pull request #8038 from mono/backport-pr-8036-to-release-8.2Vsevolod Kukol
[release-8.2] Fixes VSTS Bug 935201: System.ArgumentOutOfRangeException exception in
2019-07-03Merge pull request #8122 from mono/backport-pr-8087-to-release-8.2Vsevolod Kukol
[release-8.2] Fixes VSTS Bug 776934: TreeBuilderContext.GetTreeBuilder() null
2019-07-03Merge pull request #8129 from mono/backport-pr-8073-to-release-8.2Aaron Bockover
[release-8.2] Fix 935197: Exception in TextFileNavigationPoint.OnDocumentClosing
2019-07-03Merge pull request #8127 from mono/backport-pr-8097-to-release-8.2Aaron Bockover
[release-8.2] Fixes VSTS 935137: Null Reference Exceptions when disposing TextViewContent
2019-07-03Merge pull request #8123 from mono/backport-pr-7882-to-release-8.2Aaron Bockover
[release-8.2] Fixes VSTS 915954: "Rename File to {NewClassName}.cs" code action does not work
2019-07-03Updated reference to xamarin/Xamarin.PropertyEditing@40c398alluis