2251 Commits (5705bb78c55c92ce19403a843743d6677787709e)

Author SHA1 Message Date
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
Daniel Grunwald da62a3f37c Improved overload resolution by implementing 14.4.2.2 Better function member. 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
David Srbecký 114a1c1dad Fixed bug that prevented stepping through anonymous methods. 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
Matt Ward cc4ce37a06 Fixed properties on newly added xml editor test files - removed quotes from the Revision keyword. 20 years ago
Matt Ward 43a18fe66a Added xml editor tests from Fidalgo branch. The XmlSchemaCompletionData class is now using the XmlSchemaAttribute's AttributeSchemaType property instead of the obsolete AttributeType which was causing a few of the attribute value tests to fail. 20 years ago
Daniel Grunwald 818103f022 Fixed bug that prevented VB.Net windows forms applications from compiling. 20 years ago
Daniel Grunwald 86dfaa1bf3 Fixed SD2-434: Reference locking issue 20 years ago
Daniel Grunwald 9a246da449 Add unit tests for CSharpOutputVisitor. 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
David Srbecký 3f126022bd Fixed SD2-429: Cannot step into method when property passed as a parameter. 20 years ago
Daniel Grunwald 8fc6327d9f Added CSharpBinding.Tests project. 20 years ago
Matt Ward 3465c67bab Designer generator now parses the form's code every time a component is added. This ensures that the InitializeComponent's position is correct when adding a new component. 20 years ago
Daniel Grunwald 7c69708220 Applied CSharpOutputVisitor patch from Rodrigo B. de Oliveira. 20 years ago
David Srbecký ce3f1aa12d Removed GC.WaitForPendingFinalizers() because Matt Ward reported it is causing deadlocks. 20 years ago
David Srbecký 1efcd118ab Fixed SD2-431: Debugger fails on FileLoadException 20 years ago
Daniel Grunwald e4fabdffd8 New files get now a build action dependent on their file extension. 20 years ago
David Srbecký b22d5e29c6 Compiler generated functions (like default constructor) are handled like external functions. 20 years ago
Daniel Grunwald 7b8bfb211b Add some documentation about the addin system. 20 years ago
David Srbecký 790ee2fe27 Threads can be frozen using threads pad context menu 20 years ago
David Srbecký 8d3c3546a1 Debugger trace messages go to console; VariableListItems moved to its directoy 20 years ago
David Srbecký 0a7f4b3b06 VariableCollection can handle dot separated variable names 20 years ago
David Srbecký 0eb74d009e Argument names and values can be show/hidden using callstack context menu 20 years ago
David Srbecký 1256609b63 External methods can be show/hidden using callstack context menu 20 years ago
David Srbecký 970e0c535e Local Variables pad cleared when debugger stops 20 years ago
David Srbecký 184294d145 Fixed Base classes in Local Variables pad 20 years ago
Matt Ward 108e5f9721 Added support for included schemas, substitution groups and abstract elements. Tests not ported over from Fidalgo yet. 20 years ago
Daniel Grunwald faab2b4fc9 Improve project options panels and prepare editing different configurations. 20 years ago
David Srbecký f4b2e8bfdd Added first debugger test 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
Mike Krüger dc57d76362 Changed some little translation issues. Re-Arranged tools menu. 20 years ago
Daniel Grunwald c1d54b7df2 Update English and German StringResources (combine -> solution). 20 years ago
Daniel Grunwald 2a323389a8 Fixed SD2-410: Goto definition doesn't work for array types 20 years ago
Daniel Grunwald 9ea25bfec5 Fixed SD2-411: Code completition doesn't show parent class (nested classes) 20 years ago
Daniel Grunwald b32b9beb14 Fixed forms designer to reparse the file when switching to the designer tab. 20 years ago
Matt Ward 31ae5feed0 Show properties (F4) now works in form design mode. 20 years ago
Daniel Grunwald 21af77e33d Ported changes from Fidalgo rev 2038, ivokovacka. 20 years ago
Markus Palme 5a23a45292 added very basic event handler code completition (appears after typing '+='); still many things to do here 20 years ago
David Srbecký 5fad25b34d Added scrollbars to debugger Exception Dialog 20 years ago
Daniel Grunwald b3ec9593b8 NRefactory bugfixes (C#: For initializers added twice and VB: Custom event regions not stored in AST) 20 years ago