367 Commits (a45a631ad4243fc1ed36922cd4887d7a2944f828)

Author SHA1 Message Date
Daniel Grunwald 908db27ca2 - allow code completion bindings to handle ReturnEditAction by handling '\n'. 21 years ago
Daniel Grunwald bd0a39dd05 Fixed C# ExpressionFinder bug when typing "\." inside a string literal. 21 years ago
Daniel Grunwald 2c1fdd4b8f Fixed SD2-474: Allow targeting other .NET Framework versions. 21 years ago
Daniel Grunwald b473396c67 Fixed SD2-420: Non-generic classes and generic classes with the same name collide in the DOM. 21 years ago
Daniel Grunwald 820f9a21b7 Fixed SD2-440: Icon for local variables and parameters 21 years ago
Daniel Grunwald 283a39e280 Fixed SD2-425: Improve project options 21 years ago
Daniel Grunwald 830e2bf7c5 Worked on SD2-425 (Improve project options): you can now choose in which section the OutputPath property is stored. 21 years ago
Daniel Grunwald 76d0e4da6c Allow user to choose configuration and platform in the project options. (part of SD2-425) 21 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. 21 years ago
Daniel Grunwald 9169d53913 Improved project options (more strings translatable, reference paths tab works now) 21 years ago
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
Daniel Grunwald 0c9ebf6dc2 Reduced number of allocations: 21 years ago
Daniel Grunwald da62a3f37c Improved overload resolution by implementing 14.4.2.2 Better function member. 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 d135e0bd4f Improved overload lookup (but the rules from § 14.4.2.2 are still missing). 21 years ago
Daniel Grunwald 059bc6db0c Removed IIndexer from ICSharpCode.Dom (replaced by IProperty.IsIndexer) 21 years ago
Daniel Grunwald 0baa22c074 Remove quotes from svn:keywords property. 21 years ago
Daniel Grunwald 86dfaa1bf3 Fixed SD2-434: Reference locking issue 21 years ago
Daniel Grunwald 34fe86a22b Fixed bug in C# expression finder that caused CC to fail for "int a = 0; ((NewType)expr).MethodCall(a);". 21 years ago
Daniel Grunwald 8fc6327d9f Added CSharpBinding.Tests project. 21 years ago
Daniel Grunwald e4fabdffd8 New files get now a build action dependent on their file extension. 21 years ago
Daniel Grunwald faab2b4fc9 Improve project options panels and prepare editing different configurations. 21 years ago
Daniel Grunwald 30e512c7b9 Fixed SD2-404: C#: ExpressionFinder bug with CastExpressions 21 years ago
Daniel Grunwald 15549a22d6 Improved event handler completion. 21 years ago
Daniel Grunwald a071440e5f Allow writing a space after "+=" completion without closing the completion window. 21 years ago
Daniel Grunwald 2a323389a8 Fixed SD2-410: Goto definition doesn't work for array types 21 years ago
Markus Palme 5a23a45292 added very basic event handler code completition (appears after typing '+='); still many things to do here 21 years ago
Daniel Grunwald f7f43911c0 SearchAndReplaceDialog remembers it's location and can be closed with Escape. 21 years ago
Daniel Grunwald eea2eade1e Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup.Remove NUnitPad (MbUnit can run NUnit tests). 21 years ago
Daniel Grunwald 1873333ed0 Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup. 21 years ago
Daniel Grunwald 20199d196a Fixed SD2-401: Using aliases for classes. 21 years ago
Daniel Grunwald 3c3f2e3190 Fixed SD2-403: Find references does not find indexer calls. 21 years ago
Daniel Grunwald cf3eb0d1b9 Move XmlEditor files in Src/Resources subdirectories. 21 years ago
Daniel Grunwald 465e919934 Improved lazy-loading. 21 years ago
Mike Krüger 4b91b06924 Worked on VB.NET Forms Designer.' 21 years ago
Mike Krüger cd8281e9a8 worked on forms designer loading. 21 years ago
Daniel Grunwald 588845f7e7 Keyword completion is not activated in comments anymore. 21 years ago
Daniel Grunwald 2cdb101e4a Improved prjx imported. 21 years ago
Daniel Grunwald 0e75a514cf When typing a variable declaration like "List<string> list = new ***", the new-completion popup preselects "List<string>". 21 years ago
Daniel Grunwald 4c1a238309 Improved support for partial classes. 21 years ago
Daniel Grunwald 80c70338c7 Fixed code completion bugs regarding "global::"/"Global". 21 years ago
Daniel Grunwald 4f2ce47b02 Fixed some code completion bugs. 21 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 21 years ago
Daniel Grunwald f395a72edb Added panel with options for code completion. 21 years ago
Daniel Grunwald 3e4733ae24 Added code completion on type parameters in generic classes. 21 years ago
Daniel Grunwald 6adc092649 Added tool to put revision number into AssemblyInfo files. 21 years ago
Daniel Grunwald a680c1fcfd Added code completion for attributes. 21 years ago
Daniel Grunwald 107881ee32 Added support for code completion on partial classes. 21 years ago