3022 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Martin Koníček 0a9ff0ae4d Debugger tooltips - closing popup in CodeEditor.JumpTo so that the popup closes on debugger steps. 17 years ago
Matt Ward bc3c82105f Added support for TableLayoutPanel RowStyles and ColumnStyles in Python forms designer. 17 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. 17 years ago
Matt Ward f50333b408 Child controls on a TableLayoutPanel are now supported in the Python forms designer. 17 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. 17 years ago
Matt Ward e66da5b9ad Python forms designer now generates a multline string for the RichTextBox.Text property. 17 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. 17 years ago
Daniel Grunwald a40cc4c22d Add function node support to Rope<T>. 17 years ago
Martin Koníček 1a9088a801 Debugger tooltips - expanding, partially working collapsing using StaysOpen = false for leaf Popup 17 years ago
Matt Ward 1f138f6e87 Python forms designer can now load a SplitContainer containing child controls. 17 years ago
Matt Ward bc83afbe0c MonthCalendar SelectionRange and DateTime[] properties now supported in Python forms designer. 17 years ago
Siegfried Pammer 181f8cb775 XamlBinding: 17 years ago
Martin Koníček 7ff82f21ef Debugger tooltips - content displayed in a Popup 17 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 17 years ago
Matt Ward f793b3715f Added support for list view groups in Python forms designer. 17 years ago
Martin Koníček 97886eaaff Debugger tooltips - DebuggerTooltipControl is shown in the tooltip. 17 years ago
Martin Koníček 6a27467bda Debugger tooltips - added DebuggerTooltipControl. 17 years ago
Matt Ward 80f9ad772d Python forms designer now uses InstanceDescriptor to generate code for object creation. 17 years ago
Siegfried Pammer 4f5e5ff05a XamlBinding: 17 years ago
Martin Koníček 8ffd9d8269 Refactored LazyListView to LazyItemsControl, can be used with any ItemsControl. 17 years ago
Siegfried Pammer fb0710f91a XamlBinding: 17 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. 17 years ago
Martin Koníček 4daa29a0eb Grid visualizer: 17 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. 17 years ago
Matt Ward 921f2d2045 Inherited tooltips now supported in the Python forms designer. 17 years ago
Matt Ward d837482511 Public inherited controls now supported in Python forms designer. 17 years ago
Matt Ward 2ea6c93ce1 Inherited protected controls are now supported in the Python forms designer. 17 years ago
David Srbecký 29622091dd Missed one TypeSpec case 17 years ago
Martin Koníček 327b5f9224 WindowsDebugger.GetTooltipControl fixed - returns simple string tooltip. 17 years ago
Siegfried Pammer b3436caca5 XamlBinding: 17 years ago
Matt Ward e9949d3692 Fixed null reference exception when loading/generating code in the python forms designer when a control's property was null. 17 years ago
Matt Ward f2f7704f3d Python forms designer no longer generates code for controls in inherited base class. 17 years ago
Siegfried Pammer 94a3bb4c6a XamlBinding: implemented drag and drop in grid editor 17 years ago
Matt Ward ccddc2cd65 Python forms designer now creates an instance of the form's base class instead of just a Form or UserControl when loading a form in the designer. 17 years ago
David Srbecký dc4d2cffdd Restructured the API for creating DebugType; 17 years ago
Siegfried Pammer 33c78c593b XamlBinding: improved EditGridColumnsAndRowsDialog 17 years ago
David Srbecký 72357a0f1d Fixed build 17 years ago
Siegfried Pammer d01d5f9777 XamlBinding: 17 years ago
David Srbecký f27fd62e1c Rewritten expressions in debugger to use NRefactory; 17 years ago
Siegfried Pammer 693581e485 XamlBinding: 17 years ago
Matt Ward f134d84ee4 Python forms designer can now design forms that do not directly inherit from Form or UserControl. 17 years ago
Siegfried Pammer e543fb8401 Profiler: fixed display of meta data tokens VAR and MVAR 17 years ago
Matt Ward 2e9a82b24d Refactored the set property value code out of the PythonComponentWalker class. 17 years ago
Daniel Grunwald 871e875ad0 Add "ITextEditor.PrimaryView" property to allow language bindings to detect split-views. 17 years ago
Matt Ward 00f98f795b Fixed failing unit test in Python addin. 17 years ago
Matt Ward ba5384dfbd Python forms designer now loading/generating forms with nested properties (e.g. Button.FlatAppearance) 17 years ago
Matt Ward 4b1d9f62e9 Correct code generated for Default cursor in python forms designer. 17 years ago
Daniel Grunwald a6ec66b0c6 Handle SVN errors when creating a new project. 17 years ago
Matt Ward 399bf9df9e Two tree nodes with their NodeFont property set can now be loaded into the python forms designer. 17 years ago
Daniel Grunwald a522e44fc1 Fixed build. 17 years ago