6035 Commits (df3be24a76c3eb000b6b44517acd7d55741bb6bd)
 

Author SHA1 Message Date
Daniel Grunwald df3be24a76 Fix build errors after merge. 15 years ago
Daniel Grunwald 6009151a23 Merge remote branch 'svn/wpfdesigner' 15 years ago
Daniel Grunwald 4139e71afa Fix IsTypeInInheritanceTree for classes differing only in numbers of type parameters. 15 years ago
Kumar Devvrat 4f215c6883 Support re-ordering elements in StackPanel. 15 years ago
Christoph Wille b02c9c9a75 Change Name attribute in <Product> tag to "SharpDevelop 4.0 Beta 2" 15 years ago
Daniel Grunwald 08dd0f5144 Expand all menu builders in main menu once at startup to ensure that all shortcuts get registered. Fixed issue "Properties window not brought to front using keyboard shortcut" 15 years ago
Daniel Grunwald 0a8c1ca4a2 Remove Ctrl+Alt shortcuts from SharpDevelop Reports. 15 years ago
Daniel Grunwald 295c4abfe9 Combine Run/Continue on F5. Move FindDerivedClassesOrOverrideCommand to F6; change F9 back to Build Project. 15 years ago
Daniel Grunwald 425286712b Allow using a single shortcut for multiple main menu entries (we will use the first non-disabled item). 15 years ago
Daniel Grunwald c2ebe0b9b9 Disable bookmarks and breakpoints pads. 15 years ago
Matt Ward 868420a05e Fixed incorrect relative filenames in setup. Fixed incorrect release output path in projects. 15 years ago
Siegfried Pammer 5fedaf0638 - added test for GenericConstraints 15 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 15 years ago
Siegfried Pammer 8ba3ec3ac8 added keyword mapping for VB snippets 15 years ago
Daniel Grunwald 7904fe1943 Remove incomplete settings AddIn from build and setup. 15 years ago
Siegfried Pammer 21511453dd fixed isUserModified detection in CodeSnippet 15 years ago
Daniel Grunwald 911007af84 Report the file types opened in the text editor to UDC (but only known file types) 15 years ago
Daniel Grunwald c96e64b46f Simplify code using FileFilter 15 years ago
Daniel Grunwald 6ebd91edac Track feature use in UDC: snippets, NewLineConsistencyCheck, ClassMemberBookmark menu. 15 years ago
Siegfried Pammer 8008704ce3 fixed IndexOutOfRangeException when caret is at the start of the line in EditorContext.SymbolUnderCaret 15 years ago
Tomáš Linhart 4cd9d55e19 MetricsReader now use FullName type checking. Fixes a bug with nested types and so on. 15 years ago
Siegfried Pammer b241377da2 fixed unit tests (fixes build) 15 years ago
Siegfried Pammer 8ee9c5e697 fixed NullReferenceException when working with VB files outside of a VB project 15 years ago
Daniel Grunwald 68a3515a39 Fixed SD-1706 - Windows Forms Designer resets IsDirty flag 15 years ago
Martin Koníček 53f53a3320 First implementation of GUI for editor context actions. 15 years ago
Daniel Grunwald 00ef6e81c7 Fix forum-11486: pressing Enter key in toolbar's search box replaces currently selected text 15 years ago
Daniel Grunwald feceefbc35 Remove references to CF framework 15 years ago
Kumar Devvrat b10fe96942 Reset the corresponding alignment if the both the margins are set by clicking on the handle. 15 years ago
Kumar Devvrat a6dbf4a1e3 Do not change alignment while moving inside grid, only decide alignments when changing the container. 15 years ago
Tomáš Linhart add877f9f0 Added ProgressBar into StatusBar. 15 years ago
Daniel Grunwald 76e106308f Fix setup after removing CF files 15 years ago
Daniel Grunwald 380e2e32aa Fix typo in comment 15 years ago
Daniel Grunwald 27ff6cdc30 Remove support for compact framework. 15 years ago
Tomáš Linhart 8b44d44532 Added a Status Bar which shows a number of nodes (namespaces, types and so on). 15 years ago
David Srbecký 8c17586588 Friendlier error message in debugger console 15 years ago
Daniel Grunwald d860af3201 Add Git AddIn (not complete, so its not part of SharpDevelop.sln and won't be compiled by default) 15 years ago
Kumar Devvrat ed83e866e1 Do not create an event when the default event doesn't exist on double clicking an element. 15 years ago
Tomáš Linhart 7c2e758ecd Selection for nodes is now done by DependencyProperties. Style for selected node was moved to XAML. 15 years ago
Siegfried Pammer ed54e3423a added option to disable advanced highlighting for XAML 15 years ago
Daniel Grunwald 37e2705abf Fix NullReferenceException in GeneralEditorOptions.SaveOptions when closing options dialog before the font list is fully loaded. 15 years ago
David Srbecký fd1cb641c1 Still step over properties in form "return field;" even if the GetBackingField method fails. 15 years ago
Siegfried Pammer db08b353a0 added new icon for extension methods 15 years ago
Siegfried Pammer b2282353d6 fixed build 15 years ago
Kumar Devvrat 20fa167774 Bring back ContainerDragHandle and add drag support. 15 years ago
Kumar Devvrat 9787dc9e13 Enable changing margins through mouse-click on the Handle. 15 years ago
Martin Koníček 837200f577 Attempt to fix IntroduceMethodTests. 15 years ago
David Srbecký 15a676dc13 Fixed DebugMethodInfo.GetBackingField for fields 15 years ago
Tomáš Linhart e0b462ce3a Added an icon to nodes in Dependency Graph. 15 years ago
Martin Koníček 28d2336e45 Fixed build of SharpDevelop (will fix build of tests as well). 15 years ago
Siegfried Pammer 2f59398b3d - fixed NullReferenceException if current method cannot be parsed correctly 15 years ago