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
AgeCommit message (Collapse)Author
2017-08-08[TextEditor] Implemented code lens subsystem & show references lenses.master-codelensMike Krüger
It's the rosyln code lens service driving the first code lens.
2017-08-07Merge pull request #2866 from mono/master-fix58576Mike Krüger
Fixed 'Bug 58576 - [VSFeedback Ticket] #438331 - "User Property
2017-08-04Merge pull request #2863 from mono/master-fixdrawingbugMike Krüger
[TextEditor] Fix selection drawing bug.
2017-08-04Merge pull request #2862 from mono/master-fix58570Mike Krüger
Fixed 'Bug 58570 - cut & paste always inserts tabs in xml'.
2017-08-04Fixed 'Bug 53583 - Using IExtendingLineMarker causes redraw issues'Mike Krüger
This was caused by some old code trying to manage the addition/removal of line markers. Was a left over of times where line markers weren't stored in segment trees. I removed the old handling code it was mostly unused anyways.
2017-08-04Fixed 'Bug 58576 - [VSFeedback Ticket] #438331 - "User PropertyMike Krüger
Declaration" key not working in custom text color theme' Makes not really sense to check if the colors are equal - checking if it exists is enough. If colors are equal then there are no visual differences.
2017-08-03[TextEditor] Fix selection drawing bug.Mike Krüger
On lines with fold markers the selection drawing was wrong - there was a gap after the last fold marker because that code measured the whole last line instead of just the remaining part to be drawn.
2017-08-03Fixed 'Bug 58570 - cut & paste always inserts tabs in xml'.Mike Krüger
There is no real need for using policies here - the editor options are already set according to the policies.
2017-08-03Merge pull request #2859 from mono/master-fix56288Mike Krüger
Fixed 'Bug 56288 - Spaces converted to tabs on paste with C# source
2017-08-03Merge pull request #2861 from mono/master-fix58286Mike Krüger
Fixed 'Bug 58286 - Code Snippet won't expand'
2017-08-03Merge branch 'master' into master-fix56288Mike Krüger
2017-08-03Merge pull request #2775 from mono/master-fix58139Mike Krüger
Fixed 'Bug 58139 - Paste corrupts inserted text'
2017-08-03Fixed 'Bug 58286 - Code Snippet won't expand'Mike Krüger
The android designer uses source editor view directly - in that case the WorkbenchWindow seems not to be set. This change makes the template insertion more robust against that scenario.
2017-08-03Fixed 'Bug 56288 - Spaces converted to tabs on paste with C# sourceMike Krüger
code option to "Use default settings from 'Text file'"'
2017-08-02Merge pull request #2856 from mono/update-functions-metadataMikayla Hutchinson
Update Azure Functions addin metadata
2017-08-02Updated reference to mono-addinsmatt.ward
2017-08-02[Debugger] Fix debug value popup cut off at edge of screenDavid Karlaš
Fixed value of 10 was set before retina displays, hence making it 20 fixes problem of cut off popup at edge of screen
2017-08-02Update Azure Functions addin metadataMikayla Hutchinson
2017-08-01Updating metadata for an upcoming preview releaseJordan Matthiesen
2017-08-01Merge pull request #2843 from mono/fix-53783iain
BXC #53783
2017-08-01#53729Dmytro Ovcharov
2017-08-01#53783Dmytro Ovcharov
2017-08-01#53783Dmytro Ovcharov
2017-08-01#53783Dmytro Ovcharov
2017-08-01#53783Dmytro Ovcharov
2017-08-01#537883Dmytro Ovcharov
2017-08-01#53783Dmytro Ovcharov
2017-08-01#53783Dmytro Ovcharov
2017-08-01#53783Dmytro Ovcharov
2017-08-01Merge pull request #2847 from mono/fix-57061Jason Imison
[F#] Fixes #57061
2017-08-01[F#] Fixes #57061nosami
Remove workaround that was put in place for a previous version of the compiler. This allows project references to work. Fixes #57061
2017-07-31[Ide] Ensure New Project dialog language selector matches languageMatt Ward
Fixed bug #58392 - Blank Forms App Template Uses C# Language Instead of Previous Selection https://bugzilla.xamarin.com/show_bug.cgi?id=58392 The language button selector was not updated when a recently used project template was selected on opening the New Project dialog. This resulted in the selected language in the UI not being the language used when creating the project. Now the language selector is updated if the language is changed when a recently used project template is selected.
2017-07-31BXC #53783Dmytro Ovcharov
2017-07-31Merge pull request #2839 from mono/master-fix58473Mike Krüger
Fixed 'Bug 58473 - [VSFeedback Ticket] #460850 - Complete Word hotkey
2017-07-31[DotNetCore] Fix build error for SDK projects targeting .NET FrameworkMatt Ward
Fixed bug #58439 - SDK Style projects targeting .NET Core 4.6.1 fails to build even when .NET Core 2.0 preview2 is installed https://bugzilla.xamarin.com/show_bug.cgi?id=58439 Building a SDK style project that targeted the .NET Framework would fail to build returning an error about the .NET Core SDK not being installed even though it was installed. The project would also have an error icon in the Solution window with an error message about the .NET Core SDK not being installed. The problem was that the check added to test for the .NET Core 2.0 SDK being installed for .NET Core 2.0 projects was indicating that the .NET Framework was not supported. This resulted in the error about the .NET Core SDK not being installed being reported. This check has been changed so if the project's target framework is not .NET Core or .NET Standard then it is assumed it is supported.
2017-07-31Fixed 'Bug 58473 - [VSFeedback Ticket] #460850 - Complete Word hotkeyMike Krüger
doesn't work if "Show completion list after a character is typed" is unchecked' Command broke during API changes for the webtools team. I added a test for that option.
2017-07-28[Ide] Fix duplicate recent project template for grouped templatesMatt Ward
Creating a CocoaApp project that targeted Mavericks and then creating another CocoaApp project that targeted a later Mac OS would then result in two CocoaApp projects for C# shown in the recent project templates list in the New Project dialog when they are logically the same template just part of a group of templates.
2017-07-28[Ide] Fix failure to create CocoaApp project from New Project dialogMatt Ward
Fixed bug #58412 - Unable to create CocoaApp from recent templates https://bugzilla.xamarin.com/show_bug.cgi?id=58412 After creating a CocoaApp (Mac - App - General) that targets Mavericks if the CocoaApp project template was selected from the recent projects list in the New Project dialog the project would not be created if a later Mac OS was selected. In the IDE log an error would be reported: No template found matching condition 'Yosemite=false'. The problem was that the selected project template was part of a group but the group was not selected. When a different Mac OS was selected for the new project the condition applied would result in no template being found.
2017-07-27[F#] Add test for Xamarin.Forms template using a shared projectMatt Ward
The portable class library project is being tested already. The shared project needs other parameters configured so it is created instead of the portable class library project.
2017-07-27Merge pull request #2810 from mono/Fix-53775iain
Fixes BXC #53775
2017-07-27Merge pull request #2822 from mono/fix-58311Jason Imison
Make send references to fsi async. Fixes #58311
2017-07-27[Ide] Support selecting multiple rows in Errors padMatt Ward
Fixed bug #11946 - Need a way to export build errors and warnings https://bugzilla.xamarin.com/show_bug.cgi?id=11946 Allow multiple rows to be selected in the Errors pad. The Copy menu will be enabled if multiple rows are selected. The Go to and Show Error Reference menus will be disabled if multiple rows are selected. The Copy menu will copy all selected rows to the clipboard.
2017-07-27[F#] Fix Android project template compile testsMatt Ward
The tests that create Android projects and compile them were failing with 'The OutputPath property is not set for project'. This was because the projects were saved after NuGet packages were installed. The new Android projects use the Xamarin.Build.Download NuGet package which adds a .props Import at the start of the project file. Saving the Android project after this NuGet package was added would result in the Xamarin.Android.FSharp.targets Import being added at the top of the project file, since similar elements are grouped together. The Xamarin.Android.FSharp.targets Import needs to be at the end of the project file. Saving the project before adding the NuGet packages fixes this problem.
2017-07-27[CSharpBinding] Fix build.Mike Krüger
2017-07-27Revert "Revert "Fixed 'Bug 44384 - Rename refactoring on constructor should ↵Mike Krüger
rename"" This reverts commit 82ebce67e220e1e96df2c6ecbb70bf0cc7b7c2a1.
2017-07-27Revert "Fixed 'Bug 44384 - Rename refactoring on constructor should rename"Alan McGovern
This reverts commit e9adf2b5eaee5ba85bc71c294f681fa5cc69bdab. This broke the build: `error CS0019: Operator '==' cannot be applied to operands of type 'SymbolAndProjectId' and '<null>'`
2017-07-27Merge pull request #2827 from mono/azure-functions-icon-fixVáclav Vančura
[MonoDevelop.AzureFunctions] Fixing icon references
2017-07-26[MonoDevelop.AzureFunctions] Fixing icon referencesVáclav Vančura
The New Project Dialog template icons were not properly rendered in ~dark, ~sel and ~dark~sel.
2017-07-26Fixed 'Bug 44384 - Rename refactoring on constructor should renameMike Krüger
class'
2017-07-25Merge branch 'master' into nuget-support-asset-target-fallbackMatt Ward