3022 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald 3fbd48b7d4 Bookmark/Breakpoint support for AvalonEdit. 17 years ago
Matt Ward 8c5cecd99a Form.Controls, MenuStrip.Items and ToolStripMenuItem.DropDownItems properties are now generated in the correct alphabetical order in the python forms designer. 17 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 17 years ago
Matt Ward ea89a0c643 Controls.Add method is now invoked rather than being hard coded in the python forms designer code. 17 years ago
Daniel Grunwald 173236e380 Allow using icons in code completion items. 17 years ago
Matt Ward 43d1863925 ComboBox items code now generated in Python forms designer. 17 years ago
Siegfried Pammer 0f811649e1 fixed display of merged nodes in profiler 17 years ago
Matt Ward b3b1305b58 Fixed build by using actual ToolStripMenuItem sizes in menustrip test. 17 years ago
Matt Ward 00f01fce76 Python forms designer now handles loading and generating a form with a MenuStrip and ToolStripItems. 17 years ago
Matt Ward 4cc8fbe441 Fixed bug in XmlParser.IsAttributeValueChar not recognising valid characters as being valid for an attribute value. 17 years ago
Matt Ward 4df59fe850 Fixed bug in XmlParser.IsAttributeValueChar not recognising valid characters as being valid for an attribute value. 17 years ago
Daniel Grunwald a2cd52c0f0 implemented MarkupExtensionTokenizer.NextToken 17 years ago
Siegfried Pammer 63a5635d4b Added MarkupExtensionTokenizer and MarkupExtensionParser 17 years ago
Siegfried Pammer 45a7ef931e implementation of Attached Events and Attached Properties 17 years ago
Siegfried Pammer bc05d9df74 - Added TextView to Services 17 years ago
Daniel Grunwald 718fd03ff0 SubversionAddIn: on 64-bit Windows, look for 64-bit version of TortoiseSVN. 17 years ago
Siegfried Pammer 9c4f449feb XamlColorizer improvements 17 years ago
Daniel Grunwald c0e8c59603 AvalonEditViewContent: implement ITextEditorProvider. 17 years ago
Siegfried Pammer b47cf83b0e - fixed SD2-1523 - Watch pad right click shows two context menus based on patch from http://community.sharpdevelop.net/forums/t/9006.aspx 17 years ago
Matt Ward 91bd830e61 Fixed SD2-1505 - Locals window - show values in hex does not refresh the values on display. Based on fix supplied by Nikhil Sarda. 17 years ago
Matt Ward c773c2e393 Added empty string checks to XmlParser. 17 years ago
Siegfried Pammer 4629730755 improvements in XAML binding 17 years ago
Siegfried Pammer 105962eabd fixed crash when trying to profile non-.NET executable 17 years ago
Daniel Grunwald 970d46507d Added some comments. 17 years ago
Siegfried Pammer 422a3263f7 Removed CreateEventHandler from RefactoringProvider 17 years ago
Siegfried Pammer 8c27d50744 added tests in XamlBinding 17 years ago
Siegfried Pammer a86a467ff3 architectural changes in XamlBinding 17 years ago
Siegfried Pammer bfd65e84a8 added work-around for Windows Forms bug in ElementHost, because WpfViewer was sometimes not displayed. 17 years ago
Daniel Grunwald 957e9d46c2 Switch from SvnDotNet to SharpSVN. This updates the embedded subversion library from 1.5.0 to 1.6.0. 17 years ago
Siegfried Pammer b8d901686e fixed CallCount when selecting only a small amount of datasets. 17 years ago
Matt Ward 072d5ec0cc Code code now generated for empty menu strip in python forms designer. 17 years ago
Matt Ward 2c62e65fb9 Python form designer now supports loading/generating code for a form's AcceptButton and CancelButton properties. 17 years ago
Daniel Grunwald e43e49a621 Allow opening a new code completion window inside ICompletionList.Complete() method. 17 years ago
Siegfried Pammer 2e8f6fdd4d fixed threading bug in QueryCompiler 17 years ago
Daniel Grunwald b6cd6d16b0 AvalonEdit: Fixed bug in GetIndentation that could mess up text when pressing Enter. 17 years ago
Matt Ward 00fde32e00 Event handlers added for child controls when loading a form into the python forms designer. 17 years ago
Matt Ward 80aa8f7476 XmlParser now returning the correct active element if the element is followed by a tab or new line character. 17 years ago
Matt Ward b95d5e6c83 Form event handlers now generated and loaded by python form designer. 17 years ago
Matt Ward 58e637e89b SuspendLayout, ResumeLayout methods now called for nested controls in python forms designer generated code. 17 years ago
Matt Ward 32f305a25f Child controls now added to a panel when form is loaded into the python form designer. 17 years ago
Matt Ward b7704c9524 Code is now generated for controls added to a panel in the python forms designer. 17 years ago
Daniel Grunwald 8f38c7aafc Commented out VBNetBinding FormattingStrategy tests - the VB formatting strategy is currently disabled because it's not yet ported to AvalonEdit. 17 years ago
Daniel Grunwald 4b1d5b858c Smart C# indentation now works with AvalonEdit. 17 years ago
Daniel Grunwald 7f94fc4146 Allow completion list and items to handle insertion of text. 17 years ago
Siegfried Pammer d61419f6bc ported XamlBinding to Mirador 17 years ago
Daniel Grunwald 1102221b0d AvalonEdit: added support for preselection. 17 years ago
Daniel Grunwald d9fb680f9d Implemented Ctrl+Space completion for AvalonEdit. 17 years ago
Daniel Grunwald fd03921b13 Fixed exception when hovering mouse outside of document. 17 years ago
Daniel Grunwald f3f05768f2 Fixed build. 17 years ago
Siegfried Pammer c5c518a689 fixed bugs in UI 17 years ago