4446 Commits (3145161f29671f74fa29e3abf113740c9b8e57b6)
 

Author SHA1 Message Date
David Srbecký 3145161f29 XML Parser: Added some helper methods 16 years ago
David Srbecký 418093e238 XML Parser: Report syntax errors. Improved consistency of tree. 16 years ago
Martin Koníček 1a9088a801 Debugger tooltips - expanding, partially working collapsing using StaysOpen = false for leaf Popup 16 years ago
David Srbecký 8ccdc5e6c1 XML Parser: Heuristic for missing quotes in attribute values 16 years ago
David Srbecký 7b1985525a XML Parser: Keep track of memory touched during parsing of an item 16 years ago
David Srbecký 767e88579e XML Parser: Visitor and PrettyPrinter 16 years ago
David Srbecký b39e888905 XML Parser: Rechecked all parse functions and tried to make them more error prone; Added a lot TODOs for the missing functionality. 16 years ago
David Srbecký af248d6973 XML Parser: Support DTD just enough so that it is properly parsed and skipped 16 years ago
David Srbecký 200e481ebb XML Parser: Unified text reading methods; Long text may be separated into fragments 16 years ago
Siegfried Pammer 181f8cb775 XamlBinding: 16 years ago
Martin Koníček 7ff82f21ef Debugger tooltips - content displayed in a Popup 16 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 16 years ago
David Srbecký e699607758 Very simple string caching 16 years ago
David Srbecký 86ab937261 XML Parser: Added documentation. Support for comments, processing instructions and CData. 16 years ago
Martin Koníček 97886eaaff Debugger tooltips - DebuggerTooltipControl is shown in the tooltip. 16 years ago
Martin Koníček 6a27467bda Debugger tooltips - added DebuggerTooltipControl. 16 years ago
Siegfried Pammer 4f5e5ff05a XamlBinding: 16 years ago
David Srbecký 8afd82f176 XML Parser: Joint multiple collection updates together 16 years ago
David Srbecký c6a524da5d XML Parser: Cache the XLinq objects 16 years ago
Martin Koníček 8ffd9d8269 Refactored LazyListView to LazyItemsControl, can be used with any ItemsControl. 16 years ago
Siegfried Pammer fb0710f91a XamlBinding: 16 years ago
David Srbecký cbe7c9f20c XML Parser: Simplified code by introducing RawContainer 16 years ago
David Srbecký 4c6945b8bb XML Parser: Using only one copy of raw DOM again. All DOM object offsets will be always relative to the last parsed text. The user can use list of changes since last parse to translate between the old offsets and new ones. 16 years ago
David Srbecký 8e03d90fdd XML Parser: Initial support for Xml.Linq 16 years ago
David Srbecký 84bce20b8b Written custom XML parser which can handle malformed XML. Subsequent parsing is incremental to increase performance. The old and new parse trees are compared, the DOM is updated and user events are raised. 16 years ago
Martin Koníček 4daa29a0eb Grid visualizer: 16 years ago
Martin Koníček b150f570c2 Fixed bug in caching ListValuesProvider.GetCount. This bug wasn't visible before the Expressions refactoring (rev. 4555) due to caching implemented in the old Expressions. 16 years ago
Daniel Grunwald 941af5fc35 Fixed bug introduced in last revision. 16 years ago
Daniel Grunwald cc9b3e1705 AvalonEdit: 16 years ago
David Srbecký 29622091dd Missed one TypeSpec case 16 years ago
Martin Koníček 327b5f9224 WindowsDebugger.GetTooltipControl fixed - returns simple string tooltip. 16 years ago
Siegfried Pammer b3436caca5 XamlBinding: 16 years ago
Siegfried Pammer 94a3bb4c6a XamlBinding: implemented drag and drop in grid editor 16 years ago
David Srbecký dc4d2cffdd Restructured the API for creating DebugType; 16 years ago
Siegfried Pammer 33c78c593b XamlBinding: improved EditGridColumnsAndRowsDialog 16 years ago
David Srbecký 72357a0f1d Fixed build 16 years ago
Siegfried Pammer d01d5f9777 XamlBinding: 16 years ago
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 16 years ago
Siegfried Pammer 693581e485 XamlBinding: 16 years ago
Daniel Grunwald 891f997015 Merge 3.0 to trunk. 16 years ago
Daniel Grunwald 6df1b7567a Use WPF routed commands for 'Help' and 'Print'. 16 years ago
Daniel Grunwald 871e875ad0 Add "ITextEditor.PrimaryView" property to allow language bindings to detect split-views. 16 years ago
Matt Ward 00f98f795b Fixed failing unit test in Python addin. 16 years ago
Matt Ward ba5384dfbd Python forms designer now loading/generating forms with nested properties (e.g. Button.FlatAppearance) 16 years ago
Matt Ward 4b1d9f62e9 Correct code generated for Default cursor in python forms designer. 16 years ago
Daniel Grunwald 504f585301 Installer now displays SharpDevelop 3.1 RC 1. 16 years ago
Daniel Grunwald a6ec66b0c6 Handle SVN errors when creating a new project. 16 years ago
Matt Ward 399bf9df9e Two tree nodes with their NodeFont property set can now be loaded into the python forms designer. 16 years ago
Daniel Grunwald a522e44fc1 Fixed build. 16 years ago
Daniel Grunwald 937fc8fc1e Fixed SD2-1406: More Missing String Resources 16 years ago