Daniel Grunwald
120583a73f
Fixed bugs that prevented creating new VB projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2044 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
dcaf24c04d
Implemented SD2-1183: Use MSBuild libraries
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2043 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2042 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2041 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
d83569ae72
Fixed SD2-754. Project nodes in the class browser are now sorted.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2040 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2039 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
1246f7de74
Fixed forum-13073 and other SolutionConfigurationEditor-related problems.
...
Allow to continue on AddIn-loading errors.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2038 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2037 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Justin Dearing
62979f29b7
Added File templates for ConfigurationElement ConfigurationElementCollection and ConfigurationSection
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2036 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
47ae6603d0
Fixed SD2-596: C# to VB conversion should use CType instead of DirectCast for casts to primitives
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2035 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f399bed9de
Fixed SD2-1079: Cast statements not converted correctly from C# to VB.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2034 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
4ba9c28c71
Fixed SD2-1169: Implementing an interface containing an event produces invalid code
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2033 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
5691c03e96
Fixed SD2-1181: Remove unused imports removes using statements required for type arguments
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2032 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c15aa36771
Fixed SD2-1100: Create Property adds setter if the member is readonly.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2031 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
5f991c3e21
Fixed SD2-1149: Partial generic classes not correctly supported
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2030 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
eff3736f6b
Fixed SD2-1143: #Develop doesn't show 'Source / Design' tabs for VB froms created with VS 2005.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2029 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
859db0967a
Fixed SD2-1081: Start up project doesn't show its node text bolded.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2028 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
739fb0a991
Fixed NullReferenceException in ProjectContentRegistry when using ICSharpCode.SharpDevelop.Dom without persistence.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2027 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2e1943b2ff
Now using EasyCodeDom to make NRefactoryASTGenerator code more readable.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2026 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2025 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
d4c511815b
Add SettingsCodeGeneratorTool.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2024 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
2cabe3baf6
Reduce ValueProxy
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2023 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
15bcad7d39
Variable spit into Variable and Value; Value is taking most of the control
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2022 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Srbecký
01e82efe04
Rename Value to ValueProxy
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2021 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f3939e3257
Add Custom Tools support.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2020 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
36743ab771
SubversionAddIn: Fixed illegal cross-thread calls when showing the authentification dialogs. Fixed UI inconsistency in the LoginDialog.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2019 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
888070dcda
Fixed SD2-1092: FxCop Crashed #Develop while checking Serrlongue source code.
...
MSBuild loggers need to check for a valid filename before passing it to the System.IO.Path.* methods.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2018 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2225118f93
Allow editing setting type.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2017 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ad8d980c80
Rewrote subversion DiffPanel using SplitContainers, fixes resizing problems.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2016 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8dd6f19a8e
Worked on settings editor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2015 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f860a723e0
Fixed forum-12405: BracketMatchingStyle bug in Text Editor Control - one line patch by Dan Fowler
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2014 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
7cd5f63f9e
Fixed forum-12453: Exception viewing C# file while boo project is open
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2013 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6c47070737
Update SharpReport to version compatible with SharpDevelop.
...
Add binding redirection for ICSharpCode.SharpDevelop.Widgets.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2012 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Scott Ferrett
a42afe8c97
DomRegion.IsInside was incorrectly returning true if the region was empty
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2011 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Scott Ferrett
0b2fc43b68
Clear error messages from the Output pad when a new solution is loaded
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2010 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
40b3347c34
Fixed SD2-1192 - Cannot set the File Format Associations after a clean install. Changed the FiletypeRegister.addin so the FiletypesRegisterStartup property is set to a valid default boolean value if the property does not exist.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2009 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
151ed555c2
Default .NET assemblies are now loaded with Reflection instead of Cecil.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2008 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
cb4c78bb51
updated solution file to include SQLServeeDbToolsProvider
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2007 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
d58c19d2a1
added another basic project for SQLServer plugin to SharpDbTools, and the necessary files to create the plugin for it.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2006 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
514ed2c88e
Add SharpReport binaries from revision from revision 1909.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2005 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
b6d32d7df6
Exporter can handle paging, Export for FormSheet and PushModell still missing
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2004 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
b8568b678c
Prevent exceptions when SharpDevelop is started without project browser.
...
Set SharpDevelop to run in 32-bit emulation mode - works around problems with the debugger on Windows x64.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2003 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christoph Wille
e6e05bd020
Beta 2 string added to setup welcome message
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2002 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
d8a859c0c5
Added the SettingsEditor addin to the SharpDevelop installer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2001 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
9bb58f2351
Dynamic help pad now checks for a null grid item label when building the list of dynamic search terms. Removed reference to the Tip of the Day menu item in the HtmlHelp2.addin file. Modified the HtmlHelp2 project so full debug information is generated when building the debug configuration.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2000 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
7af8c67fd5
Move files, changed Exporters to return Typesafe Decorators
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1999 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
eb9b3b780f
Different Types of Decorator's (Base,text and Graphic)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1998 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
f2e0d0b1d2
Update SharpReport.sln
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1997 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Peter Forstmeier
4daad4ca74
Exporter can handle Line, Rectangle and Circle
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1996 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
5bc6cb290f
Fixed SD2-1158: Exception thrown trying to reset event values in the properties pad of an inherited form.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1995 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago