4069 Commits (d7f200ab017c45944efecad2e275aee2c5f69a87)
 

Author SHA1 Message Date
Daniel Grunwald cdc98c365b Fixed bug in build engine: the mapping solution configuration->project configuration was not applied when building only modified projects. 17 years ago
Mike Krüger 65e94963f5 * Src/Lexer/AbstractLexer.cs: Allow white spaces as symbol 17 years ago
Daniel Grunwald 96887f5d5a Update to AvalonDock 1.2.2104. 17 years ago
Siegfried Pammer e77cd497e9 - fixed crash in ExtractedMethod, when extracting code with params parameters 17 years ago
Ivan Shumilin 4526da55b2 Project template for Silverlight application. 17 years ago
Siegfried Pammer 59672ddadb - Bug fixes in Profiler and enhancements in GUI 17 years ago
Daniel Grunwald 6db02df273 ICSharpCode.SharpDevelop.BuildWorker: Fixed excessive CPU usage during build worker shutdown. 17 years ago
Matt Ward 95a74afdb7 Added limited support for ListView items in the python forms designer. No support for sub items nor the ListViewItem.Text property. 17 years ago
Daniel Grunwald 1c7b08ea20 Fixed build. 17 years ago
Daniel Grunwald 7ff8db8eac AvalonEdit: add quick class browser 17 years ago
Matt Ward 91fc4ddf99 Code coverage results now generated when an exclusion has been added to the project. 17 years ago
Daniel Grunwald 56339d8148 Fixed forum-9381: GetClass could return class with incorrect type parameter count. 17 years ago
Siegfried Pammer 60ba0fe3c2 fixed Unit Tests 17 years ago
Daniel Grunwald 43ea75fd62 Fixed compile errors. 17 years ago
Daniel Grunwald 3a2c128dd7 Organize files in ICSharpCode.SharpDevelop.Editor. 17 years ago
Siegfried Pammer 800553fd29 - modified completion action of DefaultCompletionItem and CodeCompletionItem to set EndOffset to the end of the inserted text 17 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 17 years ago
Siegfried Pammer a31f69864a fixed bugs in ProfileProject and ProfileExecutableForm 17 years ago
Matt Ward f9557c8c74 Added support for designing user controls in the python forms designer. 17 years ago
Matt Ward e8e1310402 Removed all control specific code when determining child components in the python forms designer. 17 years ago
Siegfried Pammer a98624fe08 Updated UI 17 years ago
Matt Ward 82e54905b9 Removed control specific code from generated code when adding an array of controls to a property in the python forms designer. 17 years ago
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
Daniel Grunwald 30d06682f7 Update to AvalonDock 1.2.2083. 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
Daniel Grunwald 472350384f Allow saving external tool options when tools in the .NET SDK cannot be found. 17 years ago
Daniel Grunwald 5580bf4de8 Don't initialize pads before the docking layout has been loaded. 17 years ago
Daniel Grunwald 4c1d3f2ab8 Merged 3.0 to trunk. 17 years ago
Daniel Grunwald 0f98095978 AvalonDockLayout: Fixed exception 'Unable to deserialize a docking layout while DockingManager control is unloaded'. 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
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