1787 Commits (7d53a43afdeee7fc14bcedb3cb91a92a3aba64c1)

Author SHA1 Message Date
Daniel Grunwald 983cd66df0 Put more strings into the translation database. 21 years ago
Daniel Grunwald 4b0f6b5a2e Application and Signing project options panels now use the translation database. 21 years ago
Matt Ward 8a1e782474 File was not being identified as a 'code behind file' if it existed in a subfolder. 21 years ago
Daniel Grunwald 42f00603da Fixed InterfaceImplementorCodeGenerator bug (override keyword). 21 years ago
Mike Krüger 748cb314ca Fixed SD2-402:Toolbar in bookmark pad. 21 years ago
Daniel Grunwald d43964af7c Allow addins to have their project/file templates stored in the addin directory. 21 years ago
Daniel Grunwald 374101ad6c Allow find references and rename for local variables and parameters. 21 years ago
Daniel Grunwald 0b8a094265 Fixed find references on private members in partial classes. 21 years ago
Daniel Grunwald a3cca20f00 Renamed InvocationExpression.Parameters to InvocationExpression.Arguments. 21 years ago
Daniel Grunwald 3f4c0950f2 When renaming a field, ask the user if he also wants to the rename the property. 21 years ago
Mathias Simmack fb857926f3 PropertyPad: SelectedGridItemChanged event for Dynamic Help added 21 years ago
Daniel Grunwald 0c9ebf6dc2 Reduced number of allocations: 21 years ago
Daniel Grunwald 65ac905148 Fixed SD2-439: VB.Net event handlers are lost. 21 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. 21 years ago
Daniel Grunwald ee32c33db4 Fixed some bugs. 21 years ago
David Srbecký 1660fd6f02 Implemented hiding of status strip in fullscreen. 21 years ago
Daniel Grunwald da62a3f37c Improved overload resolution by implementing 14.4.2.2 Better function member. 21 years ago
David Srbecký cb8ee9af07 Implemented hiding of main menu and toolbar in fullscreen 21 years ago
Daniel Grunwald 395257996d Implement type argument inference for generic method calls. 21 years ago
Daniel Grunwald 022170d1a1 Fixed "copy/cut/paste" in context menus. 21 years ago
Daniel Grunwald 830d6809d9 Improved RefactoringMenuBuilder. 21 years ago
Daniel Grunwald cf74204194 Fixed bug in search pad when document was changed after the search. 21 years ago
Daniel Grunwald d135e0bd4f Improved overload lookup (but the rules from § 14.4.2.2 are still missing). 21 years ago
Daniel Grunwald 8d734c3fd4 Add option to choose between "professional" menu style and system menu style. 21 years ago
Daniel Grunwald fba8d0505e Fixed bug in InterfaceImplementorCodeGenerator. 21 years ago
Daniel Grunwald 059bc6db0c Removed IIndexer from ICSharpCode.Dom (replaced by IProperty.IsIndexer) 21 years ago
Daniel Grunwald b1bfc258c3 Fixed some NRefactory bugs (Generic method invocations in VB.NET and output visitor bugs) 21 years ago
Daniel Grunwald 0baa22c074 Remove quotes from svn:keywords property. 21 years ago
David Srbecký b9ef0293f2 Added fullscreen options panel (no features implemented yet) 21 years ago
Daniel Grunwald 818103f022 Fixed bug that prevented VB.Net windows forms applications from compiling. 21 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. 21 years ago
Daniel Grunwald ae5a3110b1 Core bugfixes: 21 years ago
Daniel Grunwald 986d49240a Fixed assembly loading bug introduced in rev. 429. 21 years ago
Daniel Grunwald 86dfaa1bf3 Fixed SD2-434: Reference locking issue 21 years ago
Daniel Grunwald adbb1ce32a Fixed SD2-433: Deleting references mixes up context menu 21 years ago
Daniel Grunwald 89fa2c30d6 Fixed SD2-432: Project references added to the wrong project. 21 years ago
Daniel Grunwald 9a246da449 Add unit tests for CSharpOutputVisitor. 21 years ago
Daniel Grunwald 8fc6327d9f Added CSharpBinding.Tests project. 21 years ago
Daniel Grunwald 7c69708220 Applied CSharpOutputVisitor patch from Rodrigo B. de Oliveira. 21 years ago
Daniel Grunwald e4fabdffd8 New files get now a build action dependent on their file extension. 21 years ago
Daniel Grunwald b28e1079c2 Fixed bug that caused the ParserService to "forget" parsing the projects when a solution was opened with a command line argument. 21 years ago
Daniel Grunwald 212863b199 Fixed SD2-382: Setting a Breakpoint on an empty line 21 years ago
Daniel Grunwald 2f3f01a16f SearchResultPad now displays correct line number. 21 years ago
Daniel Grunwald fb9b8314dc Make the GotoDialog accept expressions like "Function.cs:line 416" (like in stack traces) 21 years ago
Daniel Grunwald 06039e9d6d Show debugger tooltips for expressions like "reference.FieldName". 21 years ago
Daniel Grunwald faab2b4fc9 Improve project options panels and prepare editing different configurations. 21 years ago
David Srbecký 865ca761ff Fixed SD2-414: Breakpoints "invisibly" moving when deleting lines 21 years ago
Daniel Grunwald 5417969348 Fixed SD2-412: Set as startup project is not implemented. 21 years ago
Daniel Grunwald dc6424f703 Use start action for starting projects and give friendly error message when trying to start a class library. 21 years ago
Daniel Grunwald 97f2383785 Fixed SD2-416: Multi-instance Search and Replace dialog 21 years ago