6106 Commits (b27c4aa9248d6845f2a01d83e25273d2431e705e)
 

Author SHA1 Message Date
Daniel Grunwald b27c4aa924 Compile UpdateAssemblyInfo.exe as part of the build. 15 years ago
Daniel Grunwald 5877eaf5d6 Automatically update copyright end year 15 years ago
Daniel Grunwald cc0747bd45 Read copyright information from GlobalAssemblyInfo 15 years ago
Daniel Grunwald 9aec7e28d0 Merge branch 'gitUpdateAssemblyInfo' 15 years ago
Daniel Grunwald 054c5397f3 Merge 3.0 to trunk. 15 years ago
Siegfried Pammer f12702b989 - fixed missing Implements/Handles clause in Sub and Function declarations in EF Parser 15 years ago
Daniel Grunwald 79e2ce1402 Fix automated build. 15 years ago
Daniel Grunwald ef64ad91d5 Remove SVNChangeLogToXml 15 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. 15 years ago
Daniel Grunwald c190de5a0b Merge UpdateSetupInfo into UpdateAssemblyInfo. 15 years ago
Daniel Grunwald 7674a910ad Change UpdateAssemblyInfo to use git. 15 years ago
Siegfried Pammer bd6c8f8193 - fixed NUnit reference in SharpRefactoring.Tests 15 years ago
Matt Ward f249e3f083 Fixed null reference exception when typing a comma to add a new parameter to an existing class method. 15 years ago
Martin Koníček cd578c1fa7 Fixed minor CC bug. 15 years ago
Mathias Simmack 1599809fde removed a few more ArgumentNullExceptions 15 years ago
Siegfried Pammer d27e4926f6 - added missing VB keywords to VBNET-Mode.xshd 15 years ago
Martin Koníček 47eb1adee8 Derived classes etc. popup opens at cursor position again. 15 years ago
Siegfried Pammer 963f910d54 fixed Unit Tests 15 years ago
Matt Ward b99b673908 Updated NUnit to version 2.5.7 15 years ago
Martin Koníček e8b33ea806 Updated string resources. 15 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. 15 years ago
Siegfried Pammer 4309c65a17 - fixed missing instructions in EF Parser 15 years ago
Matt Ward d5a6323e00 Updated NUnit to version 2.5.7 15 years ago
Kumar Devvrat 5b3f1e4470 Fix error in the Tools order. 15 years ago
Kumar Devvrat 42b1ccfc25 - Re-adjust styles. 15 years ago
Martin Koníček 73d846fa74 Fixed minor bug with context action popup closing. 15 years ago
Martin Koníček 9485a07bdb VBNetLanguageBinding returns LanguageProperties.VBNet, so that Context actions now work also for VB. 15 years ago
Daniel Grunwald c28b2cd09d Avoid ArgumentNullException(Help3Service.ActiveCatalog) when pressing F1 on machine without Windows SDK 7.1 installed. 15 years ago
Matt Ward 8543d7d639 Move IL Binding to samples. 15 years ago
Kumar Devvrat 958d12d508 - Fix various issues related to alignments,width and height. 15 years ago
Martin Koníček d107ee6ecd Removed reparse from ContextActionsService, it hangs WPF designer. 15 years ago
Siegfried Pammer 054180895b - added frames for indentation strategy 15 years ago
David Srbecký 158ad95cb9 Hack to ignore unloaded interfaces (will fix properly later) 15 years ago
Martin Koníček e7f82a9a83 Context actions popup has pencil icon. 15 years ago
Martin Koníček a842a3b8f5 Split ContextActionsControl to 2 different classes: one for Popup in the margin, one for "Derived classes" popup. 15 years ago
Kumar Devvrat f722685771 Fix null reference exception. 15 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. 15 years ago
Martin Koníček ac810d59bc TranslateMenuItemToWpf sets also shortcut on WPF MenuItem, so that menus show shortcuts. 15 years ago
Siegfried Pammer 138742401f - improved handling of highlighting of current parameter 15 years ago
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