632 Commits (565490bd49689332e312cf9754f90a85eb7fdf8e)
 

Author SHA1 Message Date
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
Daniel Grunwald 7b8bfb211b Add some documentation about the addin system. 20 years ago
Daniel Grunwald fb9b8314dc Make the GotoDialog accept expressions like "Function.cs:line 416" (like in stack traces) 20 years ago
Daniel Grunwald 06039e9d6d Show debugger tooltips for expressions like "reference.FieldName". 20 years ago
Daniel Grunwald 68127b8f17 Included bugfixes from Alex. 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
David Srbecký 865ca761ff Fixed SD2-414: Breakpoints "invisibly" moving when deleting lines 20 years ago
Daniel Grunwald 5417969348 Fixed SD2-412: Set as startup project is not implemented. 20 years ago
Daniel Grunwald dc6424f703 Use start action for starting projects and give friendly error message when trying to start a class library. 20 years ago
Daniel Grunwald 30e512c7b9 Fixed SD2-404: C#: ExpressionFinder bug with CastExpressions 20 years ago
Daniel Grunwald 87b75008b7 Add "default(Type)" expression to C# parser. 20 years ago
Daniel Grunwald 041bf1f1b8 Fixed SD2-423: Cast to array types cause parser error. 20 years ago
Daniel Grunwald d4f2825721 Added support for accessor modifiers to C# parser (public int Property { get {} protected set {}}) 20 years ago
Daniel Grunwald 2983197ecc SD2-421: Add msbuild file template 20 years ago