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-07-07Merge pull request #2737 from iainx/fix-dockbar-item-roleiain
[A11y] The DockBarItem should be a button, not a group
2017-07-07[A11y] The DockBarItem should be a button, not a groupiain holmes
2017-07-07Fixed 'Bug 57866 - [VSFeedback Ticket] #443161 - quick actions newMike Krüger
type tooltip preview obscures the context menu' Was a complex fix because os x doesn't let me get the submenu position - so the solution was a work around: position the tooltip around the context menu but not at the right side.
2017-07-07Replace SharpZipLib package with JetBrains.SharpZipLib.StrippedVsevolod Kukol
The bump is required to support ZIP files with versions not supported by the old SharpZipLib 0.86
2017-07-06Respect Solution formatting policy on newly created project filesDavid Karlaš
2017-07-06Addressed PR commentDavid Karlaš
2017-07-06Unit tests for Bug 57840David Karlaš
2017-07-06Added FilePath.PathComparer, just to be sureDavid Karlaš
2017-07-06Bug 57840 - Adding .NET Standard project to existing solution/directory ↵David Karlaš
structure rewrites/reformats *all* source code on disk
2017-07-06[Ide] Support not saving files when creating new projectMatt Ward
Fixed bug #55351 - Dirty file interferes with creating new project https://bugzilla.xamarin.com/show_bug.cgi?id=55351 With unsaved files open in the IDE, creating a new project would show a dialog prompt asking to save changes. This dialog had two buttons Cancel and Save (or Save As). Now the dialog also has a Don't Save button which will discard the changes and close the unsaved file. Also the dialog now has a message saying that not saving will cause the changes to be permanently lost.
2017-07-06[A11y] Fix a crash with tabs when they are activatediain holmes
2017-07-05Merge pull request #2719 from mono/fix-57479Lluis Sanchez
Fix bug #57479 - Condition AppliesTo not found message logged
2017-07-05Fix bug #57479 - Condition AppliesTo not found message logged.Lluis Sanchez
The AppliesTo condition was not registered in a specific case when project extensions were loaded.
2017-07-05Merge pull request #2655 from mono/master-fix57352Mike Krüger
Fixed 'Bug 57352 - Parentheses closing is broken when you do an if
2017-07-04Implemented void SetupAccessibility () for FindInFilesDIalog (#2716)Dmytro Ovcharov
* Implemented void SetupAccessibility () * FIndingInFileDialog Accessibility changes . * Update FindInFilesDialog.cs * Update FindInFilesDialog.cs for -> to * Line brakes changed * deleted 4 empty lines * removed empty lines * Empty lines
2017-07-04[Ide] Fix language not displayed for recently used project templatesMatt Ward
Fixed bug #57904 - Language not shown for all recently used projects in New Project dialog https://bugzilla.xamarin.com/show_bug.cgi?id=57904 In the New Project dialog the Recently used section would only show the template language if the row was selected. Now every row shows the language.
2017-07-03Merge pull request #2714 from mono/dmytro.ovcharovLluis Sanchez
public -> internal
2017-07-03public -> internalDmytro Ovcharov
2017-07-03Merge pull request #2711 from mono/dmytro.ovcharovDmytro Ovcharov
Dmytro.ovcharov
2017-07-03Fix 53532Dmytro Ovcharov
2017-07-03fixing bug 53532Dmytro Ovcharov
2017-07-03fixing bug 53532Dmytro Ovcharov
2017-07-03Update CombineBuildOptions.csDmytro Ovcharov
Merged conflicts
2017-07-03Update BaseDirectoryPanelWidget.csDmytro Ovcharov
Merge conflict
2017-07-0353532 bug fixed Empty "Label" for edit fields in "Solution Options" windowDmytro Ovcharov
2017-07-0353532 bug fixed Empty "Label" for edit fields in "Solution Options" windowDmytro Ovcharov
2017-07-03Bug 53532 "Solution Options" empty "Label" for edit fieldsDmytro Ovcharov
2017-07-01Merge branch 'master' into master-fix57352Mike Krüger
2017-06-29Merge pull request #2693 from mono/fix57547Lluis Sanchez
[Ide] Use Markup for Key bindings prefs warnings
2017-06-27[Ide] Hide array or hidden commands in global search (#2694)Vsevolod Kukol
(fixes bug #56732)
2017-06-27[Ide] Use Markup for Key bindings prefs warningsVsevolod Kukol
(fixes bug #57547)
2017-06-26Merge pull request #2675 from mono/master-fix57594Mike Krüger
Fixed 'Bug 57594 - Numbers syntax highlighted in namespace names,
2017-06-26Fixed 'Bug 57352 - Parentheses closing is broken when you do an ifMike Krüger
statement.' I joined the two auto insert bracket settings and removed the add only opening bracket option for completion.
2017-06-26Merge pull request #2587 from mono/master-fix57255Mike Krüger
Master fix57255
2017-06-25[Gtk#] Update to match newest API (#2682)Marius Ungureanu
The Invoke API now can take both an Action and an EventHandler. delegate {} causes ambiguous results.
2017-06-23Merge pull request #2673 from mono/master-fix57618Mike Krüger
Fixed 'Bug 57618 - Code completion item shown with white text'
2017-06-23Fixed 'Bug 57594 - Numbers syntax highlighted in namespace names,Mike Krüger
method names and property names'
2017-06-23Fixed 'Bug 57619 - Triple line comments text syntax highlighted withMike Krüger
black text'
2017-06-23Fixed 'Bug 57618 - Code completion item shown with white text'Mike Krüger
2017-06-22Merge pull request #2671 from mono/fix54483-xwt-popup-target-boundsLluis Sanchez
[54483] Fix XwtPopup Target screen bounds calculation
2017-06-21Merge pull request #2663 from mono/fix57621Mike Krüger
[Ide] Fix NRE if a Document has no Editor
2017-06-21[Ide] Fix NRE if a Document has no EditorVsevolod Kukol
(fixes bug #57621)
2017-06-21Don't throw in VSMEF on composition errors.Kirill Osenkov
For now while we're still prototyping it's useful to be able to use the composition even if it has errors.
2017-06-20Enable VSMEF parallel to the old composition (#2658)Kirill Osenkov
* Remove redundant modifiers and add readonly. * Extract Mime to ContentType linking into a more appropriate place. * Add Roslyn assemblies to the VSMEF composition. * Expose more useful functionality from VSMEF CompositionManager * Add binding redirect for Microsoft.CodeAnalysis.EditorFeatures.Text. * Add a reference to Microsoft.CodeAnalysis.EditorFeatures.dll.
2017-06-16Merge pull request #2639 from iainx/fix-53448Lluis Sanchez
Add accessibility attributes to the preferences dialog
2017-06-16Merge pull request #2525 from mono/new-project-dialog-resize-to-fitLluis Sanchez
[Ide] Allow New Project dialog to resize to fit text
2017-06-16Merge branch 'master' into master-fix57164Mike Krüger
2017-06-16Add Nuget package for Microsoft.CodeAnalysis.EditorFeatures.Text. (#2652)Kirill Osenkov
2017-06-16Add a MEF CompositionManager. (#2651)Kirill Osenkov
2017-06-16Add VSMEF NuGet packages and prerequisites.Kirill Osenkov
It doesn't enable VSMEF yet, just prepare everything.