1787 Commits (7d53a43afdeee7fc14bcedb3cb91a92a3aba64c1)

Author SHA1 Message Date
Markus Palme d45bf1135e patch from Luc Morin: support for overriding virtual base class properties with the alt-ins mechanism 21 years ago
Daniel Grunwald de36e77696 FileTypeRegisterer now uses HKCU\Software\Classes when there is no write access to HKEY_CLASSES. 21 years ago
Daniel Grunwald d9df3a65dd Fixed SD2-504: Explicit implementations of generic interfaces cause parser error 21 years ago
Matt Ward ba9529033a Form designer creates and uses .resx files for new forms and user controls. Forms that have already been created and are using a .resources file will continue to do so. Resx files are added to the MSBuild project with the DependentUpon element set to point to its form. Deleting the form will also delete its Resx file. 21 years ago
Daniel Grunwald 0cfa16791c Add support for partial classes to the form designer. 21 years ago
Daniel Grunwald fa98de1bd8 Use shadows, improved colors for debugger tooltip. 21 years ago
Daniel Grunwald 91406cf910 Debugger grid child windows now use a custom border instead of SizableToolWindow. 21 years ago
Daniel Grunwald e8c8159477 Add AllowLabelEdit to DynamicListItem. Improve drawing of '+' sign. 21 years ago
Daniel Grunwald e71835b49f Fixed debugger tooltip grid. 21 years ago
Daniel Grunwald bf408d7f26 Fixed SD2-509: Form Designer duplicates first line of code 21 years ago
Daniel Grunwald dec20c958b Fixed SD2-520: Changes to Treat Warnings as Errors option ignored 21 years ago
Daniel Grunwald 66a115d6ce Improved measuring of TreeGrid item width. 21 years ago
Matt Ward c116e87013 Removed LoggingService.Debug calls from CompilerMessageView. 21 years ago
Matt Ward fce237bd28 Fixed duplicate items in output pad due to race condition in CompilerMessageView. Addins that use the output pad changed to bring pad to front before adding messages to it. Added NAnt build file filter when opening files. 21 years ago
David Srbecký 352a57c1b0 Debugger tooltips are filled with real content. 21 years ago
Daniel Grunwald 67ddfc9230 Add code completion support for extension methods in Boo. 21 years ago
Daniel Grunwald c0cd40529b Fixed SD2-510: Deleting a file with local modifications 21 years ago
Daniel Grunwald 516507117d RegExSearchStrategy now supports replacing "$1" with the group value. 21 years ago
Daniel Grunwald 741ebfee07 Reference libraries from Booc.rsp automatically. 21 years ago
Daniel Grunwald d67a715fe6 Move some strings into the resource database. 21 years ago
Daniel Grunwald f4706a496d ResolvedType on contructor calls now includes type arguments. 21 years ago
Daniel Grunwald 3b5070c22f Improved code completion for Boo. 21 years ago
Daniel Grunwald 30f7efb8ea Fixed a minor bugs in C# to VB and Boo conversion, fixed possible endless loop in VB lexer and a NullReferenceException when using "Go to" in XML files. 21 years ago
Daniel Grunwald 9d8304c624 Remove the dependency check in release builds for faster starting. 21 years ago
Daniel Grunwald 9d3e4e8eab Some changes to resources / font loading. 21 years ago
Daniel Grunwald eb93ff4149 SharpDevelop now passes properties so that MSBuild accepts them for both the scanning and building steps -> compiling Boo and ILAsm applications and specifying the target Framework version in C# works again. 21 years ago
Daniel Grunwald 205b2efb02 SharpDevelop should now work on .NET 2.0 final. Implemented a workaround for SD2-485 (Compile solution not working with .NET 2.0 RC1). 21 years ago
Daniel Grunwald 04b763d047 Display TreeGrid in debug mode (currently without content). 21 years ago
Daniel Grunwald 4c9c120fef Add TreeGrid control. 21 years ago
Mathias Simmack 565490bd49 changed DefaultFileNodeCommands.cs to accept XAML files; added some XAML file templates (Window, Page, FlowDocument, PageFunction, ResourceDictionary, UserControl) 21 years ago
Mathias Simmack 8bd159545c support for DependentUpon and SubType attributes in XPT project templates added (see the Avalon* templates for a working demo) 21 years ago
Mathias Simmack 08725ec0c6 simple Avalon application template uploaded (for testing only!) 21 years ago
Mathias Simmack a8b033af9b new ApplicationDefinition/Page compiler option; support for external Import commands in XPT project files 21 years ago
Daniel Grunwald 154dfeee9a Fixed bug in NRefactoryToBooConverter: NullReferenceException when first section in switch-statement was the default section. 21 years ago
Daniel Grunwald 4a3b169576 Use a copy of the text/color in the SearchResultPad instead of accessing the real document in the OnPaint method. This fixes some bugs when switching to the SearchResultPad after modifying the document. 21 years ago
Daniel Grunwald db62adff59 Fixed SD2-497: Allow adding existing files as links. 21 years ago
Daniel Grunwald 953c951b3f Fixed SD2-503: WindowActive condition fails 21 years ago
Daniel Grunwald c7edd9265d Fixed BOO-542: CodeCompletion on interfaces doesn't list inherited Object members. 21 years ago
Daniel Grunwald 10fce36f1f Fixed possible StackOverflowException in BooBinding. CodeGenerator can now created "Changed"-events and OnEvent-methods. 21 years ago
Daniel Grunwald 85a45ca2ab Allow generating interface implementations using the new CodeGenerator. 21 years ago
Daniel Grunwald 8a0c189a50 Added FormattingStrategy for Boo and fixed BOO-535: Code completion for generator syntax. 21 years ago
Daniel Grunwald e2d20525d9 Improved BooBinding: 21 years ago
Daniel Grunwald a0a696f897 The commands "Create getter" and "Create property" now generate code using NRefactory. (part of SD2-436) 21 years ago
Daniel Grunwald ff9cadabb9 Fixed SD2-502: Find/Replace dialog toolbar doesn't respect visual style option 21 years ago
Daniel Grunwald 908db27ca2 - allow code completion bindings to handle ReturnEditAction by handling '\n'. 21 years ago
Daniel Grunwald cb19451039 Fixed SD2-496: TODO task entries removed after building solution. 21 years ago
Daniel Grunwald e78818566c Changes in the highlighting are shown when closing the options box, no need to restart SharpDevelop anymore. 21 years ago
Daniel Grunwald fa58de2275 Fixed BOO-524 (Autocompletion on import doesn't list only namespaces) in Boo and VB: now only classes that contain public static members are shown in the "import" completion. 21 years ago
Daniel Grunwald 9f60eac3d0 Improved lazy-loading: fixed loading of BackendBindings when text editor was opened. 21 years ago
Daniel Grunwald 58ad8b5436 BuildAddinDocumentation now updates the AddIn schema. 21 years ago