2845 Commits (8429b4a3afe155e9a076c6f7ade02f65cdab6495)

Author SHA1 Message Date
Martin Koníček ae9496cac2 Object graph visualizer can be opened from debugger tooltips. 16 years ago
Siegfried Pammer 8a0a9aa176 XamlBinding: 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
Daniel Grunwald 1ffa5cbd86 Remove unused code. 16 years ago
Siegfried Pammer e8a2a71648 - fixed build 16 years ago
Martin Koníček f076e218ef Object graph visualizer: 16 years ago
Matt Ward 8d1b33cd8e Python forms designer now generates code using a code dom serializer. 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
Philipp Maihart 4bea217c2f Data AddIn (Database Metadata Fetcher, Database Explorer, EDM Designer, WPF Wizard) 16 years ago
David Srbecký 70ef1b3d26 XML Parser: Changed class prefix to "AXml" (standing for AvalonEdit XML) (part 1) 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
Siegfried Pammer 52adc85abf XamlBinding: 16 years ago
Siegfried Pammer bc4b0a834d XamlBinding: 16 years ago
Martin Koníček c89bf915e0 Debugger tooltips - Debugger.AddIn.TreeNodes provide Visualizer commands which are displayed in Visualizer pickers in DebuggerTooltipControl. 16 years ago
Matt Ward 630f20cf9a Python forms designer now generates code for the content of nested custom collections. 16 years ago
Matt Ward 2f9723d453 Python forms designer now generates code for the items inside a custom collection on a control. 16 years ago
Daniel Grunwald 51fcc171d6 Add ChangeTrackingCheckpoint to AvalonEdit.Document. 16 years ago
Martin Koníček e8964e5495 - Debugger tooltips display icons 16 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. 16 years ago
Siegfried Pammer 9f2405b925 XamlBinding: 16 years ago
Martin Koníček 0a9ff0ae4d Debugger tooltips - closing popup in CodeEditor.JumpTo so that the popup closes on debugger steps. 16 years ago
Matt Ward bc3c82105f Added support for TableLayoutPanel RowStyles and ColumnStyles in Python forms designer. 16 years ago
Martin Koníček cff4acbc5f Debugger tooltips - basic version finished, lazy evaluated on scrolling, behavior very similar to SharpDevelop 3. Missing: icons, integration with visualizers. 16 years ago
Matt Ward f50333b408 Child controls on a TableLayoutPanel are now supported in the Python forms designer. 16 years ago
Matt Ward a3afc53c60 Fixed null reference exception in the python forms designer when generating code for properties that have a null property value. 16 years ago
Matt Ward e66da5b9ad Python forms designer now generates a multline string for the RichTextBox.Text property. 16 years ago
Matt Ward c05cf5f728 Filename with dot character is now correctly shown in the Errors window when compiling a python file that has syntax errors. 16 years ago
Daniel Grunwald a40cc4c22d Add function node support to Rope<T>. 16 years ago
Martin Koníček 1a9088a801 Debugger tooltips - expanding, partially working collapsing using StaysOpen = false for leaf Popup 16 years ago
Matt Ward 1f138f6e87 Python forms designer can now load a SplitContainer containing child controls. 16 years ago
Matt Ward bc83afbe0c MonthCalendar SelectionRange and DateTime[] properties now supported in Python forms designer. 16 years ago
Siegfried Pammer 181f8cb775 XamlBinding: 16 years ago
Martin Koníček 7ff82f21ef Debugger tooltips - content displayed in a Popup 16 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 16 years ago
Matt Ward f793b3715f Added support for list view groups in Python forms designer. 16 years ago
Martin Koníček 97886eaaff Debugger tooltips - DebuggerTooltipControl is shown in the tooltip. 16 years ago
Martin Koníček 6a27467bda Debugger tooltips - added DebuggerTooltipControl. 16 years ago
Matt Ward 80f9ad772d Python forms designer now uses InstanceDescriptor to generate code for object creation. 16 years ago
Siegfried Pammer 4f5e5ff05a XamlBinding: 16 years ago
Martin Koníček 8ffd9d8269 Refactored LazyListView to LazyItemsControl, can be used with any ItemsControl. 16 years ago
Siegfried Pammer fb0710f91a XamlBinding: 16 years ago
Matt Ward 42988ba59a Fixed null reference exception when generating code in the Python forms designer for a non-IComponent object's AddRange method. 16 years ago
Martin Koníček 4daa29a0eb Grid visualizer: 16 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. 16 years ago