5380 Commits (19d1eb15b38c432b7dd42ebf1e58dc1317210700)
 

Author SHA1 Message Date
David Srbecký f159a29c85 XML Parser: Dereference escaped values 16 years ago
Martin Koníček 7989d6ce99 HighlightingManager.RegisterHighlighting - changed "c:\temp" to Path.GetTempPath(). 16 years ago
David Srbecký d4cea56e77 XML Parser: 16 years ago
David Srbecký eb190567a5 XML Parser: 16 years ago
Martin Koníček cff4acbc5f Debugger tooltips - basic version finished, lazy evaluated on scrolling, behavior very similar to SharpDevelop 3. Missing: icons, integration with visualizers. 16 years ago
Matt Ward f50333b408 Child controls on a TableLayoutPanel are now supported in the Python forms designer. 16 years ago
Daniel Grunwald ef670156b8 Make Highlighting definitions and Xshd model serializable. 16 years ago
Matt Ward a3afc53c60 Fixed null reference exception in the python forms designer when generating code for properties that have a null property value. 16 years ago
Matt Ward e66da5b9ad Python forms designer now generates a multline string for the RichTextBox.Text property. 16 years ago
Matt Ward c05cf5f728 Filename with dot character is now correctly shown in the Errors window when compiling a python file that has syntax errors. 16 years ago
David Srbecký 75b9c68567 XML Parser: Fast attribute lookup using hashtable 16 years ago
Daniel Grunwald a8a376d846 Move Rope<T> to AvalonEdit.Utils. 16 years ago
David Srbecký dda2bb2b94 XML Parser: 16 years ago
Daniel Grunwald a40cc4c22d Add function node support to Rope<T>. 16 years ago
David Srbecký fd661d42ec XML Parser: Removed XLinq support 16 years ago
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
Daniel Grunwald 4be88bafca Recompiled SharpSvn using VS2008. 16 years ago
Daniel Grunwald cedb3a0212 Update to SharpSvn 1.6004.1329. (SVN 1.6.4) 16 years ago
David Srbecký 8ccdc5e6c1 XML Parser: Heuristic for missing quotes in attribute values 16 years ago
Matt Ward 1f138f6e87 Python forms designer can now load a SplitContainer containing child controls. 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
Matt Ward bc83afbe0c MonthCalendar SelectionRange and DateTime[] properties now supported in Python forms designer. 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
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