1011 Commits (37c18e066081a10a16787f844d3f5eaf97253b71)

Author SHA1 Message Date
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 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
Daniel Grunwald da62a3f37c Improved overload resolution by implementing 14.4.2.2 Better function member. 20 years ago
David Srbecký cb8ee9af07 Implemented hiding of main menu and toolbar in fullscreen 20 years ago
Daniel Grunwald 395257996d Implement type argument inference for generic method calls. 20 years ago
Daniel Grunwald 022170d1a1 Fixed "copy/cut/paste" in context menus. 20 years ago
Daniel Grunwald 830d6809d9 Improved RefactoringMenuBuilder. 20 years ago
Daniel Grunwald cf74204194 Fixed bug in search pad when document was changed after the search. 20 years ago
Daniel Grunwald d135e0bd4f Improved overload lookup (but the rules from § 14.4.2.2 are still missing). 20 years ago
Daniel Grunwald 8d734c3fd4 Add option to choose between "professional" menu style and system menu style. 20 years ago
Daniel Grunwald fba8d0505e Fixed bug in InterfaceImplementorCodeGenerator. 20 years ago
Daniel Grunwald 059bc6db0c Removed IIndexer from ICSharpCode.Dom (replaced by IProperty.IsIndexer) 20 years ago
Daniel Grunwald b1bfc258c3 Fixed some NRefactory bugs (Generic method invocations in VB.NET and output visitor bugs) 20 years ago
Daniel Grunwald 0baa22c074 Remove quotes from svn:keywords property. 20 years ago
David Srbecký b9ef0293f2 Added fullscreen options panel (no features implemented yet) 20 years ago
Daniel Grunwald 818103f022 Fixed bug that prevented VB.Net windows forms applications from compiling. 20 years ago
Daniel Grunwald 34e50f3fb2 Right click on class and member names (and method invocations) in the text editor now shows the "go to definition" command and the class browser context menu of that item. 20 years ago