2220 Commits (dc48a81a05fed51c3b6f497517fde4ebd693b131)

Author SHA1 Message Date
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 5e9b5901f2 SD2-438. Form designer now creating, loading and saving resources. 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
Mathias Simmack b67a0b9d33 dynamic help: sorting implemented, some other fixed 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
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
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
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