3934 Commits (66faa9efe528fcc7c05e56a3d203b16a0c28e35a)
 

Author SHA1 Message Date
Daniel Grunwald 66faa9efe5 Support IconBarMargin in split view. 16 years ago
Daniel Grunwald 1599cfa89e Implemented AvalonEdit split view 16 years ago
Daniel Grunwald 34ed9d7591 Document CompletionWindow.StartOffset and EndOffset. 16 years ago
Daniel Grunwald 69ff50a90d Forgot to commit a file. 16 years ago
Daniel Grunwald 5d839819b5 Fixed build. 16 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 16 years ago
Daniel Grunwald e443953145 Merged 3.0 to trunk. 16 years ago
Matt Ward 426aec5809 Python forms designer no longer generates event handlers if they already exist. 16 years ago
Daniel Grunwald 31aa1cec0e Fixed namespace handling in Boo ConvertVisitor. 16 years ago
Daniel Grunwald 1b38904278 Prevent Boo forms designer from changing the type of fields to 'void' 16 years ago
Daniel Grunwald 99b8d8529f Boo Forms Designer: prevent the designer from deleting unrelated fields. 16 years ago
Daniel Grunwald f259855abb Fixed loading of assemblies that contain generic types with more than 10 type parameters. 16 years ago
Daniel Grunwald d0345f7801 Adjust ProjectTypeGuids when converting project between C# and VB. 16 years ago
Daniel Grunwald 5df6bd39e8 Fixed SD2-1397 - Code completion does not work for nested classes inside generic classes. 16 years ago
Daniel Grunwald af544bac8e Fixed bug in ScriptRunner (for scripts inside file or project templates). 16 years ago
Daniel Grunwald cdc98c365b Fixed bug in build engine: the mapping solution configuration->project configuration was not applied when building only modified projects. 16 years ago
Mike Krüger 65e94963f5 * Src/Lexer/AbstractLexer.cs: Allow white spaces as symbol 16 years ago
Daniel Grunwald 96887f5d5a Update to AvalonDock 1.2.2104. 16 years ago
Siegfried Pammer e77cd497e9 - fixed crash in ExtractedMethod, when extracting code with params parameters 16 years ago
Ivan Shumilin 4526da55b2 Project template for Silverlight application. 16 years ago
Siegfried Pammer 59672ddadb - Bug fixes in Profiler and enhancements in GUI 16 years ago
Daniel Grunwald 6db02df273 ICSharpCode.SharpDevelop.BuildWorker: Fixed excessive CPU usage during build worker shutdown. 16 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. 16 years ago
Daniel Grunwald 1c7b08ea20 Fixed build. 16 years ago
Daniel Grunwald 7ff8db8eac AvalonEdit: add quick class browser 16 years ago
Matt Ward 91fc4ddf99 Code coverage results now generated when an exclusion has been added to the project. 16 years ago
Daniel Grunwald 56339d8148 Fixed forum-9381: GetClass could return class with incorrect type parameter count. 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
Siegfried Pammer a31f69864a fixed bugs in ProfileProject and ProfileExecutableForm 16 years ago
Matt Ward f9557c8c74 Added support for designing user controls in the python forms designer. 16 years ago
Matt Ward e8e1310402 Removed all control specific code when determining child components in the python forms designer. 16 years ago
Siegfried Pammer a98624fe08 Updated UI 16 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. 16 years ago
Daniel Grunwald 3fbd48b7d4 Bookmark/Breakpoint support for AvalonEdit. 16 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. 16 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 16 years ago
Matt Ward ea89a0c643 Controls.Add method is now invoked rather than being hard coded in the python forms designer code. 16 years ago
Daniel Grunwald 173236e380 Allow using icons in code completion items. 16 years ago
Matt Ward 43d1863925 ComboBox items code now generated in Python forms designer. 16 years ago
Siegfried Pammer 0f811649e1 fixed display of merged nodes in profiler 16 years ago
Matt Ward b3b1305b58 Fixed build by using actual ToolStripMenuItem sizes in menustrip test. 16 years ago
Matt Ward 00f01fce76 Python forms designer now handles loading and generating a form with a MenuStrip and ToolStripItems. 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
Matt Ward 4df59fe850 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