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-09[TextEditor] Fixed bug in segment tree (Part of "Bug 1963 - ReplacingMike Krüger
2011-10-27Fixed "Bug 1700 - Tab in multi-line edit changes messes up theMike Krüger
2011-10-26[Undo] Removed begin/end atomic undo action functions & replaced themMike Krüger
2011-10-12[VersionControl] Turn DiffView/LogView/BlameView etc into extension pointsAlan McGovern
2011-10-04Fixed 'Bug 1134 - Visually corrupted text when changing line'.Mike Krüger
2011-09-28[CSharpBinding] Fixed attribute section parsing unit test (DOMMike Krüger
2011-09-21[CSharpBinding] Implemented guess return type for create method in theMike Krüger
2011-09-21Fixed 'Bug 469 - CreateMethod created a method incorrectly'.Mike Krüger
2011-09-21Fixed 'Bug 603 - Last token in doc comment has wrong color'.Mike Krüger
2011-09-20Fixed 'Bug 243 - Implement implicit interface doesn't handle overloadsMike Krüger
2011-08-23[Project] Rename 'Gac' refs to 'Package' refsMichael Hutchinson
2011-08-01Flush project format fixesMichael Hutchinson
2011-07-13Flush project format fixesMichael Hutchinson
2011-07-02Fixed some height tree issues, red-black tree now has bothMike Krüger
2011-07-01fixed some issues with the height tree implementation.Mike Krüger
2011-06-18Fix local copy issueMichael Hutchinson
2011-06-06Fix buildMichael Hutchinson
2011-06-04Removed create/remove backing store refactorings - these operationsMike Krüger
2011-05-19Improved declare local variable refactoring.Mike Krüger
2011-05-18Fixed 'Bug 693949 - Create method uses the wrong type for param'.Mike Krüger
2011-05-18Fixed 'Bug 693944 - Extracted method returns void instead of theMike Krüger
2011-05-18* CreateMethodCodeGenerator.cs: fixed possible null ref.Mike Krüger
2011-05-18fixed failing unit test.Mike Krüger
2011-05-17Fixed 'Bug 693855 - Extracting variable from ELSE IF puts it in theMike Krüger
2011-05-12Fixed 'Bug 693228 - Rename in body of foreach loop doesn't changeMike Krüger
2011-05-09Fixed text editor unit tests.Mike Krüger
2011-05-06Corrected some caret movement issues with folding.Mike Krüger
2011-05-05Fixed some unit test.Mike Krüger
2011-05-05The height tree now does also the virtual line conversion.Mike Krüger
2011-05-05Fixed folding bug (part of Bug 691608 - Folding does not workMike Krüger
2011-05-04Merge branch 'master' into mkrueger/newNRefactoryMike Krüger
2011-05-03Added height tree implementation.Mike Krüger
2011-04-29Fixed 'Bug 690606 - Incomplete subclasses listing in code completion'.Mike Krüger
2011-04-28Digits are now treated like word start for the backtracking stringMike Krüger
2011-04-20Worked on find all references.Mike Krüger
2011-04-14Refactoring now uses the new nrefactory.Mike Krüger
2011-04-14Merge branch 'master' into mkrueger/newNRefactoryMike Krüger
2011-04-13Fixed 'Bug 682466 - Rendering corruption and jumping in text editor'.Mike Krüger
2011-04-07Fixed build - strong named ICSharpCode.NRefactory.Mike Krüger
2011-04-06Updated references to the new NRefactory.Mike Krüger
2011-04-04Moved the old nrefactory to another namespace.Mike Krüger
2011-03-30Fixed folding update bug.Mike Krüger
2011-03-30Fixed bug in code completion in methods that have a default parameter.Mike Krüger
2011-03-28Fixed 'Bug 683037 - Missing autocompletion when 'using' directiveMike Krüger
2011-03-28Fixed 'Bug 683011 - Implement interface may insert region in the wrongMike Krüger
2011-03-28Fixed 'Bug 683007 - "Refactor/Implement implicit" creates explicitMike Krüger
2011-03-28Corrected some folding bugs & added them to the unit tests.Mike Krüger
2011-03-28Fixed 'Bug 682466 - Rendering corruption and jumping in text editor'.Mike Krüger
2011-03-25Fixed unit test.Mike Krüger
2011-03-25Fixed bug in the red black tree implementation.Mike Krüger