4861 Commits (2ed12a18e029480f0340a04b22b3e92d1fbecea6)
 

Author SHA1 Message Date
Daniel Grunwald 9caed44e73 Allow unit tests to set the list of parser descriptors in the ParserService. 16 years ago
David Srbecký 18e073d771 Fixed thread safety. Handling of null version. 16 years ago
Martin Koníček 7ac6e8b962 Eval.CreateValue sets Value.ExpressionTree more correctly so that Expression.PrettyPrint does not result in stack overflow anymore. 16 years ago
Daniel Grunwald 54e90697dc Fixed bug in ParserService (ParseInformationUpdated event was not raised). 16 years ago
David Srbecký 0b8bf974ef XML Parser: ParseAndLock method in the XamlParser 16 years ago
Daniel Grunwald 4f2d79c75c Removed 'no-concurrent calls' guarantee for IParser. This avoids deadlocks when IParser implementations invoke methods on the main thread. 16 years ago
David Srbecký 551566b0c7 XML Parser: Fixed some bugs. Hereby declaring code ready for use. 16 years ago
Philipp Maihart 16f7f35979 EMD Designer: Several bugfixes concerning wizard/template problems when generating a new EDMX from database 16 years ago
Daniel Grunwald f036036368 Ignore failing XamlBinding test. 16 years ago
Matt Ward 656d68f69b Fixed squashed controls on debug symbols options panel. 16 years ago
Martin Koníček 4c48fe2d6e Update to Graphviz 2.24 - added new binaries, should run on clean Windows now. 16 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 16 years ago
Siegfried Pammer 6728a6f5b6 - fixed build 16 years ago
Martin Koníček ae9496cac2 Object graph visualizer can be opened from debugger tooltips. 16 years ago
Siegfried Pammer 8a0a9aa176 XamlBinding: 16 years ago
David Srbecký ba134da83b XML Parser: 16 years ago
David Srbecký 875a74aa61 XML Parser: Made it easier to add custom tests 16 years ago
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