3177 Commits (b8cd4f3d7a8e2271d9c70ed72d2b925de99ee9e4)

Author SHA1 Message Date
Siegfried Pammer b8cd4f3d7a use ModuleDefinition in ILSpyDecompilerService cache; remove CreateCompilationForAssembly 12 years ago
Siegfried Pammer 4d3786a080 remove old code from DecompiledViewContent and NavigateToDecompiledEntityService 12 years ago
Siegfried Pammer 8023662595 fix warning: unused callingProject 12 years ago
Daniel Grunwald a46af4b4e4 Implement "Refresh reference" 12 years ago
Daniel Grunwald cf3995f1a5 Update to NRefactory commit 'a99a93972cc4e82c969af72568f015019a4d8a96' 12 years ago
Andreas Weizel b1ec1ca977 Localization of "Declaring type" menu item. 12 years ago
Andreas Weizel e8bc3e5a91 Simplified symbol context menu, now the menu entries are included directly inside of EntityContextMenu. 12 years ago
Daniel Grunwald ce4ca4e81c Suppress more warnings 12 years ago
Daniel Grunwald e6a6f4d2ad Remove old SD.Dom resolver unit tests. 12 years ago
Daniel Grunwald f07ea5af32 Reduce number of compiler warnings; and re-enable some old unit tests. 12 years ago
Daniel Grunwald befea66cf0 Add IPropertyService.LoadExtraProperties + SaveExtraProperties 12 years ago
Andreas Weizel 26ead0f9bf Completed "Declaring type: ..." context menu basically, but currently no translated name and no proper icon. 12 years ago
Andreas Weizel 339996c9f9 Added DeclaringTypeSubMenuBuilder. 12 years ago
Andreas Weizel 90e907c3d3 Added "Goto Definition" command to symbol context menus. 12 years ago
Andreas Weizel 67340f1302 Separate AddInTree paths for context menus of different symbol types with inclusion of EntityContextMenu, where sensible. 12 years ago
Andreas Weizel b3b26db7de Added some code editor context menus dependent on symbol at caret (like "Rename", "Find references" etc.) 12 years ago
Andreas Weizel bde6f8134a Added SymbolTypeAtCaretConditionEvaluator. 12 years ago
Siegfried Pammer e2ee087e7f remove some unnecessary log entries 12 years ago
Siegfried Pammer d64dff7ef1 use CharacterEllipsis instead of WordEllipsis in TaskView 12 years ago
Siegfried Pammer 21a4a3349b fix http://community.sharpdevelop.net/forums/t/19403.aspx - MIME Type detection throws COM Exception on 2-byte (non-Unicode) files 12 years ago
Matt Ward 2f2d22f3c6 Do not clear cached images from file system when resources change. 12 years ago
Matt Ward 31e96db276 Minor code reformat. 12 years ago
Michael Seeger 1cb4e87fdb FileIconService added to allow custom template icons to be loaded from the file system. 12 years ago
Siegfried Pammer 623cc269fa add documentation to GridViewColumnAutoSize and correct position of tooltip for partly visible cells in TaskView 12 years ago
Siegfried Pammer a8edb951b3 implement GridViewColumnAutoSize 12 years ago
Siegfried Pammer 91dc59fd7e don't crash if Pad is collapsed or too small 12 years ago
Siegfried Pammer 0a6a63e58e reimplement Copy and SelectAll commands 12 years ago
Siegfried Pammer 71c7f52105 fix text in scope ComboBox 12 years ago
Siegfried Pammer b4df154db2 clean up TaskListPad code 12 years ago
Siegfried Pammer 21ec3eaf0b convert ErrorListPad and TaskListPad to WPF 12 years ago
Siegfried Pammer b277aa8865 remove remaining traces of ITextEditorProvider and ICodeEditorProvider 12 years ago
Siegfried Pammer 46c5c037aa check ActiveViewContent.Services as well, when evaluating WindowActive-Condition 12 years ago
Siegfried Pammer 1e10eb47fc check ActiveViewContent.Services as well, when evaluating WindowActive-Condition 12 years ago
Siegfried Pammer a547f84f04 use unresolved member to retrieve the icon for the tree node 12 years ago
Siegfried Pammer 5db0f9a816 add "debug executable" command to class browser toolbar; clean up the model factory methods 12 years ago
Siegfried Pammer 0f47b3c711 add support for Assembly References to IAssemblyModel 12 years ago
Siegfried Pammer 42adad308c add implementation of IAssemblySearcher 12 years ago
Andreas Weizel a9c0350db3 "Base types" node now only shown in ClassBrowser, if there are indeed any base types. 12 years ago
Andreas Weizel 1c93eb4096 Introduction of IAssemblyList interface and rework of ClassBrowser to operate with assembly lists instead of pure SpecialNodes. 12 years ago
Siegfried Pammer 92cedc9152 Use icon of the file instead of the entity icon with GoToDomRegionAction 12 years ago
Siegfried Pammer d08ff2c7c3 implement Popup to let user choose a part (if there are more than one) to jump to in GoToDefinition 12 years ago
Siegfried Pammer 0ee8c81933 add void ShowContextActionsPopup(ContextActionsPopupViewModel viewModel); to IEditorUIService 12 years ago
Siegfried Pammer f96f8dfd55 fix FileName comparison warning and make DefinitionViewPad less intrusive during solution load 12 years ago
Siegfried Pammer ad54e9f956 expose IsValidXmlName-API in AXmlParser (useful for XAML rename) 12 years ago
Siegfried Pammer 5b3bf495af fix warning about FileName comparison 12 years ago
Matt Ward dc1d4f2765 Fix null reference exception when creating new WiX project. 12 years ago
Siegfried Pammer 80e4c82e33 WIP on IAssemblySearcher API 12 years ago
Andreas Weizel 2b67452b13 Localized some menu items added with ClassBrowser and updated string resources. 12 years ago
Siegfried Pammer f30d838898 normalize file headers 12 years ago
Daniel Grunwald bfab500c73 Move ModelCollectionChangedEvent to its own file. 12 years ago