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-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
2011-03-24Fixed fold segment update bug.Mike Krüger
2011-03-23Joined ast formatting & spacing visitor.Mike Krüger
2011-03-23Improved completion of inner enums.Mike Krüger
2011-03-22Implemented 'Bug 680964 - C# completion should select enums when possible'.Mike Krüger
2011-03-22Improved statement indentation slightly & added parser error checking to the...Mike Krüger
2011-03-22Fixed local constant formatting.Mike Krüger
2011-03-19Don't local copy assemblies.Lluis Sanchez Gual
2011-03-18Merged with latest mcs.Mike Krüger
2011-03-17Fixed 'Bug 680264 - Lamba completion inference issues'.Mike Krüger
2011-03-17Fixed 'Bug 679970 - Create method positions insertion pointMike Krüger
2011-03-16Added more configuration merging testsLluis Sanchez Gual
2011-03-16Fixed 'Bug 679995 - Variable missing from completiom'.Mike Krüger
2011-03-16Fixed 'Bug 679792 - MonoDevelop becomes unresponsive and leaksMike Krüger
2011-03-16Track API changes.Mike Krüger
2011-03-14Changed the folding tree to a interval tree implementation.Mike Krüger