3022 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
David Srbecký 4162f7ab31 Expression caching 17 years ago
Daniel Grunwald a6fb1caa46 Removed CtrlSpace method from IResolver interface. 17 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 17 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. 17 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 17 years ago
Siegfried Pammer 6adccfa490 XamlBinding: ported outline content to AXml API 17 years ago
Martin Koníček 5b19084276 Fixed build. 17 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 17 years ago
Daniel Grunwald f3f87a4bf5 QuickClassBrowser: don't change ComboBox contents while user has opened the drop-down. 17 years ago
Daniel Grunwald 7c390e8d0f ParserService bugfix: use IParseInformationListener interface. 17 years ago
Matt Ward b747259b4e Python forms designer now calls all methods and explicit interface methods when loading InitializeComponent method. 17 years ago
Siegfried Pammer de1a7da0be XamlBinding: bugfixes 17 years ago
Siegfried Pammer 0dc6a987cb XamlBinding: fixed Unit Tests 17 years ago
Siegfried Pammer c60dc09dc5 - implemented XamlParser 17 years ago
Daniel Grunwald 9caed44e73 Allow unit tests to set the list of parser descriptors in the ParserService. 17 years ago
David Srbecký 18e073d771 Fixed thread safety. Handling of null version. 17 years ago
Martin Koníček 7ac6e8b962 Eval.CreateValue sets Value.ExpressionTree more correctly so that Expression.PrettyPrint does not result in stack overflow anymore. 17 years ago
David Srbecký 0b8bf974ef XML Parser: ParseAndLock method in the XamlParser 17 years ago
Philipp Maihart 16f7f35979 EMD Designer: Several bugfixes concerning wizard/template problems when generating a new EDMX from database 17 years ago
Daniel Grunwald f036036368 Ignore failing XamlBinding test. 17 years ago
Matt Ward 656d68f69b Fixed squashed controls on debug symbols options panel. 17 years ago
Martin Koníček 4c48fe2d6e Update to Graphviz 2.24 - added new binaries, should run on clean Windows now. 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Siegfried Pammer 6728a6f5b6 - fixed build 17 years ago
Martin Koníček ae9496cac2 Object graph visualizer can be opened from debugger tooltips. 17 years ago
Siegfried Pammer 8a0a9aa176 XamlBinding: 17 years ago
Philipp Maihart 8847410980 EDMX Generation finished: Additional MSL info for EntitySetMapping generation (EntityTypeMapping/MappingFragment) 17 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) 17 years ago
Matt Ward 530141994b Python forms designer now converts constructor parameters to the correct objects when loading a form. 17 years ago
Matt Ward 4a261f6202 Python form designer now supports assigning a local variable to a property on a control. 17 years ago
Matt Ward 5dd7ca5b36 Fixed null reference exception in form designer's NameCreationService when generating code with the python code dom serializer. 17 years ago
Daniel Grunwald 1ffa5cbd86 Remove unused code. 17 years ago
Siegfried Pammer e8a2a71648 - fixed build 17 years ago
Martin Koníček f076e218ef Object graph visualizer: 17 years ago
Matt Ward 8d1b33cd8e Python forms designer now generates code using a code dom serializer. 17 years ago
Daniel Grunwald 225e5bdcc5 Fixed NullReferenceException in unit tests pad when SharpDevelop was closed while the parser thread was still running. 17 years ago
Siegfried Pammer c3fe371f8f ported ExtractMethodCommand to ITextEditor 17 years ago
Philipp Maihart 4bea217c2f Data AddIn (Database Metadata Fetcher, Database Explorer, EDM Designer, WPF Wizard) 17 years ago
David Srbecký 70ef1b3d26 XML Parser: Changed class prefix to "AXml" (standing for AvalonEdit XML) (part 1) 17 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 17 years ago
Daniel Grunwald a44f970bc6 Ignore failing unit tests. 17 years ago
Siegfried Pammer 52adc85abf XamlBinding: 17 years ago
Siegfried Pammer bc4b0a834d XamlBinding: 17 years ago
Martin Koníček c89bf915e0 Debugger tooltips - Debugger.AddIn.TreeNodes provide Visualizer commands which are displayed in Visualizer pickers in DebuggerTooltipControl. 17 years ago
Matt Ward 630f20cf9a Python forms designer now generates code for the content of nested custom collections. 17 years ago
Matt Ward 2f9723d453 Python forms designer now generates code for the items inside a custom collection on a control. 17 years ago
Daniel Grunwald 51fcc171d6 Add ChangeTrackingCheckpoint to AvalonEdit.Document. 17 years ago
Martin Koníček e8964e5495 - Debugger tooltips display icons 17 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. 17 years ago
Siegfried Pammer 9f2405b925 XamlBinding: 17 years ago