3898 Commits (96887f5d5a6b0977a91ddc8b00b7b5e0ccebced5)
 

Author SHA1 Message Date
Daniel Grunwald 96887f5d5a Update to AvalonDock 1.2.2104. 16 years ago
Ivan Shumilin 4526da55b2 Project template for Silverlight application. 16 years ago
Daniel Grunwald 1c7b08ea20 Fixed build. 16 years ago
Daniel Grunwald 7ff8db8eac AvalonEdit: add quick class browser 16 years ago
Siegfried Pammer 60ba0fe3c2 fixed Unit Tests 16 years ago
Daniel Grunwald 43ea75fd62 Fixed compile errors. 16 years ago
Daniel Grunwald 3a2c128dd7 Organize files in ICSharpCode.SharpDevelop.Editor. 16 years ago
Siegfried Pammer 800553fd29 - modified completion action of DefaultCompletionItem and CodeCompletionItem to set EndOffset to the end of the inserted text 16 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 16 years ago
Daniel Grunwald 3fbd48b7d4 Bookmark/Breakpoint support for AvalonEdit. 16 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 16 years ago
Daniel Grunwald 173236e380 Allow using icons in code completion items. 16 years ago
Matt Ward 4cc8fbe441 Fixed bug in XmlParser.IsAttributeValueChar not recognising valid characters as being valid for an attribute value. 16 years ago
Daniel Grunwald a2cd52c0f0 implemented MarkupExtensionTokenizer.NextToken 16 years ago
Daniel Grunwald 30d06682f7 Update to AvalonDock 1.2.2083. 16 years ago
Siegfried Pammer 63a5635d4b Added MarkupExtensionTokenizer and MarkupExtensionParser 16 years ago
Siegfried Pammer 45a7ef931e implementation of Attached Events and Attached Properties 16 years ago
Daniel Grunwald 5580bf4de8 Don't initialize pads before the docking layout has been loaded. 16 years ago
Daniel Grunwald 4c1d3f2ab8 Merged 3.0 to trunk. 16 years ago
Daniel Grunwald 0f98095978 AvalonDockLayout: Fixed exception 'Unable to deserialize a docking layout while DockingManager control is unloaded'. 16 years ago
Siegfried Pammer bc05d9df74 - Added TextView to Services 16 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
Daniel Grunwald 2f86318fd8 Improved performance of UpdateAssemblyInfo. 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
Ivan Shumilin a1c433ff16 Fix setup. 17 years ago
Ivan Shumilin 07acb05d86 SharpTreeView. 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 d89a52287a Merged 3.0 to trunk. 17 years ago
Daniel Grunwald 970d46507d Added some comments. 17 years ago
Christoph Wille 60e9783d1c Change version to 4.0 in document (mainly test checkin for SVN 1.6 sharded repository) 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
Mike Krüger 243fa65087 * Parser/Expressions/LambdaExpressionTests.cs: Added test case for 17 years ago
Mike Krüger ebc2f1b64f * Src/Parser/gen.sh: 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