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 (Collapse)Author
2009-12-01Introduced the ConfigurationSelector class to all methods thatLluis Sanchez
previously took a configuration name as string. This eliminates the ambiguity between solution configuration names and project configuration names. svn path=/trunk/monodevelop/; revision=147198
2009-11-17* MonoDevelop.CSharpBinding/CodeCompletionBugTests.cs: ActivatedMike Krüger
unit tests for bug 555523 svn path=/trunk/monodevelop/; revision=146326
2009-11-16* MonoDevelop.CSharpBinding/CodeCompletionBugTests.cs: Added testsMike Krüger
for 'Bug 555523 - C# code completion gets confused by extension methods with same names as properties'. svn path=/trunk/monodevelop/; revision=146246
2009-11-09* Makefile.am:Mike Krüger
* UnitTests.csproj: * MonoDevelop.Refactoring/BaseRefactorerTests.cs: Added some tests for the base refactorer indenting / remove indenting functions. svn path=/trunk/monodevelop/; revision=145725
2009-11-06* MonoDevelop.CSharpBinding/CodeCompletionBugTests.cs: Added unitMike Krüger
test for 'Bug 553101 – Enum completion does not use type aliases'. svn path=/trunk/monodevelop/; revision=145578
2009-10-29* po/po.mdproj:Lluis Sanchez
* tests/test-projects/console-project/ConsoleProject.sln: Flush. svn path=/trunk/monodevelop/; revision=145050
2009-10-28* MonoDevelop.CSharpBinding/CodeCompletionBugTests.cs: Added unitMike Krüger
test for 'Bug 550185 - Intellisence for extension methods'. svn path=/trunk/monodevelop/; revision=144950
2009-10-26* MonoDevelop.CSharpBinding/FindMemberVisitorTests.cs: Added testMike Krüger
for 'Bug 549858 - Refactoring does not change properties in lambda expressions'. svn path=/trunk/monodevelop/; revision=144852
2009-10-26* MonoDevelop.CSharpBinding/CodeCompletionBugTests.cs: Added unitMike Krüger
test for 'Bug 549864 - Intellisense does not work properly with expressions'. svn path=/trunk/monodevelop/; revision=144836
2009-10-21* MonoDevelop.Refactoring/DeclareLocalTests.cs: Updated unit test toMike Krüger
the new naming sheme. svn path=/trunk/monodevelop/; revision=144518
2009-10-20* MonoDevelop.CSharpBinding/FindMemberVisitorTests.cs: Added testMike Krüger
for 'Bug 547949 - Rename partial classes does not rename both classes'. svn path=/trunk/monodevelop/; revision=144426
2009-10-14* MonoDevelop.CSharpBinding/TestViewContent.cs: Track API changes.Mike Krüger
svn path=/trunk/monodevelop/; revision=144083
2009-10-13Fix Import statements for md.targets, to use \ instead of / .Ankit Jain
Thanks to "Andrés G. Aragoneses" <knocte@gmail.com> for pointing that out. In b/main/src/addins/CSharpBinding/Autotools: * Autotools.csproj: Use \ instead of '/' in the Import. 2009-10-08 Ankit Jain <jankit@novell.com> In b/main/src/addins/CSharpBinding: * CSharpBinding.csproj: Use \ instead of '/' in the Import. 2009-10-08 Ankit Jain <jankit@novell.com> In b/main/src/addins/MonoDevelop.AssemblyBrowser: * MonoDevelop.AssemblyBrowser.csproj: Use \ instead of '/' in the Import. 2009-10-08 Ankit Jain <jankit@novell.com> In b/main/src/addins/MonoDevelop.SourceEditor2: * MonoDevelop.SourceEditor.csproj: Use \ instead of '/' in the Import. 2009-10-08 Ankit Jain <jankit@novell.com> In b/main/src/addins/MonoDevelop.XmlEditor: * MonoDevelop.XmlEditor.csproj: Use \ instead of '/' in the Import. 2009-10-08 Ankit Jain <jankit@novell.com> In b/main/src/addins/VersionControl/MonoDevelop.VersionControl: * MonoDevelop.VersionControl.csproj: Use \ instead of '/' in the Import. 2009-10-08 Ankit Jain <jankit@novell.com> In b/main/src/addins/prj2make-sharp-lib: * prj2make-sharp-lib.csproj: Use \ instead of '/' in the Import. 2009-10-08 Ankit Jain <jankit@novell.com> In b/main/tests/UnitTests: * UnitTests.csproj: Use \ instead of '/' in the Import. 2009-10-08 Ankit Jain <jankit@novell.com> svn path=/trunk/monodevelop/; revision=143999
2009-10-09* MonoDevelop.Refactoring/DeclareLocalTests.cs: Updated declareMike Krüger
local test. svn path=/trunk/monodevelop/; revision=143852
2009-10-09* MonoDevelop.Projects/MSBuildTests.cs:Mike Krüger
* MonoDevelop.CSharpBinding/MemberTests.cs: * MonoDevelop.CSharpBinding/TopLevelTests.cs: * MonoDevelop.Projects/TestProjectsChecks.cs: * MonoDevelop.CSharpBinding/ProjectDomTests.cs: * MonoDevelop.Refactoring/ExtractMethodTests.cs: * MonoDevelop.CSharpBinding/CodeCompletionBugTests.cs: * MonoDevelop.CSharpBinding/FindMemberVisitorTests.cs: * MonoDevelop.CSharpBinding/ParameterCompletionTests.cs: * MonoDevelop.Projects.Gui/CompletionListWindowTests.cs: * MonoDevelop.CSharpBinding/CodeCompletionCSharpTests.cs: * MonoDevelop.CSharpBinding/CodeCompletionCSharp3Tests.cs: * MonoDevelop.CSharpBinding/CodeCompletionOperatorTests.cs: * MonoDevelop.CSharpBinding/CodeCompletionAccessibleTests.cs: Track namespace renamings. svn path=/trunk/monodevelop/; revision=143850
2009-10-09* MonoDevelop.Refactoring/ExtractMethodTests.cs: Took out unit test.Mike Krüger
svn path=/trunk/monodevelop/; revision=143831
2009-10-09* MonoDevelop.CSharpBinding/CodeCompletionBugTests.cs: fixed unitMike Krüger
test. svn path=/trunk/monodevelop/; revision=143824
2009-10-08Update project files to build with xbuild.Ankit Jain
In b/main: * md.targets: New. Targets file that adds build/* as a assembly search path for msbuild. In b/main/po: * po.mdproj: Add Empty "Build" and "Clean" targets, workarounds to make it work with xbuild. In b/main/src/addins/AspNet/MonoDevelop.AspNet.Mvc: * MonoDevelop.AspNet.Mvc.csproj: Import md.targets . In b/main/src/addins/AspNet/MonoDevelop.AspNet: * MonoDevelop.AspNet.csproj: Mark *-sharp references, with SpecificVersion=false. Import md.targets . In b/main/src/addins/CSharpBinding/Autotools: * Autotools.csproj: Add md.targets . In b/main/src/addins/CSharpBinding: * CSharpBinding.csproj: Add md.targets . In b/main/src/addins/GnomePlatform: * GnomePlatform.csproj: Mark gtk-sharp/pango-sharp with SpecificVersion=false. Add 'GnomePlatform.dll.config' to the project, this is already there in the makefile. In b/main/src/addins/MonoDevelop.AssemblyBrowser: * MonoDevelop.AssemblyBrowser.csproj: Mark the Refactoring project reference as Private. In b/main/src/addins/MonoDevelop.GtkCore/libsteticui: * libsteticui.csproj: Mark Mono.Cecil project referece as private. In b/main/src/addins/MonoDevelop.Moonlight: * MonoDevelop.Moonlight.csproj: Import md.targets . In b/main/src/addins/MonoDevelop.Refactoring: * MonoDevelop.Refactoring.csproj: Mark the *-sharp references with SpecificVersion=false. In b/main/src/addins/MonoDevelop.SourceEditor2: * MonoDevelop.SourceEditor.csproj: Add md.targets . In b/main/src/addins/TextTemplating/MonoDevelop.TextTemplating: * MonoDevelop.TextTemplating.csproj: Mark *-sharp references with SpecificVersion=false. Import md.targets . In b/main/src/addins/prj2make-sharp-lib: * prj2make-sharp-lib.csproj: Add md.targets . In b/main/src/core/MonoDevelop.Ide: * MonoDevelop.Ide.csproj: Add options/* as "Data" items, and add a "AfterBuild" target to copy them to build\data. This matches the makefile behavior. In b/main/src/addins/MonoDevelop.XmlEditor/ChangeLog * MonoDevelop.XmlEditor.csproj: Add md.targets . In b/main/src/addins/VersionControl/MonoDevelop.VersionControl/ChangeLog * MonoDevelop.VersionControl.csproj: Add md.targets . In b/main/src/tools/mdrun: * mdrun.csproj: Add 'app.config'. In b/main/tests/UnitTests: * UnitTests.csproj: Add md.targets . svn path=/trunk/monodevelop/; revision=143794
2009-10-08* MonoDevelop.CSharpBinding/FindMemberVisitorTests.cs: Added unitMike Krüger
test for 'Bug 545361 - Method -> Rename doesn't update instance in delegate constructor'. svn path=/trunk/monodevelop/; revision=143787
2009-10-08* MonoDevelop.CSharpBinding/CodeCompletionBugTests.cs: Added unitMike Krüger
test. svn path=/trunk/monodevelop/; revision=143777
2009-10-05* MonoDevelop.CSharpBinding/CodeCompletionAccessibleTests.cs: addedMike Krüger
tests for protected or internal / protected and internal / internal. svn path=/trunk/monodevelop/; revision=143394
2009-10-05* MonoDevelop.Projects.Gui/CompletionListWindowTests.cs: added testMike Krüger
for 'Bug 543984 – Completion window should only accept punctuation when it's an exact match'. svn path=/trunk/monodevelop/; revision=143379
2009-10-04* MonoDevelop.Projects.Gui/CompletionListWindowTests.cs: ExtendedMike Krüger
code completion window unit tests. svn path=/trunk/monodevelop/; revision=143334
2009-10-03* MonoDevelop.Projects.Gui/CompletionListWindowTests.cs: Added testMike Krüger
for 'Bug 543923 - Completion window should deselect when word is deleted'. svn path=/trunk/monodevelop/; revision=143326
2009-10-02* MonoDevelop.Projects.Gui/CompletionListWindowTests.cs: Added aMike Krüger
code completion window test for defaultcompletionstring svn path=/trunk/monodevelop/; revision=143258
2009-09-30* MonoDevelop.CSharpBinding/CodeCompletionBugTests.cs: Added testMike Krüger
for 'Bug 542976 - Type resolution problem'. svn path=/trunk/monodevelop/; revision=142962
2009-09-28Use the new DotNetAssemblyProject class instead of DotNetProject, which is ↵Lluis Sanchez
now abstract. svn path=/trunk/monodevelop/; revision=142749
2009-09-24* MonoDevelop.CSharpBinding/TopLevelTests.cs: Fixed unit test.Mike Krüger
svn path=/trunk/monodevelop/; revision=142511
2009-09-23* MonoDevelop.CSharpBinding/TopLevelTests.cs: Fixed bug in unitMike Krüger
test. svn path=/trunk/monodevelop/; revision=142503
2009-09-23* Makefile.am:Michael Hutchinson
* UnitTests.csproj: * MonoDevelop.AspNet: * MonoDevelop.AspNet/AspNetTesting.cs: * MonoDevelop.AspNet/AspNetCompletionTests.cs: Start adding some ASP.NET completion tests. svn path=/trunk/monodevelop/; revision=142440
2009-09-21* MonoDevelop.CSharpBinding/FindMemberVisitorTests.cs: RenamedMike Krüger
IDomVisitable -> INode svn path=/trunk/monodevelop/; revision=142310
2009-09-17* MonoDevelop.CSharpBinding/CodeCompletionAccessibleTests.cs: AddedMike Krüger
alias unit test. svn path=/trunk/monodevelop/; revision=142134
2009-09-17* MonoDevelop.Projects/DomTests.cs: Added assembly uri string fromMike Krüger
marek to the unit tests. svn path=/trunk/monodevelop/; revision=142103
2009-09-17* MonoDevelop.Projects/DomTests.cs: Added parseassemblyuri unitMike Krüger
tests. svn path=/trunk/monodevelop/; revision=142098
2009-09-14* MonoDevelop.Projects.Gui/CompletionListWindowTests.cs: Add testsMichael Hutchinson
for matching on punctuation. svn path=/trunk/monodevelop/; revision=141876
2009-09-14* Makefile.am: Add MonoDevelop.Refactoring to the MONO_PATH so weMichael Hutchinson
can run the tests. svn path=/trunk/monodevelop/; revision=141875
2009-09-12* MonoDevelop.Projects.Gui/CompletionListWindowTests.cs: Added testsMike Krüger
for complete empty match option / tests are now more in line with the suggestions from mhutch. svn path=/trunk/monodevelop/; revision=141848
2009-09-12* MonoDevelop.Projects.Gui/CompletionListWindowTests.cs: Track APIMike Krüger
changes. svn path=/trunk/monodevelop/; revision=141843
2009-09-12* MonoDevelop.Projects.Gui/CompletionListWindowTests.cs: AddedMike Krüger
missing test for auto select property. svn path=/trunk/monodevelop/; revision=141827
2009-09-12* Makefile.am:Mike Krüger
* UnitTests.csproj: * MonoDevelop.Projects.Gui: * MonoDevelop.Projects.Gui/CompletionListWindowTests.cs: Added code completion window unit tests. svn path=/trunk/monodevelop/; revision=141826
2009-09-11* MonoDevelop.CSharpBinding/CodeCompletionBugTests.cs: Added someMike Krüger
comments. svn path=/trunk/monodevelop/; revision=141728
2009-09-11* MonoDevelop.CSharpBinding/CodeCompletionBugTests.cs: Added unitMike Krüger
tests for "Bug 538208 - Go to declaration not working over a generic method...". svn path=/trunk/monodevelop/; revision=141726
2009-09-07* Makefile.am:Mike Krüger
* UnitTests.csproj: * Mono.TextEditor.Tests.DefaultEditActions/DeleteActionTests.cs: * Mono.TextEditor.Tests.DefaultEditActions/CaretMoveActionTests.cs: * Mono.TextEditor.Tests.DefaultEditActions/SelectionActionTests.cs: * Mono.TextEditor.Tests.DefaultEditActions/CaretMoveActionsTest.cs: * Mono.TextEditor.Tests.DefaultEditActions/SelectionSelectAllTests.cs: Extended text editor action tests. svn path=/trunk/monodevelop/; revision=141430
2009-09-07* Makefile.am:Mike Krüger
* UnitTests.csproj: * Mono.TextEditor.Tests.DefaultEditActions/CaretMoveTests.cs: * Mono.TextEditor.Tests.DefaultEditActions/CaretMoveActionsTest.cs: Worked on caret move action tests. svn path=/trunk/monodevelop/; revision=141428
2009-09-02* MonoDevelop.CSharpBinding/CodeCompletionAccessibleTests.cs: AddedMike Krüger
unit test for explicit members. svn path=/trunk/monodevelop/; revision=141153
2009-09-02* MonoDevelop.Refactoring/ExtractMethodTests.cs: Added some moreMike Krüger
complex test cases. * TestBase.cs: Handled unlikely error in addin configuration. svn path=/trunk/monodevelop/; revision=141122
2009-08-31* MonoDevelop.Refactoring/DeclareLocalTests.cs: Added declare localMike Krüger
unit test. svn path=/trunk/monodevelop/; revision=140981
2009-08-31* Makefile.am:Mike Krüger
* UnitTests.csproj: * MonoDevelop.Refactoring/DeclareLocalTests.cs: * MonoDevelop.CSharpBinding/TestViewContent.cs: * MonoDevelop.Refactoring/ExtractMethodTests.cs: * MonoDevelop.Refactoring/IntegrateTemporaryVariableTests.cs: * MonoDevelop.Refactoring/IntroduceConstantRefactoringTests.cs: * MonoDevelop.Refactoring/IntroduceFormatItemRefactoringTests.cs: Added some refactoring unit tests. svn path=/trunk/monodevelop/; revision=140961
2009-08-31* Makefile.am:Mike Krüger
* UnitTests.csproj: * MonoDevelop.Refactoring/ExtractMethodTests.cs: * MonoDevelop.Refactoring/CreateBackingStoreTests.cs: * MonoDevelop.Refactoring/RemoveBackingStoreTests.cs: Worked on refactoring unit tests. svn path=/trunk/monodevelop/; revision=140957
2009-08-31* MonoDevelop.Refactoring/ExtractMethodTests.cs: Added some extractMike Krüger
method unit tests. svn path=/trunk/monodevelop/; revision=140947