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
path: root/main/src
AgeCommit message (Collapse)Author
2019-07-26Merge pull request #7989 from mono/jstedfast-802365Greg Munn
[Debugger] Log telemetry for async ops that stall out
2019-07-25Merge pull request #8234 from mono/pr-select-browserRodrigo Moya
Allow selection of browser for ASP.NET Core projects
2019-07-25Merge pull request #8219 from mono/Fixes-697714Jose Miguel Torres
[dotnetcore] Turns DotNetCoreNotInstalledDialog into a InfoBar
2019-07-25[DotNetCore] Disable test for ExecutionTarget's per templateRodrigo Moya
2019-07-25[Tests] Check for specific browsers only if they are installedRodrigo Moya
2019-07-25[MacPlatform] Remove .app suffix from app's DisplayName'sRodrigo Moya
2019-07-25[Tests] Check execution targets on ASP.NET Core projectsRodrigo Moya
2019-07-25[AspNetCore] Declare variables just before being usedRodrigo Moya
2019-07-25[MacPlatform] Improve array creationRodrigo Moya
Co-Authored-By: Marius Ungureanu <marius.ungureanu@xamarin.com>
2019-07-25[DotNetCore] Remove execution logic from DotNetCoreExecutionCommandRodrigo Moya
And move it to the ExecutionHandler's, as before
2019-07-25[DotNetCore] Allow *Command's to provide post launch operationsRodrigo Moya
Instead of duplicating code, just make the ExecutionHandler's call the specific Command implementation of its PostLaunch logic.
2019-07-25[AspNetCore] Remove unneeded usingRodrigo Moya
2019-07-25[AspNetCore] Add support for launching any browser other than defaultRodrigo Moya
2019-07-25[MacPlatform] Fix retrieval of installed applicationsRodrigo Moya
Also, remove some old CoreFoundation bindings which are not needed anymore, as same code is available in Xamarin.Mac already.
2019-07-25[AspNetCore] Add support for browsers as execution targetsRodrigo Moya
2019-07-25Use support assemblies when trying to resolvenosami
Support assemblies should always be used if they have already been loaded. Fixes UI tests when running locally.
2019-07-24Merge pull request #8230 from mono/map-shrink-selectionAaron Bockover
Map ShrinkSelection for new editor
2019-07-24[Projects] Deal correctly with DependsOnFile pointing to a folderRodrigo Moya
2019-07-24[dotnetcore] Turns SDK Not Installed Dialog into a InfobarJose Miguel Torres
2019-07-24Merge pull request #8254 from mono/kde-quoteMarius Ungureanu
[Linux] Attempt to fix unquoted mono on PATH breaking running
2019-07-24Merge pull request #8226 from mono/message-dialog-help-supportVsevolod Kukol
[Ide][Mac] Add Help button support to MessageService
2019-07-24Merge pull request #8260 from mono/fix948301-infobar-alignmentVsevolod Kukol
[Ide] Fix InfoBar button alignments
2019-07-23[Ide] Fix InfoBar button alignmentsVsevolod Kukol
* Align all buttons to the right side * Align the first hyperlink item to the end of the text * Fix jumping buttons on window resize Fixes VSTS #948301
2019-07-23Merge pull request #8255 from mono/fix-selector-crashiain
[A11y] Check selector before trying to call accessibility method
2019-07-23Merge pull request #8256 from mono/pr-unleak-enumerate-dirsLluis Sanchez
[Projects] Avoid running out of file handles in EnumerateFiles
2019-07-23Merge pull request #8231 from mono/master-vsts948635Vsevolod Kukol
Fixes VSTS Bug 948635: [Feedback] Tab doesn't work in text files
2019-07-22[Projects] Avoid running out of file handles in EnumerateFilesRodrigo Moya
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/943580
2019-07-22[Core] Add an example usage of ReaderWriterLockSlimtherzok
this should improve parallelism on concurrent reads from the assembly name cache
2019-07-22[Core] Add ReaderWriterLockSlim extensions for disposable lockingtherzok
2019-07-22[A11y] Check selector before trying to call accessibility methodMatt Ward
Check accessibilityServesAsTitleForUIElements selector is available for UI element when trying to remove the accessibility element from the title. Unhandled ObjC Exception MonoDevelop.MacIntegration.MacPlatformService+MarshalledObjCException: NSInvalidArgumentException: -[ACAccessibilityElement accessibilityServesAsTitleForUIElements:]: unrecognized selector sent to instance at <unknown> <0xffffffff> at MonoDevelop.Components.Mac.Messaging:IntPtr_objc_msgSend <0x00111> at MonoDevelop.Components.AtkCocoaHelper.AtkCocoaMacExtensions:RemoveElementFromTitle <0x0027a> at MonoDevelop.Ide.WelcomePage.WelcomePageSection:RemoveAccessibiltyTitledWidget <0x0018a> at MonoDevelop.Ide.WelcomePage.WelcomePageRecentProjectsList:RecentFilesChanged <0x00282> at MonoDevelop.Ide.Desktop.RecentFileStorage:<OnRecentFilesChanged>b__31_0 <0x000fa> A fix was added where we check when adding an accessibility element for a title but not when removing. Related commit: 96d23ffac8f497aad89ba21d67020d2eec9b2be4
2019-07-22Merge pull request #8246 from mono/msbuild-pi-keyMarius Ungureanu
[Core] Avoid allocating strings for keys when loading the MSBuild pro…
2019-07-22Merge pull request #8243 from mono/root-workspace-cleanupsMarius Ungureanu
[Ide] Small cleanup and optimization in RootWorkspace
2019-07-22Merge pull request #8250 from mono/msbuild-safe-parseMarius Ungureanu
[Core] Remove redundant condition checks
2019-07-22Merge pull request #8251 from mono/msbuild-cleanupMarius Ungureanu
[Core] Small cleanups in DefaultMSBuildEngine
2019-07-22Merge pull request #8244 from mono/array-extensionLluis Sanchez
[Core] Add extension on Array to shadow IEnumerable.Contains
2019-07-22Merge pull request #8245 from mono/dnc-unused-fileLluis Sanchez
[DotNetCore] Remove unused file
2019-07-21[Linux] Attempt to fix unquoted mono on PATH breaking runningtherzok
Possibly Fixes #8202
2019-07-21[Ide] Remove unused DocumentManager methodtherzok
2019-07-21[Ide] Remove redundant ToArraytherzok
2019-07-21Avoid enumerating GetAllItems for each open documenttherzok
This should fix some performance issue when closing a decently sized workspace with 20 open documents.
2019-07-21[Core] Small cleanups in DefaultMSBuildEnginetherzok
Unroll LINQ in a loop code, use lambda instead of delegate notation and remove an unused method
2019-07-21[Core] Remove redundant condition checkstherzok
SafeParseAndEvaluate already does a check for the condition being empty. Remove the redundant checks and invert some conditions
2019-07-21[Core] Avoid allocating strings for keys when loading the MSBuild projecttherzok
2019-07-21[DotNetCore] Remove unused filetherzok
2019-07-21Optimize some boxing from IEnumerable.Containstherzok
2019-07-21[Core] Add an overload for Array which should fix most usages of ↵therzok
IEnumerable.Contains on arrays The new method shadows the old one, so we get quite a few performance improvements, most in the project model
2019-07-19Merge pull request #8195 from mono/master-vsts943824Lluis Sanchez
Fixes VSTS FeedbackTicket 943824: Diff Incorrect
2019-07-19Fixes VSTS Bug 948635: [Feedback] Tab doesn't work in text filesMike Krüger
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/948635 EditorExtension no longer works on that level - it's moved to IDE TextEditor for handling. Using the TextEditor from the document is safer.
2019-07-18Map ShrinkSelection for new editorMikayla Hutchinson
And map ExpandSelection properly
2019-07-18Merge pull request #8222 from mono/pr-david-fixGetCodeAnalysisProjectAsyncDavid Karlaš
Make `TypeSystemService.GetCodeAnalysisProjectAsync` return actual value when solution is still loading