2306 Commits (a627f020d5893c629156cb547addb668b1f65f08)
 

Author SHA1 Message Date
Christian Hornung e1562e5267 ResourceToolkit: 19 years ago
Daniel Grunwald 9db329c476 Ensure font auto-scaling is done using the correct default font - fixes autoscaling problem on Vista. 19 years ago
Daniel Grunwald e9dc0db183 Prevent StackOverflowException when loading assemblies with cyclic dependencies into the forms designer. Fixes SD2-1177: Forms Designer for .NET 1.1 projects (System.dll and System.Xml.dll depend on each other) 19 years ago
Dickon Field 156f6ad9a5 Started on SQLTool to provide generic sql editor and execution features within SharpDbTools. 19 years ago
Dickon Field 3c1cb596a8 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2081 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 19 years ago
Justin Dearing 199b85814e Fixed the template icon. 19 years ago
Daniel Grunwald 2d6c265816 Initialize $(SharpDevelopBinPath) for project copy done when editing inactive configuration/platform. Fixed forum-13465. 19 years ago
Daniel Grunwald 1cb82b76a8 Update assembly base addresses to prevent relocation. 19 years ago
David Srbecký 1c6b277e05 Ignore warnings 108 and 1591 in debugger wrapper classes. 19 years ago
Matt Ward e11ef3bdba Added a namespace filter command line option to nunit-console.exe which can be used to run only those tests in a particular namespace. This filtering is used when the user selects a namespace node in the Unit Tests tree and runs the tests. 19 years ago
Daniel Grunwald 694abefe8e Use persistence for GAC assemblies loaded using Cecil. 19 years ago
Daniel Grunwald 2132d1df6d Fixed SD2-1191: Using Shift + Backspace with completion window removes extra text 19 years ago
Daniel Grunwald ef7b2d0da0 Fixed CodeCompletionWindow mouse wheel handling. 19 years ago
Daniel Grunwald 387ea3ce1b Fixed wildcards support (SD2-1170) 19 years ago
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