5198 Commits (19d1eb15b38c432b7dd42ebf1e58dc1317210700)

Author SHA1 Message Date
David Srbecký cf06375f5c XML Parser: Attach / detach events replaced with Inserted / Removed (which apply to whole trees). Collection events occur for one item at a time. 16 years ago
David Srbecký d571c4059e XML Parser: Replaced matching algorithm 16 years ago
Daniel Grunwald 55c2db9734 Bugfixes AvalonEdit TextSegmentCollection: 16 years ago
Siegfried Pammer 52adc85abf XamlBinding: 16 years ago
David Srbecký 30a7f3b9b6 XML Parser: Improved tag matching heuristics a bit 16 years ago
David Srbecký 19919145ef XML Parser: Rewrite regarding consistency of the tree structure 16 years ago
Siegfried Pammer bc4b0a834d XamlBinding: 16 years ago
Martin Koníček c89bf915e0 Debugger tooltips - Debugger.AddIn.TreeNodes provide Visualizer commands which are displayed in Visualizer pickers in DebuggerTooltipControl. 16 years ago
Martin Koníček e3a34dede7 - Added VisualizerPicker to debugger tooltips (template based on default ComboBox template, added PresentationFramework.Aero reference to SharpDevelop.csproj for combobox drop shadow) 16 years ago
David Srbecký 8a40a722df XML Parser: Minor bugfix 16 years ago
Daniel Grunwald ede6913f9e Rename ProjectTypeGuids.cs to work around bug in Visual Studio. (http://community.sharpdevelop.net/forums/t/9580.aspx) 16 years ago
David Srbecký 5714f8b8bc XML Parser: Tag matching heuristics 16 years ago
Christian Hornung c4d435a0e6 TextArea: Always set the owner of the tooltip when shown. 16 years ago
Matt Ward 630f20cf9a Python forms designer now generates code for the content of nested custom collections. 16 years ago
Matt Ward 2f9723d453 Python forms designer now generates code for the items inside a custom collection on a control. 16 years ago
Daniel Grunwald 51fcc171d6 Add ChangeTrackingCheckpoint to AvalonEdit.Document. 16 years ago
Martin Koníček e8964e5495 - Debugger tooltips display icons 16 years ago
Martin Koníček 0c8f5bb3c4 Refactored Debugger.AddIn.TreeModel.TreeNode to use SharpDevelop.IImage instead of System.Drawing.Bitmap. The Bitmap is still obtainable from IImage.Bitmap property. 16 years ago
Siegfried Pammer 9f2405b925 XamlBinding: 16 years ago
Martin Koníček 0a9ff0ae4d Debugger tooltips - closing popup in CodeEditor.JumpTo so that the popup closes on debugger steps. 16 years ago
Matt Ward bc3c82105f Added support for TableLayoutPanel RowStyles and ColumnStyles in Python forms designer. 16 years ago
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