4963 Commits (d158afd84743e87fd4a33b86b32a002f5276e234)
 

Author SHA1 Message Date
Daniel Grunwald 54848a8515 Fixed SD2-1582: Code completion lists multiple entries for partial classes 16 years ago
David Srbecký d4a2d01a9c XML Parser: XmlParser class restructured and divided 16 years ago
Daniel Grunwald 945b3d54a3 Fixed AvalonEdit bugs. 16 years ago
Daniel Grunwald 04f2d7b102 AvalonEdit: Fixed drag'n'drop when there are read-only text segments. 16 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 16 years ago
Daniel Grunwald a44f970bc6 Ignore failing unit tests. 16 years ago
David Srbecký 7f6a0fd9c4 XML Parser: Element caching 16 years ago
David Srbecký 82b5f3ebf2 XML Parser: Several small fixes and changes 16 years ago
David Srbecký be29c1abd8 XML Parser: GetSelfAndAllChildren optimized by reusing Daniel's Flatten function 16 years ago
Daniel Grunwald c78ef52b7a Implemented Copy/Paste for rectangular selections. 16 years ago
David Srbecký 98f7ccb611 XML Parser: Do not remove items from other location during insert - just set parent pointer 16 years ago
Daniel Grunwald 8ef5fe74a6 Added rectangular selection to AvalonEdit. 16 years ago
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