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-11-17Disabled context actions & quick task strip.Mike Krüger
2011-11-14Added redundant namespace usage inspector.Mike Krüger
2011-11-11Added redundant internal/private inspectors.Mike Krüger
2011-11-10Added redundant "this." inspector.Mike Krüger
2011-11-10[CSharpBinding] Implemented unused usings indicator.Mike Krüger
2011-11-10Updated add-ins version to 2.9.0Xamarin Release Manager
2011-11-02Merge branch 'master' into newresolverMike Krüger
2011-10-18Merge branch 'master' into newresolverMike Krüger
2011-10-11Updated add-ins version to 2.8.1Xamarin Release Manager
2011-10-07Clean up file filtersMichael Hutchinson
2011-10-05Merge branch 'master' into newresolverMike Krüger
2011-10-27Updated add-ins version to 2.8.2Xamarin Release Manager
2011-09-29Updated add-ins version to 2.8Xamarin Release Manager
2011-09-22Updated add-ins version to 2.7.22Xamarin Release Manager
2011-09-13Updated add-ins version to 2.7.21Xamarin Release Manager
2011-09-08Updated add-ins version to 2.7.20Xamarin Release Manager
2011-08-11Merge branch 'master' into newresolvermike
2011-08-09Bump MonoDevelop versionLluis Sanchez Gual
2011-08-02Update add-in versionsLluis Sanchez Gual
2011-06-30Reactivated custom scrollbar & context actions. (these features wereMike Krüger
2011-06-30Merge branch 'master' into newresolverMike Krüger
2011-06-27Disabled quick task strip, context actions & inspectors.Mike Krüger
2011-06-26Converted extract method refactoring.Mike Krüger
2011-06-23Converted declare local variable.Mike Krüger
2011-06-23Converted create method refactoring.Mike Krüger
2011-06-23Converted 'resolve' feature.Mike Krüger
2011-06-23Track API changes (Provider->Parser rename, extension path changes.)Mike Krüger
2011-06-23Converted code generation & refactoring subsystem to new type system.Mike Krüger
2011-06-17compilation unit property is now always != null.Mike Krüger
2011-06-17Started type system conversion.Mike Krüger
2011-06-17Moved the context actions to the new type system service.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