414 Commits (7c697082202c048829c65c92636f264c6d4cdf42)
 

Author SHA1 Message Date
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
Daniel Grunwald 1dcf29e24d Add null coalescing operator to C# lexer and parser. 20 years ago
Christoph Wille 980bf98267 Added version number to default install directory, the default is now %programfiles%\sharpdevelop\2.0\. Program group is now also SharpDevelop 2.0. Uninstall key is SharpDevelop2, to not clash with 1.0 installation (SxS is now possible with installer) 20 years ago
Daniel Grunwald 645f4802d2 Fixed SD2-387: Main Menu: Sub menu position wrong 20 years ago
Daniel Grunwald 97f2383785 Fixed SD2-416: Multi-instance Search and Replace dialog 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
Daniel Grunwald 46835e2060 Add NUnit.Framework again. 20 years ago
Matt Ward ab70c219cc Removed NUnit project reference from main SharpDevelop solution. 20 years ago
Matt Ward 731de2e36a Main menu and toolbar initialised after all the pads so that keyboard shortcuts work for the various View-Pad menu items without needing the menu to be displayed at least once. 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