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
2018-03-01Update to a newer SQLitePCLRaw (#4004)Marius Ungureanu
This version includes ARM builds of libe_sqlite3.so
2018-03-01Merge pull request #4000 from gundermanc/dev/chgund/quickInfoFormattingLluis Sanchez
Better quick info content formatting.
2018-03-01Merge pull request #3991 from mono/master-optimizedifftrackerMike Krüger
Master optimizedifftracker
2018-03-01Correct quick info content formatting.Christian Gunderman
2018-03-01Fix startup for old GLib (#3998)zii-dmg
2018-02-28Fix possible crash in close all files (#3992)Marius Ungureanu
* Fix possible crash in close all files ``` [ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object at MonoDevelop.AnalysisCore.Gui.ResultsEditorExtension+<OnDiagnosticsUpdated>d__15.MoveNext () [0x0007f] in /Users/davidkarlas/GIT/MD1/monodevelop/main/src/addins/MonoDevelop.Refactoring/MonoDevelop.AnalysisCore/Gui/ResultsEditorExtension.cs:209 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:152 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_1 (System.Object state) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1034 at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (System.Object state) [0x0000d] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/threading/threadpool.cs:1306 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:957 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:904 at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/threading/threadpool.cs:1283 at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/threading/threadpool.cs:856 at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2017-12/external/bockbuild/builds/mono-x64/mcs/class/referencesource/mscorlib/system/threading/threadpool.cs:1211 ``` * Fix build
2018-02-28Merge branch 'master' into master-optimizedifftrackerMike Krüger
2018-02-28Merge pull request #3930 from mono/aspnetcore-https-supportMatt Ward
[AspNetCore] HTTPS support for .NET Core 2.1
2018-02-28Revert "[Core] Optimize SyntaxMatch allocation."Mike Krüger
This reverts commit 88fb7b541bf2f6ff3dea390c2907fb9121d5c5b0.
2018-02-28[TextEditor] Removed debug code.Mike Krüger
2018-02-28[TextEditor] Optimize diff tracker.Mike Krüger
Diff tracker now allocates less objects and uses fewer calls for the tracking.
2018-02-28[Core] Optimize SyntaxMatch allocation.Mike Krüger
The object allocations are not needed here and only produce memory traffic.
2018-02-28Merge pull request #3980 from mono/master-issue3978Mike Krüger
Master issue3978
2018-02-27Merge pull request #3988 from minestarks/dev/mineyalc/editorFeatures-typescriptDavid Karlaš
Add TypeScript content type to RoslynCompletionPresenter
2018-02-27Add TypeScript content typeMine Starks
2018-02-27Fix wrong conflict resolutionDavid Karlaš
2018-02-27Merge master into editorFeaturesDavid Karlaš
2018-02-27[Ide] Ensured that the document parsed event is called on UI thread.Mike Krüger
If ReparseDocument was called from a background thread the parsed event was called on the same thread. This should be fixed.
2018-02-27[Ide] Fix API break.Mike Krüger
2018-02-27Fixes VSTS 569813 'Find in Files' searches within hidden MacOS .DS_Store files.Mike Krüger
https://devdiv.visualstudio.com/DevDiv/_workitems?id=569813 The binary & hidden files flag was not used in the UI in any way so it's better to remove it. For VS4Mac it doesn't make sense to include non source code files so they're not useful at all. The default is not to search in binary or hidden files - that fixes the .DS_Store issue as well.
2018-02-27[Core] Implemented treshold for the StringBuilderCache.Mike Krüger
2018-02-27[Core] Fix StringBuilderCache.Allocate (string text) implementation.Mike Krüger
This ensures that it's called on a cleared string builder.
2018-02-27Merge pull request #3955 from mono/master-issue3826Mike Krüger
Fixes issue #3826 Quick fix context dialog incorrectly handles enter
2018-02-27Fixes issue #3978 VSforMac crasses opening a Xamarin.Forms solutionMike Krüger
https://github.com/mono/monodevelop/issues/3978
2018-02-27[Core] Fix faling unitt test.Mike Krüger
Was caused by a wrong StringBuilderCache usage. The cache now ensures that a cleared string builder is returned on allocate otherwise wrong usages could interfere with newly allocated builders and may cause side effects.
2018-02-26Merge pull request #3940 from mono/master-stringbuildercacheMike Krüger
[Core] Implemented string builder pooling.
2018-02-26Fixes issue #3826 Quick fix context dialog incorrectly handles enterMike Krüger
key https://github.com/mono/monodevelop/issues/3826 The issue was in the NSMenu wrapper which always created an enter key event for menu items even for submenus - that closed the menu item in any case.
2018-02-26Fixes issue #3610 Error in Diff TrackerMike Krüger
https://github.com/mono/monodevelop/issues/3610
2018-02-26Merge branch 'master' into master-stringbuildercacheMike Krüger
2018-02-26Fixed build.Mike Krüger
2018-02-26[Ide] Use StringBuilderCache.Mike Krüger
2018-02-26[Core] Use StringBuilderCacheMike Krüger
2018-02-26[TextEditor] Use StringBuilderCache.Mike Krüger
2018-02-26[SourceEditor] Use StringBuilderCache.Mike Krüger
2018-02-26[MonoDevelop.DocFood] Use StringBuilderCache.Mike Krüger
2018-02-26[CSharpBinding] Use StringBuilderCache.Mike Krüger
2018-02-26[Core] Use roslyn ObjectPool class for the string builder cache.Mike Krüger
Core doesn't have an ivt to roslyn but using objectpool as source isn't much of a problem - it's about ~100 LOC and using an own pooling system gives us some flexibility we may need.
2018-02-23Fix content type issue (attemps to fix unit-test).Kirill Osenkov
2018-02-23[Refactoring] Switch to Roslyn CodeFixService (#3636)Marius Ungureanu
* [Refactoring] Switch to Roslyn CodeFixService * Flush some fixes and cleanups * [Ide] More dead code removal * [Refactoring] Delete dead code, migrate options to the diagnostic workspace provider Also fix refactorings taking into account options UI. * Fix a NRE * [Refactoring] Fix code issues still appearing for suppressed diagnostics * This file was not committed * [Refactoring] Some updates to prevent some possible NREs and uniformization * [Ide] Re-enable new error backend for C# and add test for compiler diagnostics fixes
2018-02-23Merge branch 'master' into static-registrar-bundle-pathMarius Ungureanu
2018-02-23Merge pull request #3939 from mono/master-fix569951Mike Krüger
Fixed VSTS 569951: Method description is not displayed for code
2018-02-23[Ide] Added duplicate reference check.Mike Krüger
2018-02-22[Mac] Bring back dynamic linking of libxammac.dylibtherzok
2018-02-22[Core] Implemented string builder pooling.Mike Krüger
2018-02-22Fixed VSTS 569951: Method description is not displayed for codeMike Krüger
completion suggestion https://devdiv.visualstudio.com/DevDiv/_workitems/edit/569951 That completion provider should move to md-addins.
2018-02-22[AspNetCore] Remove dev-certs helper console appMatt Ward
Use a single console app to request credentials and then call itself with a different argument so it then runs dotnet dev-certs after changing the user id to 0.
2018-02-22Merge pull request #3690 from mono/quality-telemetry-phase2Matt Ward
Quality telemetry - phase 2
2018-02-22[Svn] Null check update monitor before trying to write to its log (#3920)Marius Ungureanu
The code captures , thus it'll use the field on the client for the monitor. Rather than capturing a local, null check the update monitor. Fixes VSTS #560980 [Feedback] VS for Mac crashes almost instantly when removing a png file from images directory in a shared project under version control (Subversion support extension enabled)
2018-02-22Merge branch 'master' into quality-telemetry-phase2Matt Ward
2018-02-22Fixed VSTS 525922: [Feedback] Renaming a class silently fails to (#3865)Mike Krüger
* Fixed VSTS 525922: [Feedback] Renaming a class silently fails to update references in read-only files in Visual Studio for Mac 7.2 Preview https://devdiv.visualstudio.com/DevDiv/_workitems/edit/525922 The good old yes/no/cancel box solution. * [Refactoring] Use ApplyToAll message box. * [Refactoring] Changed dialog message.