4352 Commits (dff9a219380906c8f2b5a4d230a2934abb1ee3b9)
 

Author SHA1 Message Date
Sergej Andrejev 144eb074bb Move key gesture classes to separate directory 16 years ago
Sergej Andrejev bcb1fd10b9 Save user defined gestures 16 years ago
Robert Pickering 3793238da6 Fix breaking changes from may CTP. 16 years ago
David Srbecký c8215974ff Console: Pretty print ICollection 16 years ago
Martin Koníček 0f5665e2c5 Object graph visualizer - scrolling of view area. 16 years ago
David Srbecký df042aa949 Console: Binary operations 16 years ago
Martin Koníček 53c7f38b2d - Fixed NullReferenceException in DebugType.IsInteger 16 years ago
Martin Koníček 16a6f9c97f Implemented TypeResolver properly, to support eg. finding IList<T> implementation on class MyClass : List<Person>. 16 years ago
Mike Krüger a3b56d8ca4 * Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs: 16 years ago
David Srbecký 09ca330bb6 Console: Indexing using the indexer property 16 years ago
Martin Koníček 144dc2dec4 Grid visualizer - implemented EnumerableValuesProvider, now displays lazily loaded grid for IEnumerable<T>. 16 years ago
David Srbecký affaea8a94 Console: Indexing of arrays using literal integers; 16 years ago
David Srbecký bbcc95f3d0 Attempt to fix NullReference exception 16 years ago
David Srbecký ed13621a90 Pretty print array content in debugger console 16 years ago
Matt Ward c3808243ec Fixed NRefactory unit tests. 16 years ago
Mike Krüger e0152e8500 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Removed 16 years ago
David Srbecký e936a38958 Fix the position of code completion window for non-default DPI 16 years ago
David Srbecký 87498ad3a7 Use Cecil instead of my own code to parse the signatures 16 years ago
David Srbecký 3a9080c49d Added the source code of Mono.Cecil to the debugger. 16 years ago
Matt Ward 941673ddd2 Empty form resource file (.resx) now being created and added to project when the python forms designer is used. 16 years ago
Matt Ward a489ea1e63 Fixed failing unit test. 16 years ago
Siegfried Pammer d15e1cf98d reverted old highlighting functionality 16 years ago
Matt Ward 13e940da3b Fixed XmlParser.GetAttributeNameAtIndex returning an attribute name when inside an element's text child node. 16 years ago
Siegfried Pammer 84c898a045 fixed Startup 16 years ago
Siegfried Pammer 3284781d8f Added some XAML PowerToys 16 years ago
David Srbecký e2c1ff9f33 Some support for creating debug types form signature blobs 16 years ago
Sergej Andrejev 17374b13d4 MultiKeyGesture management in shortcut management add-in 16 years ago
Siegfried Pammer d1dd93073d implemented new XAML code completion features 16 years ago
Mike Krüger 6c6eae52d8 * Output/CSharp/VBNetToCSharpConverterTest.cs: Fixed unit test. 16 years ago
David Srbecký df4ba376ab Ignoring "Thread is not in collection" that started to appearing in .NET 4.0; I still have no idea why it is happening - it seems that the API is reporting exits of threads without announcing their creation. 16 years ago
David Srbecký 8fcb895665 New command line argument - noExceptionBox 16 years ago
Martin Koníček 590536a38c Grid visualizer - Preparation for displaying IEnumerable (just implementation of EnumerableValuesProvider is missing) 16 years ago
Sergej Andrejev c30b0f3bb3 Integrate MultiKeyGesture into SharpDevelop 16 years ago
Mike Krüger 64ef2a35f7 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 16 years ago
Mike Krüger 52cefeecb0 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: If statements 16 years ago
David Srbecký 8c17432262 Fixed debugger tests 16 years ago
David Srbecký 564262cf1b Updates of debugger tests for .NET 4.0 16 years ago
Martin Koníček 53c34b73ee - Grid visualizer - first prototype - shows IList in ListView, lazy loaded as user scrolls 16 years ago
Matt Ward d810b90ab9 Python code converter now supports xml doc comments for constructors. Xml doc comments that are not before a class, method or constructor declaration are converted to single line python comments. 16 years ago
Martin Koníček 000009056b - added Grid visualizer window 16 years ago
Martin Koníček 3650e45cdb Moved Visualizers/Graph/Utils to Visualizers/Utils. 16 years ago
Mike Krüger d80a5b833b * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: removed embedded 16 years ago
Mike Krüger 5ad991bd51 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Correctly indent 16 years ago
Sergej Andrejev d7f200ab01 Add support of bindings associated with whole type. Add named types and instances. Named instances and types can be used before the instance or class associated with the name is loaded 16 years ago
Matt Ward e9fa0df4cc Convert class and method xml doc comments to python docstrings. 16 years ago
Matt Ward 067cfb1532 Added support for multiline comments in the python code converter. 16 years ago
Daniel Grunwald ea250dd7e2 Add missing GlobalAssemblyInfo.cs references. 16 years ago
Daniel Grunwald 42f2675b73 ComponentInspector does not need log4net.dll anymore. 16 years ago
Matt Ward 5f8687261b Single line comments now converted from C#, VB.NET to Python. 16 years ago
Daniel Grunwald a5a43d54d2 Explicitly set build order to workaround MSBuild bug when compiling SharpDevelop on the command line. 16 years ago