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
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-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-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-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-27Merge pull request #2810 from mono/Fix-53775iain
Fixes BXC #53775
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-25[Ide] Fix typo in commentMatt Ward
2017-07-25[Ide] Fix project not created in own directory with New Project dialogMatt Ward
Fixed bug #57934 - When adding project to solution "Create a project directory within the solution directory." checkbox is not respected https://bugzilla.xamarin.com/show_bug.cgi?id=57934 To reproduce the original bug: 1. Create a new solution using the New Project dialog and ensure the Create a project directory within the solution directory is unchecked. 2. Add a new project to the existing solution. 3. The final page of the New Project dialog would have the Create a project directory within the solution directory check box checked and disabled. However the project would not be created in its own directory.
2017-07-25[Ide] Add tests for New Project dialog's create directory check boxMatt Ward
Added unit tests for the logic of whether the create directory check box on the final page of the New Project dialog is enabled and checked before fixing a bug in this logic.
2017-07-21BXC #53775Dmytro Ovcharov
2017-07-20Merge pull request #2811 from iainx/hide-dropdown-button-imageGreg Munn
[A11y] Ignore the image and arrow of the dropdown button
2017-07-20[A11y] Ignore the image and arrow of the dropdown buttoniain holmes
2017-07-20Merge pull request #2106 from iainx/fix-53552iain
[A11y] Make the New Breakpoint dialog accessible
2017-07-20BXC #53775Dmytro Ovcharov
2017-07-20Fixes BXC #53775Dmytro Ovcharov
2017-07-19Merge pull request #2805 from iainx/fix-error-padiain
Stop the error pad resizing column widths constantly
2017-07-19Stop the error pad resizing column widths constantlyiain holmes
The error pad is constantly resizing the description column, which causes it to recalculate all the column widths, update all the texts and strings. This is playing havoc with the accessibility, even with only two errors shown Instead of resizing the description column as needed, just set it to expand and give it the full width
2017-07-19Fixed 'Bug 58219 - Keyword(Access) not working in custom text colorMike Krüger
theme' Didn't think there were themes that used the old keyword colors. They're a direct inheritance of SharpDevelop :). However there isn't any reason we don't support that in the textmate theme - we still control that.
2017-07-19Merge pull request #2765 from iainx/log-markerLluis Sanchez
Adds a Diagnostics menu item to put a mark in the log.
2017-07-19Make the target selector a shared component + add accessibilitynosami
2017-07-18Fix bug #57475 - Editor window disappaers when double switching to two ↵Lluis Sanchez
column mode
2017-07-18Merge pull request #2782 from mono/fix57111-binding-scheme-parent-compareVsevolod Kukol
[57111][Ide] Fix KeyBindingSet compare with parent Pt. 2
2017-07-18[UnitTests] Add tests for KeyBindingSetVsevolod Kukol
2017-07-18Merge pull request #2787 from iainx/fix-tabstrip-a11yiain
[A11y] Improve tabstrip accessibility
2017-07-18[A11y] Make the statusbar accessibleiain holmes
2017-07-18[A11y] Fix the keyboard focus on the editoriain holmes
Now that the whole of the shell UI can be focused, lots of controls like to steal the keyboard focus meaning that when we expect to be able to type in the editor, we often can't. To fix this, when opening a new document, we have the editor grab focus.
2017-07-18Hidden label access from VODmytro Ovcharov
2017-07-17[A11y] Improve tabstrip accessibilityiain holmes
2017-07-17Fixed 'Bug 57303 - Renaming makes the text unreadable while in darkMike Krüger
mode' Some highlighting styles were wrong in that highlighting case. Dark & Light mode are well supported - but some of the lesser used ones needed attention. Fixed a minor drawing bug in text link mode as well.
2017-07-17[Ide] Fix KeyBindingSet compare with parent Pt. 2Vsevolod Kukol
* fix parent selection for compare * skip unchanged and empty bindings in schemes (fixes bug #57111)
2017-07-17Merge pull request #2780 from KirillOsenkov/CoreIdeRefLluis Sanchez
Cleanup MD.Core and MD.Ide references.
2017-07-17Merge pull request #2777 from mono/fix-fastbuildcheckLluis Sanchez
Fix issue in FastCheckNeedsBuild
2017-07-17SkipUnchangedFiles="true" when copying files in MSBuild. (#2779)Kirill Osenkov
This helps avoid unnecessary copy operations during the build.
2017-07-17Cleanup MD.Core and MD.Ide references.Kirill Osenkov
Move most Roslyn references to MD.Ide. Remove some unneeded references from MD.Core. Sort references in MD.Core and MD.Ide. Remove ProductVersion and SchemaVersion which are never useful.
2017-07-14Fix issue in FastCheckNeedsBuildLluis Sanchez
The FastCheckNeedsBuild method now takes an OperationContext as argument. This is necessary because when building a project, OperationContext can contain custom msbuild properties that can have an effect on the build (for example, a build can be specific to the target device currently selected in the IDE). OnFastCheckNeedsBuild now keeps track of the global msbuild properties specified in the context, and uses them when checking for changes.
2017-07-13Adds a Diagnostics menu item to put a mark in the log.iain holmes
Adding a mark in the log can be helpful to find a point in a busy log. Mark the log before doing an action, and then it can be easier to work out when you started the action
2017-07-11[A11y] Make Breadcrumb bar accessible under VoiceOveriain holmes
2017-07-08Merge pull request #2734 from mono/master-fix57866Mike Krüger
Fixed 'Bug 57866 - [VSFeedback Ticket] #443161 - quick actions new