3832 Commits (6bbac6dd41ece1b7ab7e77bb533873b6e0ffb768)

Author SHA1 Message Date
Siegfried Pammer c1ec7d2898 fix build (ignore unit tests for Introduce Method) 16 years ago
Martin Koníček cbc1b162e6 Added 2 context actions - Check null, Check not null. They are offered after assignments to local variables. In case they annoy you: soon it will be possible to turn off any action easily right from the actions popup. 16 years ago
Martin Koníček d724328441 Rewrote EditorContext so that it will be more usable for implementing Context actions. It now provides AST Node at caret and its parents. 16 years ago
Siegfried Pammer f12702b989 - fixed missing Implements/Handles clause in Sub and Function declarations in EF Parser 16 years ago
Matt Ward 82c8b61d80 Changes in Tools-Options for the IronPython and IronRuby console application filename are now picked up when using Python-Run or Ruby-Run. 16 years ago
Siegfried Pammer bd6c8f8193 - fixed NUnit reference in SharpRefactoring.Tests 16 years ago
Mathias Simmack 1599809fde removed a few more ArgumentNullExceptions 16 years ago
Martin Koníček 33d3af13c7 Ctrl+T in the editor opens and focuses Context actions popup. Added tooltip so that the shortcut is discoverable. 16 years ago
Siegfried Pammer 4309c65a17 - fixed missing instructions in EF Parser 16 years ago
Kumar Devvrat 5b3f1e4470 Fix error in the Tools order. 16 years ago
Kumar Devvrat 42b1ccfc25 - Re-adjust styles. 16 years ago
Martin Koníček 73d846fa74 Fixed minor bug with context action popup closing. 16 years ago
Martin Koníček 9485a07bdb VBNetLanguageBinding returns LanguageProperties.VBNet, so that Context actions now work also for VB. 16 years ago
Daniel Grunwald c28b2cd09d Avoid ArgumentNullException(Help3Service.ActiveCatalog) when pressing F1 on machine without Windows SDK 7.1 installed. 16 years ago
Matt Ward 8543d7d639 Move IL Binding to samples. 16 years ago
Kumar Devvrat 958d12d508 - Fix various issues related to alignments,width and height. 16 years ago
Siegfried Pammer 054180895b - added frames for indentation strategy 16 years ago
David Srbecký 158ad95cb9 Hack to ignore unloaded interfaces (will fix properly later) 16 years ago
Martin Koníček a842a3b8f5 Split ContextActionsControl to 2 different classes: one for Popup in the margin, one for "Derived classes" popup. 16 years ago
Kumar Devvrat f722685771 Fix null reference exception. 16 years ago
Kumar Devvrat 89ec55d12f - Fix in-place editor placement and resolve issue when resizing while editing text too;caused an exception due to nested transactions. 16 years ago
Siegfried Pammer 138742401f - improved handling of highlighting of current parameter 16 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. 16 years ago
Kumar Devvrat 5c91c8bb32 - Add StackPanelPlacementSupport.cs in .csproj to be compiled. 16 years ago
Siegfried Pammer c89b7a5e29 implemented SD-631 for VB .NET 16 years ago
Kumar Devvrat 9d8a8b3add Extend top left drag handle for Image and MediaElement. 16 years ago
Kumar Devvrat 27535f252e - Modify and add more default sizes for controls. 16 years ago
Kumar Devvrat 742659979e - Do not select the outer list box that displays images. 16 years ago
Siegfried Pammer f1d761cde7 created IInsightWindowHandler (general API) 16 years ago
Siegfried Pammer c7e652c78a extracted insight window handling to InsightWindowHandler 16 years ago
Siegfried Pammer 721a546025 - fixed some FxCop warnings in VBNetBinding 16 years ago
Siegfried Pammer a19f10d222 - fixed infinite loop in VBNetExpressionFinder 16 years ago
Daniel Grunwald df3be24a76 Fix build errors after merge. 16 years ago
Kumar Devvrat 4f215c6883 Support re-ordering elements in StackPanel. 16 years ago
Peter Forstmeier 965ea8dc4c ExplorerTree opens on start, update UnitTest's for Sorting/Grouping 16 years ago
Daniel Grunwald 0a8c1ca4a2 Remove Ctrl+Alt shortcuts from SharpDevelop Reports. 16 years ago
Daniel Grunwald c2ebe0b9b9 Disable bookmarks and breakpoints pads. 16 years ago
Philipp Maihart bd6cd43f3a Data Add-In Connection Wizard: new UI 16 years ago
Matt Ward 868420a05e Fixed incorrect relative filenames in setup. Fixed incorrect release output path in projects. 16 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 16 years ago
Siegfried Pammer 8ba3ec3ac8 added keyword mapping for VB snippets 16 years ago
Siegfried Pammer 21511453dd fixed isUserModified detection in CodeSnippet 16 years ago
Daniel Grunwald 911007af84 Report the file types opened in the text editor to UDC (but only known file types) 16 years ago
Daniel Grunwald 6ebd91edac Track feature use in UDC: snippets, NewLineConsistencyCheck, ClassMemberBookmark menu. 16 years ago
Tomáš Linhart 4cd9d55e19 MetricsReader now use FullName type checking. Fixes a bug with nested types and so on. 16 years ago
Peter Forstmeier c53b1946ae Fix Expression UnitTest's 16 years ago
Siegfried Pammer b241377da2 fixed unit tests (fixes build) 16 years ago
Peter Forstmeier eeff77f636 ReportExplorer update ReportSettings 16 years ago
Siegfried Pammer 8ee9c5e697 fixed NullReferenceException when working with VB files outside of a VB project 16 years ago
Daniel Grunwald 68a3515a39 Fixed SD-1706 - Windows Forms Designer resets IsDirty flag 16 years ago