3047 Commits (f411e6112c367faceaec3c1078e71dee0e16f335)

Author SHA1 Message Date
Daniel Grunwald 6bd45d019d Fixed interface code generator for user defined interfaces. 20 years ago
Markus Palme 99392b6765 ported patch from fidalgo rev 2097 20 years ago
Daniel Grunwald fd56973207 Don't ignore errors in ReflectionLoader, show real exception instead of failing later with a ArgumentNullException. 20 years ago
Daniel Grunwald a738c4ae12 Deleted some of the unused translation strings. 20 years ago
Daniel Grunwald 2c1fdd4b8f Fixed SD2-474: Allow targeting other .NET Framework versions. 20 years ago
Daniel Grunwald 0ac8a0bd47 Fixed SD2-472 (Cursor disappears off screen whilst pressing right arrow key) and a newly introduce performance problems with large files (>5000 lines). 20 years ago
Daniel Grunwald 4aa100ffdf Boo implicitly references System.dll and Boo.Lang.dll. 20 years ago
Daniel Grunwald 82819e5ed1 Add BooBinding. 20 years ago
Daniel Grunwald 22a4842e9e Run MsBuild in a separate thread => you can continue coding while your code is compiling. 20 years ago
Daniel Grunwald 009883c525 Use use static readonly collection instance for empty attribute, type parameter and parameter collections. 20 years ago
Daniel Grunwald 2ea9e7bfd5 Fixed SD2-470: When there is a using statement for the current namespace, classes are shown twice in Ctrl+Space 20 years ago
Daniel Grunwald b473396c67 Fixed SD2-420: Non-generic classes and generic classes with the same name collide in the DOM. 20 years ago
Daniel Grunwald 51ee84424e Fixed SD2-460: Parse error (inner classes in generic types) 20 years ago
Daniel Grunwald fab76749c4 Fixed code completion bug regarding events. Fixed "run unit test in debugger". 20 years ago
Daniel Grunwald c9b90e95f3 Improved performance of "Replace all". 20 years ago
Daniel Grunwald 46038417a5 Fixed NRefactory bugs: VB partial class declarations and attributes with "Global." or "global::" caused parser errors. 20 years ago
Daniel Grunwald 866399c558 Fixed loading of project files created by Visual Studio 2005. 20 years ago
Daniel Grunwald 820f9a21b7 Fixed SD2-440: Icon for local variables and parameters 20 years ago
Daniel Grunwald 26313ee208 Introduced DomCache (a kind of code completion database that is generated on-the-fly for each assembly). 20 years ago
Daniel Grunwald 56f0ee8610 Handle exceptions in ICSharpCode.Svn.HistoryViewPanel.GetLogMessages 20 years ago
Daniel Grunwald f40fe7fb52 Fixed reading project files that start with whitespace. 20 years ago
Daniel Grunwald 3df4fb54ce Fixed SD2-461: Cannot build projects with umlauts 20 years ago
Daniel Grunwald 04c0bebd07 The "Load solution" and "New solution" buttons on the start page now work even when JavaScript is disabled in Internet Explorer. 20 years ago
Daniel Grunwald ec3966a4ea Fixed exception when importing VS.NET project without ".user" file. 20 years ago
Matt Ward e928f20176 MbUnit Pad additions - Goto definition implemented, error list displayed after a test run with errors, and after a build the test tree auto-refreshes. 20 years ago
Daniel Grunwald 283a39e280 Fixed SD2-425: Improve project options 20 years ago
Daniel Grunwald 85855fb8fd Put ProjectImports into the translation database. 20 years ago
Daniel Grunwald 830e2bf7c5 Worked on SD2-425 (Improve project options): you can now choose in which section the OutputPath property is stored. 20 years ago
Markus Palme 42948ac62a added list of project namespaces 20 years ago
Daniel Grunwald 76d0e4da6c Allow user to choose configuration and platform in the project options. (part of SD2-425) 20 years ago
Daniel Grunwald 68f7c01970 Fixed some P/Invoke declarations where FxCop complained they weren't portable to 64bit and some other complaints from FxCop. 20 years ago
Daniel Grunwald cb26b53fa0 Fixed crash when using the "DefaultDebugger" instead of the debugger addin. 20 years ago
Daniel Grunwald 2818a84d16 Fixed SD-371: Adding empty combine to a combine causes exception 20 years ago
Daniel Grunwald 9169d53913 Improved project options (more strings translatable, reference paths tab works now) 20 years ago
Daniel Grunwald 983cd66df0 Put more strings into the translation database. 20 years ago
Daniel Grunwald 4b0f6b5a2e Application and Signing project options panels now use the translation database. 20 years ago
Matt Ward 8a1e782474 File was not being identified as a 'code behind file' if it existed in a subfolder. 20 years ago
Daniel Grunwald 42f00603da Fixed InterfaceImplementorCodeGenerator bug (override keyword). 20 years ago
Mike Krüger 748cb314ca Fixed SD2-402:Toolbar in bookmark pad. 20 years ago
Daniel Grunwald d43964af7c Allow addins to have their project/file templates stored in the addin directory. 20 years ago
Daniel Grunwald 374101ad6c Allow find references and rename for local variables and parameters. 20 years ago
Daniel Grunwald 0b8a094265 Fixed find references on private members in partial classes. 20 years ago
Daniel Grunwald a3cca20f00 Renamed InvocationExpression.Parameters to InvocationExpression.Arguments. 20 years ago
Daniel Grunwald 3f4c0950f2 When renaming a field, ask the user if he also wants to the rename the property. 20 years ago
Mathias Simmack fb857926f3 PropertyPad: SelectedGridItemChanged event for Dynamic Help added 20 years ago
Daniel Grunwald 0c9ebf6dc2 Reduced number of allocations: 20 years ago
Daniel Grunwald 65ac905148 Fixed SD2-439: VB.Net event handlers are lost. 20 years ago
Daniel Grunwald 9854f92d06 Show error message when going to designer mode in a file with syntax errors instead of displaying an empty form. 20 years ago
Daniel Grunwald ee32c33db4 Fixed some bugs. 20 years ago
David Srbecký 1660fd6f02 Implemented hiding of status strip in fullscreen. 20 years ago