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
2014-09-19Fixed 'Bug 23109 - Semicolon is put at the end of line instead at theMike Krüger
position of cursor'.
2014-07-04Merge remote-tracking branch 'origin/monodevelop-5.2-branch' into ↵Lluis Sanchez
retina-SideBySide Conflicts: main/src/addins/MacPlatform/MacMenu/MDMenuItem.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
2014-06-18[AspNet] Massive overhaulMichael Hutchinson
* Merged ASP.NET and ASP.NET MVC addins - Added support for ASP.NET MVC in Web App projects, needed for ASP.MVC 5 projects * Cleaned and reorganized the codebase * Moved ASP.NET unit tests into separate assembly - Fixed some minor issues in Razor tests * Removed automatic translation of C# project/file templates to other languages - Only C# templates are included * Removed build-time updating of Web Forms CodeBehind - Update-on-save is still supported * Removed unmaintained remote deployment system - It was never supported on Windows/Mac - Removes dependency on Linux deployment addin * Updated ASP.NET MVC templates to ASP.NET MVC 5 - ASP.NET MVC reference is now a NuGet reference * Removed incomplete default doctype abstraction * All template used HTML5 doctype * Stetic is no longer used for UI * Fixed build warnings
2014-05-29[Docking] Reorganize code for single mode switching.Cody Russell
2014-02-21Fixed 'Bug 17896 - Adding line break inside string removes forwardMike Krüger
whitespace.'.
2014-02-17[CSharpBinding] Fixed on the fly formatter bug.Mike Krüger
2014-02-14Fixed 'Bug 17766 - Decreasing tab on single line bounces back toMike Krüger
formatting spot.'.
2014-01-22[UnitTests] Fixed unit test.Mike Krüger
2013-12-01[UnitTests] Fix 4 compiler warningsAndrés G. Aragoneses
2013-11-16Fixed 'Bug 16283 - Wrong literal string addition'Mike Krüger
2013-11-13Fixed 'Bug 16174 - Editor still inserting unwanted tabs'.Mike Krüger
2013-10-15[UnitTests] fixed failing unit testMike Krüger
2013-10-14Fixed 'Bug 15335 - In a multiline comment, pressing Enter jumps way ahead'Mike Krüger
2013-09-12[CSharpBinding] Fixed normal->verbatim side effect case.Mike Krüger
2013-09-12Fixed 'Bug 14686 - Relative path strings containing backslashes haveMike Krüger
incorrect behavior when removing the @ symbol'.
2013-09-12Fixed some unit tests.Mike Krüger
2013-09-10[CSharpBinding] Fixed bug in unit test editor extension.Mike Krüger
2013-09-09Fixed 'Bug 14522 - Unit test editor integration does not work for derived ↵Mike Krüger
classes '
2013-09-08[TextEditor] Fixed bug in next line indentation.Mike Krüger
2013-09-04[UnitTest] Fixed unit test (hopefully).Mike Krüger
2013-09-04[CSharpBinding] Fixed unit tests.Mike Krüger
2013-09-04[UnitTests] Fixed failing unit test.Mike Krüger
2013-09-04[CSharpBinding] Switched to new indentation engine.Mike Krüger
2013-08-23[TextEditor] Fixed selection->return key press bug.Mike Krüger
2013-08-19[CSharpBinding] Fixed some issues in the automatic bracket insertion.Mike Krüger
2013-08-15Fixed another possible cause for 'Bug 13991 - Go to declaration doesMike Krüger
not go to correct location in file'.
2013-08-05[CSharpBinding] Fixed bug in automatic bracket insertion.Mike Krüger
2013-08-03[Ide] Fixed some bugs in automatic bracket insertion.Mike Krüger
2013-08-03[Ide] Improved bracket auto insertion.Mike Krüger
2013-08-03[Ide] Improved bracket auto insertion.Mike Krüger
2013-07-17[CSharpBinding] Fixed constructor completion.Mike Krüger
2013-07-16[CSharpBinding] Improved named argument completion.Mike Krüger
2013-07-16Bump nrefactory.Mike Krüger
2013-07-15[CSharpBinding] Improved completion bracket auto insertion.Mike Krüger
2013-07-10[CSharpBinding] Implemented & tested auto bracket insertion.Mike Krüger
2013-07-10[UnitTests] Added automatic bracket insertion tests.Mike Krüger
2013-05-17Fixed 'Bug 11966 - Code Completion Errors with /// Comments'.Mike Krüger
2013-01-24[Ide] Allow insertion of attachable subviews anywhereJeffrey Stedfast
Required for bug #9662
2012-12-31Fixed 'Bug 8896 - Strange "jump" behaviour when clicking on a searchMike Krüger
result, which makes the cursor go to the wrong location'.
2012-10-11Fixed 'Bug 5353 - semicolon placed in wrong place in single-lineMike Krüger
statement'.
2012-09-06Fixed 'Bug 6862 - Smart semicolon placement does not work on emptyMike Krüger
parameter call '.
2012-08-15[UIRefresh] Worked on tooltip color style, model and popup window.Mike Krüger
2012-07-23Merge remote-tracking branch 'origin/master' into ui-refreshLluis Sanchez
Conflicts: main/src/core/Mono.Texteditor/Mono.TextEditor.Highlighting/Match.cs
2012-07-23Fixed 'Bug 6190 - Incorrect semicolon placement inside propertyMike Krüger
declaration when "Smart semocolon placement" is active'.
2012-07-18Some initial work to prevent direct access to view content objectsLluis Sanchez
In RefactoringPreviewDialog, removed resizing of the window to avoid direct access to the view object.
2012-06-19Merge remote-tracking branch 'origin/master' into ui-refreshLluis Sanchez
2012-06-19Fixed 'Bug 5353 - semicolon placed in wrong place in single-lineMike Krüger
statement'.
2012-06-01[Ide] Worked on the toolbar/navigation control.Mike Krüger
2012-05-23Merge branch 'master' into ui-refreshLluis Sanchez
Conflicts: main/contrib/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj main/contrib/ICSharpCode.NRefactory/TypeSystem/CecilLoader.cs main/external/mono-tools main/external/ngit main/src/addins/MacPlatform/Makefile.am main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
2012-05-23Track api changesLluis Sanchez