5044 Commits (972c1e1361ad2fa8f82bf974c3da8c670d175341)
 

Author SHA1 Message Date
David Srbecký 6fa83ffd40 XML Parser: Fixed or ignored not-well-formed unit tests. The parser is passing over 600 W3C tests now. The issues being ignored are mostly related to the fact that the parser is not verifying DTDs. (which is not supported and is not going to be supported). 16 years ago
Philipp Maihart 8847410980 EDMX Generation finished: Additional MSL info for EntitySetMapping generation (EntityTypeMapping/MappingFragment) 16 years ago
Philipp Maihart 3fe9a3f4c7 Several improvements on Designer, WizardWindow, Template for EDMX creation (EDMX creation isn't working yet because of the missing EntityTypeMapping support of Edmgen.exe) 16 years ago
Matt Ward 530141994b Python forms designer now converts constructor parameters to the correct objects when loading a form. 16 years ago
Matt Ward 4a261f6202 Python form designer now supports assigning a local variable to a property on a control. 16 years ago
Matt Ward 5dd7ca5b36 Fixed null reference exception in form designer's NameCreationService when generating code with the python code dom serializer. 16 years ago
David Srbecký e8c1b07afb XML Parser: Fixed well formed tests 16 years ago
David Srbecký 1a7e1e8b59 XML Parser: Added canonical XML pretty printer needed for tests 16 years ago
Daniel Grunwald 1ffa5cbd86 Remove unused code. 16 years ago
David Srbecký 747629630e XML Parser: 16 years ago
David Srbecký 9e7c56b06a XML Parser: Well-formed tests pass 16 years ago
Siegfried Pammer e8a2a71648 - fixed build 16 years ago
David Srbecký 57385217a3 XML Parser: Handling of Elements without start tag 16 years ago
Martin Koníček f076e218ef Object graph visualizer: 16 years ago
David Srbecký 3dcdd5d455 XML Parser: Using just one common TextSegmentCollection. Fixed tracking of uncached objects 16 years ago
David Srbecký 9d83e3b0ab XML Parser: Cache renamed to TrackedSegmentCollection 16 years ago
Matt Ward 8d1b33cd8e Python forms designer now generates code using a code dom serializer. 16 years ago
Daniel Grunwald d17ab897c4 AvalonEdit: code cleanup 16 years ago
Daniel Grunwald 225e5bdcc5 Fixed NullReferenceException in unit tests pad when SharpDevelop was closed while the parser thread was still running. 16 years ago
Siegfried Pammer c3fe371f8f ported ExtractMethodCommand to ITextEditor 16 years ago
Daniel Grunwald 26f7c10d6d Implemented drag'n'drop from explorer onto WpfWorkbench to open files. 16 years ago
David Srbecký 2faa4b3813 XML Parser: Fixed a few small bugs 16 years ago
Siegfried Pammer b13d3c3331 added simple XmlParser tests 16 years ago
David Srbecký 3605021db0 XML Parser: Track offsets of syntax errors. Updated XmlDOM sample. 16 years ago
Daniel Grunwald fa870bc2db Moved a few classes and methods in AvalonEdit to eliminate dependency cycles between namespaces. 16 years ago
Philipp Maihart 4bea217c2f Data AddIn (Database Metadata Fetcher, Database Explorer, EDM Designer, WPF Wizard) 16 years ago
David Srbecký b1517c7a92 XML Parser: Changed class prefix to "AXml" (standing for AvalonEdit XML) (part 3) 16 years ago
David Srbecký 9348ec92bb XML Parser: Changed class prefix to "AXml" (standing for AvalonEdit XML) (part 2) 16 years ago
David Srbecký 70ef1b3d26 XML Parser: Changed class prefix to "AXml" (standing for AvalonEdit XML) (part 1) 16 years ago
Daniel Grunwald c047c07493 Merge 3.0 to trunk. 16 years ago
David Srbecký 8707dedb49 XML Parser: Each class moved to individual file 16 years ago
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