3776 Commits (99b8d8529fb1bdfb323057f856b194d4e6f3b435)
 

Author SHA1 Message Date
Matt Ward 42622638f9 Added code coverage resource strings missing from project options. 18 years ago
Daniel Grunwald abbd911bc1 Fixed end location of preprocessing directives. 18 years ago
Daniel Grunwald 1546cab7d0 Prevent infinite recursion when running "Find Derived Classes" on a class in an inheritance cycle. 18 years ago
Matt Ward 040bd1ed18 Mono C# console template no longer runs the AddDotNet35ReferencesIfTargetFrameworkIs35 command. 18 years ago
Matt Ward a56fe09375 Added Hex Editor addin created by Siegfried Pammer. 18 years ago
Matt Ward c48438edca XML editor now initialises custom syntax highlighting. 18 years ago
Matt Ward 0fbdacdd23 Added a CheckIfFscNotInstalled target to the F# build tasks so that it is possible to build SharpDevelop's main solution without the F# compiler being installed. If the CheckIfFscNotInstalled property is set to True in the F# project and the F# compiler cannot be found a warning is displayed and the F# addin is not built. If the CheckIfFscNotInstalled property is not set or set to False the F# build tasks will not check for the presence of the F# compiler and will try to compile the project. This will be the case for any projects created from the F# project templates. 18 years ago
Matt Ward b61304545c ICSharpCode.DataTools assembly is no longer registered for COM interop. 18 years ago
Matt Ward 00db2233f3 Updated the Python WinForms template: Moved the clr.AddReference lines from the MainForm.py to Program.py so the form can be designed. 18 years ago
Dickon Field ce31a3b6dc Removed COM visibility attributes since they are not required, and may cause issues if you build as an user other than Administrator 18 years ago
Daniel Grunwald 18e4ccc0d5 SVNChangelogToXml: use Svn.Net instead of NSvn 18 years ago
Daniel Grunwald 1eb1023d74 Fixed code completion for inner classes inside partial classes. 18 years ago
Daniel Grunwald 25abcd6849 Fixed code completion bugs: incorrect return type for System.Collections.Generic.Comparer<T>.Default (forum-7270), tooltip not shown for protected method calls when there is a class with the same name as the called method. 18 years ago
Daniel Grunwald 72faf95e10 Fixed forum-6609: renaming a form with refactoring does not rename .Designer.cs and .resx 18 years ago
Daniel Grunwald 08cba8fe9e Fixed forum-6486 (Auto-correction occurring within strings) 18 years ago
Daniel Grunwald ca23c28708 Various improvements in subversion addin. 18 years ago
Daniel Grunwald 6bfa9f37c2 NRefactory: add support for evaluating C# preprocessing directives 18 years ago
Daniel Grunwald f80658d15f Replace NSvn with Svn.Net. 18 years ago
Daniel Grunwald 7ef5417928 Fixed potential stack overflow in DockContentHandler.cs. 18 years ago
Robert Pickering 2c8cf9a7ad fix to wrong characters in path problem and popped up window problem 18 years ago
Matt Ward 048a4ba389 Updated string resources. 18 years ago
Robert Pickering b9725ed5a9 improvements to the F# build tasks and stopping the interactive console throwing an error on start up 18 years ago
Matt Ward e00119852c Disabled the F# interactive pad. 18 years ago
Daniel Grunwald 93ad726703 Make pad creation errors non-fatal. 18 years ago
Matt Ward 4740270210 Re-enabled the F# interactive pad. 18 years ago
Matt Ward 46ba6b6c77 Disabled F# Interactive pad which prevents SharpDevelop from starting if the F# compiler is not installed. 18 years ago
Robert Pickering 60ee32e1ca stop interactive console throwing an exception if F# is not installed. 18 years ago
Matt Ward ae1ceefe10 Defined the FSharpBuildTasksPath property so the build server can build the F# addin. 18 years ago
Matt Ward 71b08634a4 Added F# addin created by Robert Pickering. 18 years ago
Matt Ward 935fdc8614 Updated version number to 3.0 in readme. 18 years ago
Christian Hornung 6a3db9d401 Load errors from referenced assemblies no longer prevent the forms designer from loading. Those errors are shown in the compiler message view instead. 18 years ago
Christian Hornung ce70b63ac3 Fixed the "select" and "remove" buttons in the SelectReferenceDialog. 18 years ago
Dickon Field f08371fa8b DbConnection tree now updates down to table->column level 18 years ago
Christian Hornung 6ba58ec72f ResourceToolkit: Fixed resource tooltips by adapting NRefactoryResourceResolver to the new behavior of the C# ExpressionFinder. 18 years ago
Matt Ward 4f6a1b9d33 Added ClassWizard addin and PartCoverToNCover stylesheet to installer. Installer dialog now displays 'Beta 1'. 18 years ago
Dickon Field d589b49650 got mymeta working and table node additions to the table node work. MyMeta is really cool after all! 18 years ago
Daniel Grunwald b48ee36f99 Fixed SD2-1381: Missing String Resources 18 years ago
Daniel Grunwald 7ffbf02529 DynamicList: prevent recursive OnPaint calls, which could happen if a control was added/removed from the list. This could result in an unusable textbox control when trying to edit a value in a debugger tooltip. 18 years ago
Daniel Grunwald 6667e3fbdb Code completion: Handle implicit conversion of "null" to all reference types and Nullable<T>. 18 years ago
Daniel Grunwald 7414e9ad6a Fixed several minor code completion bugs. 18 years ago
Matt Ward 4a0379d84f Added support for string properties in file templates. Property grid is now anchored in the new file dialog. 18 years ago
Daniel Grunwald e0cff7141d Add reference to System.Core when creating .NET 3.5 projects. 18 years ago
Dickon Field d40b8e75e8 updated project files to remove unnecessary local copies of files, and set release build destination 18 years ago
Matt Ward 15e5e816f3 By default the installer no longer registers any file associations. The installer can still register file associations but now they have to be explicitly selected when installing. 18 years ago
Dickon Field 38a00c9455 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2944 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 18 years ago
Dickon Field e871b2b4d4 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2943 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 18 years ago
Matt Ward 51434bc3d6 Added Unit Tests option panel available under Tools-Options-Tools. This can be used to specify extra command line arguments to nunit-console (e.g. /nothreadand /noshadow). 18 years ago
Dickon Field c6ae904f0c Added latest version of server tools in the right place, and removed sharp server tools from the solution. Not deleted sharp server tools yet since I need some code from it 18 years ago
Daniel Grunwald 3144f01f07 Update to Boo 0.8.1. 18 years ago
Daniel Grunwald 2d0d13aae7 Fixed forum-7331: Deleting .cs code template group causes code completion to throw NullReferenceException 18 years ago