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 (Expand)Author
2011-08-02Update add-in versionsLluis Sanchez Gual
2011-06-27Disabled quick task strip, context actions & inspectors.Mike Krüger
2011-06-09Moved the last context actions to nrefactory.Mike Krüger
2011-06-07Moved some more actions to nrefactory.Mike Krüger
2011-06-06Started to move the context actions to nrefactory.Mike Krüger
2011-06-06Introduce format item is now a context action.Mike Krüger
2011-06-06Added create local var, property & field context actions.Mike Krüger
2011-06-05Added generate getter context action.Mike Krüger
2011-06-05Added insert anonymous method signature context action.Mike Krüger
2011-06-05Added remove braces action.Mike Krüger
2011-06-05Added split declaration and assignment context action.Mike Krüger
2011-06-05Added split string context action.Mike Krüger
2011-06-05Move type to file is now a context action.Mike Krüger
2011-06-04Added remove backing store context action. Context actions are nowMike Krüger
2011-06-04Refactored context action system / added create backing store contextMike Krüger
2011-06-02Blend out result marker now doesn't draw inside selection.Mike Krüger
2011-06-02Generalized inspection subsystem.Mike Krüger
2011-06-01Extended the context action system.Mike Krüger
2011-06-01Renamed QuickFix -> ContextActionMike Krüger
2011-05-31Implemented hex <--> dec context actions.Mike Krüger
2011-05-31Implemented invert if context action.Mike Krüger
2011-05-29Implemented 'todo' analysis results. These results are hidden,Mike Krüger
2011-05-26Added "" -> string.Empty quick fix.Mike Krüger
2011-05-26Implement use var / use explicit type quick fixes.Mike Krüger
2011-05-26Added FlipOperatorArguments quick fix.Mike Krüger
2011-05-26Added ConditionalToNullCoalescingInspector.Mike Krüger
2011-05-26Implemented StringIsNullOrEmptyInspector. Added observer for ASTMike Krüger
2011-05-26Added 'GenerateSwitchLabel' quick fix.Mike Krüger
2011-05-25Implemented create event invocator quick fix.Mike Krüger
2011-05-25Added AddAnotherAccessor & ConvertForeachToFor quick fix.Mike Krüger
2011-05-25Start to implement c# quick fixes.Mike Krüger
2011-05-24Fix build.Mike Krüger
2011-05-23Worked on naming convention visitor based on AnalysisCore.Mike Krüger
2011-05-19Improved declare local variable refactoring.Mike Krüger
2011-05-13Implemented 'Bug 693517 - Add a key binding for "expand selection toMike Krüger
2011-05-09Explicitly set icon sizesLluis Sanchez Gual
2011-04-07Fixed build.Mike Krüger
2011-04-01Use the new policy attribute for declaring policy typesLluis Sanchez Gual
2011-03-04Don't xml-encode gtk label stringsJeffrey Stedfast
2011-02-12[CSharp] Fix C# ambienceMichael Hutchinson
2011-02-09Implemented C# reference finder.Mike Krüger
2011-01-13Bump MD version to 2.6Lluis Sanchez Gual
2011-01-07Overhaul the code formatter extension pointsMichael Hutchinson
2010-09-10Moved extract method to the c# binding/fixed some formatting tests.Mike Krüger
2010-09-01Remove the Mac-specific GTK# project template now that stetic works on Mac.Michael Hutchinson
2010-08-28Fixed the major speed problem with the new mcs parser. (it just copiedMike Krüger
2010-08-26Corrected body locations/makefile (defines were missing) & set back toMike Krüger
2010-08-26Activated the mcs parser.Mike Krüger
2010-08-25Worked on mcs parser.Mike Krüger
2010-08-23Moved create method refactoring to the c# binding.Mike Krüger