5380 Commits (19d1eb15b38c432b7dd42ebf1e58dc1317210700)
 

Author SHA1 Message Date
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 16 years ago
Daniel Grunwald 4c32ea2a50 Fixed output for overloaded unary operators. 16 years ago
Daniel Grunwald c5a371dd2c Fixed SD2-1572 - operators are shown as nameless methods in code completion 16 years ago
Daniel Grunwald 2bd75facc9 Don't generate code for attributes of base class in override code completion. 16 years ago
Matt Ward ccc5df09db Python forms designer shows a more useful error message if it is unable to find a type to create a local variable. 16 years ago
Siegfried Pammer 4067100222 profiler: modified DefaultProfiler implementation to show error message instead of throwing NotSupportedException in case no profiler was found. 16 years ago
Daniel Grunwald 1915a2c328 Fixed SD2-1581 - GetterModifiers/SetterModifiers not loaded in ReflectionProperty and CecilReader 16 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 16 years ago
Siegfried Pammer 6adccfa490 XamlBinding: ported outline content to AXml API 16 years ago
Martin Koníček 5b19084276 Fixed build. 16 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 16 years ago
Daniel Grunwald f3f87a4bf5 QuickClassBrowser: don't change ComboBox contents while user has opened the drop-down. 16 years ago
Daniel Grunwald 7c390e8d0f ParserService bugfix: use IParseInformationListener interface. 16 years ago
Matt Ward b747259b4e Python forms designer now calls all methods and explicit interface methods when loading InitializeComponent method. 16 years ago
Siegfried Pammer de1a7da0be XamlBinding: bugfixes 16 years ago
David Srbecký b434bf8dc4 XML Parser: Bugfix and some optimizations 16 years ago
Daniel Grunwald 6a37ebba2a Allow to continue running the LoadSolutionProjects thread when there's an exception. 16 years ago
Siegfried Pammer 0dc6a987cb XamlBinding: fixed Unit Tests 16 years ago
Siegfried Pammer c60dc09dc5 - implemented XamlParser 16 years ago
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