2242 Commits (36462858888d33c236bff9d95997fe7698116c46)
 

Author SHA1 Message Date
Daniel Grunwald ecf6c52e82 On VB -> C# conversion, do not generate "functionReturnValue" for functions that don't assign to their name. 19 years ago
Daniel Grunwald 4a4f605b32 Fixed importing VS 2003 projects. 19 years ago
Matt Ward 712af6c5cf Fixed compilation errors in WixBinding.Tests due to the renaming of MSBuildBasedProject's GetProperty method to GetEvaluatedProperty. 19 years ago
Markus Palme 73f0c70429 SD2-1201: IfElseStatement does not have Location and Parent set 19 years ago
Daniel Grunwald faf1f07bce Make access to the underlying BuildEngine.Project is thread-safe. Should fix forum-13374 and similar problems. 19 years ago
Daniel Grunwald 5d0fc5b83c Fixed SD2-1095: Autogenerated code for IEnumerable generic interface does not compile 19 years ago
Matt Ward ce632baed3 Running unit tests with code coverage no longer generates the unused NUnit xml output file. 19 years ago
Daniel Grunwald 42e58920d7 Fixed SD2-1140: Exception is thrown trying to show completion menu on VB delegate or event declarations. 19 years ago
Daniel Grunwald c838ffb4ad Fixed SD2-1190: Exception is thrown selecting all text and then cutting/deleting it. 19 years ago
Daniel Grunwald 0729800650 Fixed SD2-1180: Changed event inserted at wrong position 19 years ago
Daniel Grunwald a3f37285fb Add cancel button to AsynchronousWaitDialog. 19 years ago
Matt Ward b34730f04a Fixed SD2-1207 - Closing a file with the code completion window still open disposes the text editor before the completion window causing a null reference exception. The AbstractCodeCompletion window now checks that TextAreaControl's scroll bars are not null when it closes. 19 years ago
Daniel Grunwald a40a3cee90 Show "Please wait..."-dialog during actions that might block the main thread for a long time (search, find references, etc.) 19 years ago
Matt Ward c6b64b6445 Fixed failing WixBinding tests after project system changes. 19 years ago
Daniel Grunwald 9353ae08e2 Pass "FxCopDir" property to MSBuild. 19 years ago
Matt Ward 703d7d4bd7 Fixed failing tests in UnitTesting addin due to project system changes. 19 years ago
Matt Ward 9f99bdf30c The SharpDevelop setup project now always creates a setup package called SharpDevelop.msi without any version information in the filename. The build server script bootstrap.build is now responsible for renaming the setup package filename so it contains version information. 19 years ago
Daniel Grunwald 3b3d9d65ef Fixed SD2-1041: Solution file will not open with Visual Studio Version Selector Program 19 years ago
Daniel Grunwald a424d33744 Fixed MSBuild condition evaluation. 19 years ago
Daniel Grunwald 0958cffbba Prevent MSBuild from checking referenced projects for changes multiple times. 19 years ago
Daniel Grunwald a725d631a5 Fixed SD2-1106: FxCop code analysis not run when building the entire solution 19 years ago
Matt Ward 6eda99a317 SD2-1204. The Windows Forms tab is made active in the Tools window the first time the form is designed. 19 years ago
Daniel Grunwald 4ca90a7a92 Support "AvailableItemName" - the list of build actions available for files is read from the imported .targets files. 19 years ago
Daniel Grunwald c7e62da426 Fixed SD2-1202: NullReferenceException for incomplete type argument list 19 years ago
Daniel Grunwald 4a7de549c2 Fixed building of VB compact framework projects (SD2-1196) 19 years ago
Daniel Grunwald d8ca4968cf Fixed SD2-995: Special characters not correctly encoded for languages others than English. 19 years ago
Daniel Grunwald 8a4efd80bc Fixed adding new files to project. 19 years ago
Daniel Grunwald 120583a73f Fixed bugs that prevented creating new VB projects. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Matt Ward b84fa83f55 The VB.NET language properties class now returns a VB.NET CodeDomProvider. This fixes the problem where the web proxy was not being generated when adding a web reference to a VB.NET project. 19 years ago
Matt Ward 1ab593a725 Fixed SD2-1203 - Modifying the namespace for a test class leaves empty namespace nodes in the test tree. The TestNamespaceTreeNode was incorrectly determining when it was is empty when the node was not expanded. Added extra tests to improve the code coverage for the TestTreeView, TestClassesCollection and UnitTestApplicationStartHelper classes. Removed the unused UpdateResult method in TestClass. 19 years ago
Matt Ward d83569ae72 Fixed SD2-754. Project nodes in the class browser are now sorted. 19 years ago
Matt Ward d3660f512f The Unit testing addin now uses the customised nunit-console.exe to run all unit tests. The TestTreeView no longer uses the NUnit tree view and now determines the unit tests dynamically based on the information retrieved from the parser. 19 years ago
Daniel Grunwald 1246f7de74 Fixed forum-13073 and other SolutionConfigurationEditor-related problems. 19 years ago
Justin Dearing 31d6fab63f File content for ConfigurationElement, ConfigurationElementCollection and ConfigurationSection moved to separate .cs files. This prevents duplicate content as ConfigurationSection implements ConfigurationElementCollection and ConfigurationElementCollection contain ConfigurationElement. 19 years ago
Justin Dearing 62979f29b7 Added File templates for ConfigurationElement ConfigurationElementCollection and ConfigurationSection 19 years ago
Daniel Grunwald 47ae6603d0 Fixed SD2-596: C# to VB conversion should use CType instead of DirectCast for casts to primitives 19 years ago
Daniel Grunwald f399bed9de Fixed SD2-1079: Cast statements not converted correctly from C# to VB. 19 years ago
Daniel Grunwald 4ba9c28c71 Fixed SD2-1169: Implementing an interface containing an event produces invalid code 19 years ago
Daniel Grunwald 5691c03e96 Fixed SD2-1181: Remove unused imports removes using statements required for type arguments 19 years ago
Daniel Grunwald c15aa36771 Fixed SD2-1100: Create Property adds setter if the member is readonly. 19 years ago
Daniel Grunwald 5f991c3e21 Fixed SD2-1149: Partial generic classes not correctly supported 19 years ago
Daniel Grunwald eff3736f6b Fixed SD2-1143: #Develop doesn't show 'Source / Design' tabs for VB froms created with VS 2005. 19 years ago
Daniel Grunwald 859db0967a Fixed SD2-1081: Start up project doesn't show its node text bolded. 19 years ago
Daniel Grunwald 739fb0a991 Fixed NullReferenceException in ProjectContentRegistry when using ICSharpCode.SharpDevelop.Dom without persistence. 19 years ago
Daniel Grunwald 2e1943b2ff Now using EasyCodeDom to make NRefactoryASTGenerator code more readable. 19 years ago
Matt Ward 633ace62b1 Fixed compilation errors and test failures in WixBinding.Tests after the DropDownEditor was moved to the SharpDevelop widgets project. 19 years ago
Daniel Grunwald d4c511815b Add SettingsCodeGeneratorTool. 19 years ago
David Srbecký 2cabe3baf6 Reduce ValueProxy 19 years ago
David Srbecký 15bcad7d39 Variable spit into Variable and Value; Value is taking most of the control 19 years ago