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-06-24Worked on code completion/converted 'override' completion.Mike Krüger
2011-06-23Enabled source analysis.Mike Krüger
2011-06-23Fixed some type system conversion todos.Mike Krüger
2011-06-23Fixed assembly browser todos.Mike Krüger
2011-06-23Converted declare local variable.Mike Krüger
2011-06-23Converted import symbol handler.Mike Krüger
2011-06-23Converted 'resolve' feature.Mike Krüger
2011-06-23Converted integrate temporary variable refactoring.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-22Moved get all referencing projects subroutine to the referencesMike Krüger
2011-06-22Implemented find derived types for the type system.Mike Krüger
2011-06-22Converted refactorings to the TypeSystem (atm only rename works) /Mike Krüger
2011-06-20Corrected scope & context of the references finder.Mike Krüger
2011-06-19Refactored ambiences / tried to track illigal instruction.Mike Krüger
2011-06-19Implemented new references finder.Mike Krüger
2011-06-19Translated 'go to defininition' functions.Mike Krüger
2011-06-17Renamed ParsedFile -> ParsedDocument again.Mike Krüger
2011-06-17Worked on type system/resolver conversion.Mike Krüger
2011-06-08[Analysis] Escape more underscores in menuMichael Hutchinson
2011-06-08Fixed crash.Mike Krüger
2011-06-07[Analysis] Escape underscores in fix labelsMichael Hutchinson
2011-06-06Context actions know know their source node.Mike Krüger
2011-06-06[Analysis] Improved the naming conventionsMichael Hutchinson
2011-06-06Introduce format item is now a context action.Mike Krüger
2011-06-06changed signature.Mike Krüger
2011-06-05Move type to file is now a context action.Mike Krüger
2011-06-04Found fix for getextension method speed bump - speeds upMike Krüger
2011-06-04Cached extension method generation.Mike Krüger
2011-06-04Removed create/remove backing store refactorings - these operationsMike Krüger
2011-06-04Refactored context action system / added create backing store contextMike Krüger
2011-06-04Added inspection settings widget.Mike Krüger
2011-06-02Blend out result marker now doesn't draw inside selection.Mike Krüger
2011-06-02added missing file.Mike Krüger
2011-06-02Generalized inspection subsystem.Mike Krüger
2011-06-01Fixed cpu usage issue.Mike Krüger
2011-06-01Extended the context action system.Mike Krüger
2011-06-01Renamed QuickFix -> ContextActionMike Krüger
2011-05-31Added on mouse over effect for the quick fix widget.Mike Krüger
2011-05-31Implemented invert if context action.Mike Krüger
2011-05-31Fixed attribute type lookup.Mike Krüger
2011-05-30removed unused folder.Mike Krüger
2011-05-30Added the ability to add 'generic' fixes (it's not required to alwaysMike Krüger
2011-05-30Added some meta data for the color sheme strings.Mike Krüger
2011-05-29Renamed highlighting.Style to ColorSheme because of Gtk.Style nameMike Krüger
2011-05-29Solve the visibility of the results with a property.Mike Krüger
2011-05-29Implemented 'todo' analysis results. These results are hidden,Mike Krüger
2011-05-28Implemented quick tab strip.Mike Krüger
2011-05-26Quick fixes now recognize fixable results.Mike Krüger
2011-05-26Enable analysis by default.Mike Krüger