5381 Commits (9ee5a7b3ccb84a3bb04c41e8a8fbfa25cbf36fbf)
 

Author SHA1 Message Date
Daniel Grunwald 4b0f6b5a2e Application and Signing project options panels now use the translation database. 20 years ago
Mathias Simmack 3f4ae1490c tried to fix a Virtual PC (no SDK) crash; HiliteMatches restored for testing (it doesn't work here :o( ) 20 years ago
Mathias Simmack 3d0b29be33 disable 'highlight matching topics' because it doesn't work with the WebBrowser control 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 489fd682f1 Ignore .svn folders when creating setup. 20 years ago
Daniel Grunwald 311b812ccb Add prepareRelease.bat (creates ChangeLog.xml and REVISION file) 20 years ago
Daniel Grunwald 42f00603da Fixed InterfaceImplementorCodeGenerator bug (override keyword). 20 years ago
Matt Ward 5e9b5901f2 SD2-438. Form designer now creating, loading and saving resources. 20 years ago
Mike Krüger 748cb314ca Fixed SD2-402:Toolbar in bookmark pad. 20 years ago
Mathias Simmack b67164978b some changes/fixes, LoggingService used 20 years ago
Daniel Grunwald d43964af7c Allow addins to have their project/file templates stored in the addin directory. 20 years ago
Mathias Simmack 4d7308244b dynamic help: new method/type detection (by Robert_G, Delphi-PRAXiS) used for Forms designer support 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
Mathias Simmack b67a0b9d33 dynamic help: sorting implemented, some other fixed 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 e4832b28fa dynamic help: some changes and fixes and (I hope) improvements 20 years ago
Mathias Simmack 310e1cc9b1 dynamic help: Forms designer support added; some more improvements 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
Mathias Simmack 091e1d2610 dynamic help: debug info enabled; using other ResolveResult types to get more info 20 years ago
Mike Krüger 452b741835 Fixed SD2-419:C# Parser bug (methodBase is ConstructorInfo ? #ctor : methodBase.Name). 20 years ago
Mike Krüger 0e42d49abe SharpRefactory tests are now running under MbUnit. 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
Matt Ward 09daff2a33 SD2-437. Source code now generated in InitializeComponent method for non-visual components. 20 years ago
Mathias Simmack b9ae31af01 dynamic help: some scripting improvements 20 years ago
Mathias Simmack 4cfa438cc1 I changed some of the CSharp namespace names; there are no bug fixes in this upload 20 years ago
Daniel Grunwald ee32c33db4 Fixed some bugs. 20 years ago
Mathias Simmack c115d07ebf dynamic help: I forgot the 3 images for the toolstrip (required to compile) and the HTML file and the 2 *Book.png images for the dynamic help (required to use DH) 20 years ago
Mathias Simmack 39c8f1ca1a dynamic help: added support for Help 2.0 namespace reloading 20 years ago
Mathias Simmack faaf94408d dynamic help changed and ready to use 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
David Srbecký 603a58a350 Unavailable variables in debugger handled gracefully 20 years ago
David Srbecký 4bdac6de02 Fixed bug that was caused by breakpoints set on non-executable lines 20 years ago
David Srbecký 00b338e73f Fixed bug that was caused by static variables maked as ThreadStatic 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
David Srbecký 114a1c1dad Fixed bug that prevented stepping through anonymous methods. 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 b0abd4bc91 Allow AddIns to add their own string resources to the ResourceService. 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