13254 Commits (b13f7f8d557ed9f9fbc50cbb57891b6fc6669fe5)
 

Author SHA1 Message Date
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
Daniel Grunwald 0baa22c074 Remove quotes from svn:keywords property. 20 years ago
David Srbecký b9ef0293f2 Added fullscreen options panel (no features implemented yet) 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 34e50f3fb2 Right click on class and member names (and method invocations) in the text editor now shows the "go to definition" command and the class browser context menu of that item. 20 years ago
Daniel Grunwald ae5a3110b1 Core bugfixes: 20 years ago
Daniel Grunwald 986d49240a Fixed assembly loading bug introduced in rev. 429. 20 years ago
Daniel Grunwald 6a84cddd57 Add a "DoEvents" call to the workaround for SD2-426. 20 years ago
Daniel Grunwald 86dfaa1bf3 Fixed SD2-434: Reference locking issue 20 years ago
Daniel Grunwald adbb1ce32a Fixed SD2-433: Deleting references mixes up context menu 20 years ago
Daniel Grunwald 89fa2c30d6 Fixed SD2-432: Project references added to the wrong project. 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 08c23a51d9 Fixed bug: ParseExpression could not parse "a >>= b" 20 years ago
Daniel Grunwald e4fabdffd8 New files get now a build action dependent on their file extension. 20 years ago
Daniel Grunwald b28e1079c2 Fixed bug that caused the ParserService to "forget" parsing the projects when a solution was opened with a command line argument. 20 years ago
Daniel Grunwald 0cbb2d6f34 Fixed SD2-428: Form designer does not load child controls in panels 20 years ago
Daniel Grunwald 212863b199 Fixed SD2-382: Setting a Breakpoint on an empty line 20 years ago
David Srbecký b22d5e29c6 Compiler generated functions (like default constructor) are handled like external functions. 20 years ago
Daniel Grunwald 2f3f01a16f SearchResultPad now displays correct line number. 20 years ago