665 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Daniel Grunwald 3d398142f4 C# form template now uses partial classes. File templates now can use the "DependentUpon" attribute. 20 years ago
Daniel Grunwald 1acdd6d9e0 Project converter now converts project settings. 20 years ago
Daniel Grunwald dac4be9a65 Added SharpQuery. 20 years ago
Daniel Grunwald cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago
Daniel Grunwald 7aed280b1f Applied patch by Alex Prudkiy: fixes loading the forms designer when the file contains multiple classes. 20 years ago
Matt Ward 191510b4bc Reset accidentally modified assembly info version numbers. 20 years ago
Matt Ward 5d68029091 Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies. 20 years ago
Daniel Grunwald 3e5e04f05d Reset assembly info version number (see doc\technotes\Versioning.html for details) 20 years ago
Christoph Wille c5d228d6e8 Beta 1 preparations 20 years ago
Daniel Grunwald 9a4be967df Changed license in about dialog to LGPL. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 34680425f9 Display name of AddIns: "Subversion AddIn" instead of "ICSharpCode.Svn" 20 years ago
Daniel Grunwald 206a379d1d NAntAddIn unit tests now don't need a hard-coded path in the config file. 20 years ago
Daniel Grunwald d35a99159c Set output directory of unit test projects to bin\UnitTests 20 years ago
Daniel Grunwald 5572b5104f Use project references to NUnit.Framework instead of GAC references (NUnit isn't in the GAC on the build server). 20 years ago
Daniel Grunwald 2cff0d9e07 Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles. 20 years ago
Daniel Grunwald d5b981e7e0 Show new AddIn properties in the AddInScout. 20 years ago
Daniel Grunwald 49040ea269 Fixed code completion for project references. 20 years ago
Daniel Grunwald b8720c2bac Fixed SD2-564: Code always generated for c#. 20 years ago
Daniel Grunwald af069a1f42 Add code completion for the "override" keyword. 20 years ago
Daniel Grunwald 3b5070c22f Improved code completion for Boo. 20 years ago
Daniel Grunwald 85a45ca2ab Allow generating interface implementations using the new CodeGenerator. 20 years ago
Daniel Grunwald e2d20525d9 Improved BooBinding: 20 years ago
Daniel Grunwald 908db27ca2 - allow code completion bindings to handle ReturnEditAction by handling '\n'. 20 years ago
Daniel Grunwald bd0a39dd05 Fixed C# ExpressionFinder bug when typing "\." inside a string literal. 20 years ago
Daniel Grunwald 2c1fdd4b8f Fixed SD2-474: Allow targeting other .NET Framework versions. 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 820f9a21b7 Fixed SD2-440: Icon for local variables and parameters 20 years ago
Daniel Grunwald 283a39e280 Fixed SD2-425: Improve project options 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
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 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
Daniel Grunwald 0c9ebf6dc2 Reduced number of allocations: 20 years ago
Daniel Grunwald da62a3f37c Improved overload resolution by implementing 14.4.2.2 Better function member. 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 d135e0bd4f Improved overload lookup (but the rules from § 14.4.2.2 are still missing). 20 years ago
Daniel Grunwald 059bc6db0c Removed IIndexer from ICSharpCode.Dom (replaced by IProperty.IsIndexer) 20 years ago
Daniel Grunwald 0baa22c074 Remove quotes from svn:keywords property. 20 years ago
Daniel Grunwald 86dfaa1bf3 Fixed SD2-434: Reference locking issue 20 years ago
Daniel Grunwald 34fe86a22b Fixed bug in C# expression finder that caused CC to fail for "int a = 0; ((NewType)expr).MethodCall(a);". 20 years ago
Daniel Grunwald 8fc6327d9f Added CSharpBinding.Tests project. 20 years ago
Daniel Grunwald e4fabdffd8 New files get now a build action dependent on their file extension. 20 years ago
Daniel Grunwald faab2b4fc9 Improve project options panels and prepare editing different configurations. 20 years ago
Daniel Grunwald 30e512c7b9 Fixed SD2-404: C#: ExpressionFinder bug with CastExpressions 20 years ago
Daniel Grunwald 15549a22d6 Improved event handler completion. 20 years ago
Daniel Grunwald a071440e5f Allow writing a space after "+=" completion without closing the completion window. 20 years ago