5198 Commits (19d1eb15b38c432b7dd42ebf1e58dc1317210700)

Author SHA1 Message Date
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
Matt Ward f793b3715f Added support for list view groups in Python forms designer. 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
Matt Ward 80f9ad772d Python forms designer now uses InstanceDescriptor to generate code for object creation. 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
Matt Ward 42988ba59a Fixed null reference exception when generating code in the Python forms designer for a non-IComponent object's AddRange method. 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
Matt Ward 921f2d2045 Inherited tooltips now supported in the Python forms designer. 16 years ago
Matt Ward d837482511 Public inherited controls now supported in Python forms designer. 16 years ago
Daniel Grunwald 941af5fc35 Fixed bug introduced in last revision. 16 years ago
Daniel Grunwald cc9b3e1705 AvalonEdit: 16 years ago
Matt Ward 2ea6c93ce1 Inherited protected controls are now supported in the Python forms designer. 16 years ago
Daniel Grunwald 34e76133c3 Fixed SD2-1465 - Convert integer casts correctly between VB and C# 16 years ago
Daniel Grunwald e051b6560f Fixed forum-9858: problem with sizeof operator converting from C# to VB.NET 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
Matt Ward e9949d3692 Fixed null reference exception when loading/generating code in the python forms designer when a control's property was null. 16 years ago
Matt Ward f2f7704f3d Python forms designer no longer generates code for controls in inherited base class. 16 years ago
Siegfried Pammer 94a3bb4c6a XamlBinding: implemented drag and drop in grid editor 16 years ago
Matt Ward ccddc2cd65 Python forms designer now creates an instance of the form's base class instead of just a Form or UserControl when loading a form in the designer. 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
Matt Ward f134d84ee4 Python forms designer can now design forms that do not directly inherit from Form or UserControl. 16 years ago
Siegfried Pammer e543fb8401 Profiler: fixed display of meta data tokens VAR and MVAR 16 years ago
Matt Ward 2e9a82b24d Refactored the set property value code out of the PythonComponentWalker class. 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