4429 Commits (8afd82f176599966502795afce888f025fb22df9)
 

Author SHA1 Message Date
David Srbecký 8afd82f176 XML Parser: Joint multiple collection updates together 17 years ago
David Srbecký c6a524da5d XML Parser: Cache the XLinq objects 17 years ago
Martin Koníček 8ffd9d8269 Refactored LazyListView to LazyItemsControl, can be used with any ItemsControl. 17 years ago
Siegfried Pammer fb0710f91a XamlBinding: 17 years ago
David Srbecký cbe7c9f20c XML Parser: Simplified code by introducing RawContainer 17 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. 17 years ago
David Srbecký 8e03d90fdd XML Parser: Initial support for Xml.Linq 17 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. 17 years ago
Martin Koníček 4daa29a0eb Grid visualizer: 17 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. 17 years ago
Daniel Grunwald 941af5fc35 Fixed bug introduced in last revision. 17 years ago
Daniel Grunwald cc9b3e1705 AvalonEdit: 17 years ago
David Srbecký 29622091dd Missed one TypeSpec case 17 years ago
Martin Koníček 327b5f9224 WindowsDebugger.GetTooltipControl fixed - returns simple string tooltip. 17 years ago
Siegfried Pammer b3436caca5 XamlBinding: 17 years ago
Siegfried Pammer 94a3bb4c6a XamlBinding: implemented drag and drop in grid editor 17 years ago
David Srbecký dc4d2cffdd Restructured the API for creating DebugType; 17 years ago
Siegfried Pammer 33c78c593b XamlBinding: improved EditGridColumnsAndRowsDialog 17 years ago
David Srbecký 72357a0f1d Fixed build 17 years ago
Siegfried Pammer d01d5f9777 XamlBinding: 17 years ago
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 17 years ago
Siegfried Pammer 693581e485 XamlBinding: 17 years ago
Daniel Grunwald 891f997015 Merge 3.0 to trunk. 17 years ago
Daniel Grunwald 6df1b7567a Use WPF routed commands for 'Help' and 'Print'. 17 years ago
Daniel Grunwald 871e875ad0 Add "ITextEditor.PrimaryView" property to allow language bindings to detect split-views. 17 years ago
Matt Ward 00f98f795b Fixed failing unit test in Python addin. 17 years ago
Matt Ward ba5384dfbd Python forms designer now loading/generating forms with nested properties (e.g. Button.FlatAppearance) 17 years ago
Matt Ward 4b1d9f62e9 Correct code generated for Default cursor in python forms designer. 17 years ago
Daniel Grunwald 504f585301 Installer now displays SharpDevelop 3.1 RC 1. 17 years ago
Daniel Grunwald a6ec66b0c6 Handle SVN errors when creating a new project. 17 years ago
Matt Ward 399bf9df9e Two tree nodes with their NodeFont property set can now be loaded into the python forms designer. 17 years ago
Daniel Grunwald a522e44fc1 Fixed build. 17 years ago
Daniel Grunwald 937fc8fc1e Fixed SD2-1406: More Missing String Resources 17 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 17 years ago
Daniel Grunwald 36da479bad Port StringResourceToolAddIn to SharpDevelop 4. 17 years ago
Daniel Grunwald b42acf6a76 Fixed SD2-1525: Error creating new files when default encoding was set to Unicode. 17 years ago
Daniel Grunwald f5c68e18cd Fixed SD2-1550 - Exception creating new F# project when F# compiler is not installed 17 years ago
Daniel Grunwald 36b451624a Fixed InvalidOperationException in ReflectorAddIn when the 'run as administrator' compatibility option is set on Reflector.exe. 17 years ago
Daniel Grunwald ac661446f4 Disable upgrades from SharpDevelop 3.0 to 3.1 (the user will be prompted to uninstall 3.0 first). Fixes SD2-1565 - Microsoft.Scripting.dll removed by upgrade 3.0 -> 3.1. 17 years ago
Daniel Grunwald d23af1f02a Fixed parsing of try statements with multiple catch clauses (bug introduced in r4526). 17 years ago
David Srbecký ea1cb8a263 Support creating type from signature for arrays and pointers 17 years ago
Martin Koníček 95f2e9a20e Grid visualizer - choosing columns to display (using ComboBox with custom style based on default style). 17 years ago
Mike Krüger fc6e55f483 * Src/Visitors/LookupTableVisitor.cs: Lookup table visitors now can 17 years ago
Mike Krüger ffc41d4a7c * Src/Parser/CSharp/cs.ATG: 17 years ago
Matt Ward 583bfa2611 Fixed bug where some TreeNode properties were not set when loading a form into the python forms designer. 17 years ago
David Srbecký 14bf49761a Fixed signature reading for fields; 17 years ago
Daniel Grunwald ee2a4e29cb Fixed code analysis AddIn (fixed support for custom MSBuild loggers, ported SuppressMessageCommand to ITextEditor). 17 years ago
Siegfried Pammer f80a58b813 XamlBinding: improved drag and drop in EditGridColumnsAndRowsDialog 17 years ago
David Srbecký ac76eaa009 Type caching simplified; 17 years ago
Mike Krüger a4a77737bd * Src/Visitors/LookupTableVisitor.cs: Catch variable declarations 17 years ago