6167 Commits (ac4922f2b31a67f2ca7ea59478bfdbfd7a2f708c)
 

Author SHA1 Message Date
Martin Koníček 2dfc2946aa Moved "Find derived classes", "Find base classes", "Find overrides" to Class/Member menu builders, where they logically belong. Now they are available also in class browser. 15 years ago
Matt Ward e4a44d1f9f Updated string resources. 15 years ago
Martin Koníček f46f076fbc Moved context menu items from submenu to top level. 15 years ago
Martin Koníček 13e4f5a65b - Removed context menu items which are now represented by Context actions (it will be possible to add context actions also to any menu if we decide to do so). ResolveExtensionMethod and ResolveAttribute will be implemented as context actions soon. 15 years ago
Kumar Devvrat 5c91c8bb32 - Add StackPanelPlacementSupport.cs in .csproj to be compiled. 15 years ago
Siegfried Pammer c89b7a5e29 implemented SD-631 for VB .NET 15 years ago
Kumar Devvrat 9d8a8b3add Extend top left drag handle for Image and MediaElement. 15 years ago
Kumar Devvrat 27535f252e - Modify and add more default sizes for controls. 15 years ago
Kumar Devvrat 742659979e - Do not select the outer list box that displays images. 15 years ago
Siegfried Pammer f1d761cde7 created IInsightWindowHandler (general API) 15 years ago
Siegfried Pammer c7e652c78a extracted insight window handling to InsightWindowHandler 15 years ago
Siegfried Pammer 721a546025 - fixed some FxCop warnings in VBNetBinding 15 years ago
Siegfried Pammer a19f10d222 - fixed infinite loop in VBNetExpressionFinder 15 years ago
Daniel Grunwald b42d872313 Merge remote branch 'svn/reports' 15 years ago
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
Peter Forstmeier 965ea8dc4c ExplorerTree opens on start, update UnitTest's for Sorting/Grouping 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
Daniel Grunwald 28611767f7 Set UDC branch name for reports branch. 15 years ago
Philipp Maihart bd6cd43f3a Data Add-In Connection Wizard: new UI 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
Peter Forstmeier c53b1946ae Fix Expression UnitTest's 15 years ago
Siegfried Pammer b241377da2 fixed unit tests (fixes build) 15 years ago
Peter Forstmeier eeff77f636 ReportExplorer update ReportSettings 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
Peter Forstmeier 17801d1cf6 UnitTest's for recursive call of DataNavigator 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