154 Commits (7f031933d8cff7a767364a71e7f21066817a4c39)

Author SHA1 Message Date
Daniel Grunwald 7f031933d8 Remove menu items for code converter (which no longer exists in SD5) 12 years ago
Daniel Grunwald 8873a2432f Improve the "TargetFramework" API: 12 years ago
Daniel Grunwald 1300bac39c Update links to SharpDevelop wiki. 12 years ago
Daniel Grunwald 143332da32 When accessing a pad-service from the SD service container, the SD.MainThread.VerifyAccess() call is now performed on every GetService() call, not just on the first call. 12 years ago
Andreas Weizel d0ffd8026b Show rename menu command only for symbols of currently opened projects (not from external assemblies). 12 years ago
Andreas Weizel dcfd330ebd Show "Open in Class Browser" menu item only where it makes sense. 12 years ago
Daniel Grunwald ee0e6b1d4d Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService. 12 years ago
Siegfried Pammer 20c191a021 add ClassBrowserServiceImpl class to decouple the ClassBrowser service from the pad UI 12 years ago
Andreas Weizel 3bc1a0473d ClassBrowser: Context menu to edit references of a project. 12 years ago
Andreas Weizel c8755f9ef6 Rework of "References" node with real models. 12 years ago
Andreas Weizel e8bc3e5a91 Simplified symbol context menu, now the menu entries are included directly inside of EntityContextMenu. 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
Andreas Weizel 0a4719492e Completed support for pinned/unpinned assemblies in ClassBrowser. 12 years ago
Andreas Weizel 215fa3be97 First implementation of "Open in Class Browser" command in entity context menu. 12 years ago
Siegfried Pammer b277aa8865 remove remaining traces of ITextEditorProvider and ICodeEditorProvider 12 years ago
Andreas Weizel 2b67452b13 Localized some menu items added with ClassBrowser and updated string resources. 12 years ago
Daniel Grunwald efd7e21b10 Introduce 'RichText' class and use it in new output pad API. 12 years ago
Andreas Weizel c2b0722922 Added "Run" context menu item for custom assemblies in ClassBrowser. 12 years ago
Andreas Weizel 0a9c01d948 Context menu for removing assemblies from ClassBrowser workspace. 12 years ago
Siegfried Pammer 54eacfa3b2 update "open assembly" icons in Class Browser to the new icons suggested by Michael 12 years ago
Siegfried Pammer 13623553e0 add icons for new ClassBrowser nodes 12 years ago
Siegfried Pammer e85d13d875 remove SplitView functionality from CodeEditor 12 years ago
Siegfried Pammer 7679f1cc49 reimplement Workspace architecture with a single WorkspaceModel 12 years ago
Siegfried Pammer 9e5416c8ad clean up ClassBrowserWorkspace logic and implement assembly model for loaded assemblies; 12 years ago
Siegfried Pammer 035cbe30b7 add simple implementation of ClassBrowserPad, ClassBrowserTreeView and some tree nodes 12 years ago
Daniel Grunwald 79eae2127d Remove ShowServiceCommandInBrowser (clean up project browser context menu; command does not work with multiple service references) 12 years ago
Siegfried Pammer 01df710105 first implementation of rename without proper UI 12 years ago
Daniel Grunwald feab288aca Put the SortOrder in the AddIn-Tree; and remove the SortOrder.xml files. 12 years ago
Siegfried Pammer 7c0e667388 move Attach/Detach to ITextEditorExtension and use ILanguageBinding as extensible replacement for old "LanguageProperties" 12 years ago
Daniel Grunwald e0d6d8d9d9 Use new ProjectTemplate base class. 13 years ago
Daniel Grunwald aecdac2308 Hide NewProjectDialog behind IUIService. 13 years ago
Daniel Grunwald 44d5a83dc4 Add IFileSystem interface to SharpDevelop. 13 years ago
Daniel Grunwald 6e08cfe87e Reimplemented project configuration management. 13 years ago
Daniel Grunwald bb4e74c170 Worked on IProjectService API. 13 years ago
Daniel Grunwald 5ac93c1540 Port most of SharpDevelop to new ISolution API. 13 years ago
Matt Ward 225ec195fb Allow missing projects to be removed from solution. 13 years ago
Peter Forstmeier a8e2c54257 Rename Files 13 years ago
Daniel Grunwald e24b3330ce Use SD.Dom for entity context menu. 13 years ago
Peter Forstmeier 12dd9699f6 rename some obsolete classes to old_XY 13 years ago
Peter Forstmeier 871b1cc150 OutputWindowOptionsPanelXaml 13 years ago
Daniel Grunwald 703d17d91d Reimplemented CodeEditorView.ShowHelp() 13 years ago
Daniel Grunwald 9990ce8399 Fix 'Add existing project' 13 years ago
PeterForstmeier c68e424ec0 ExternalToolOptions Cleanup 13 years ago
PeterForstmeier e592629af4 ExternalToolPanel.cs 13 years ago
PeterForstmeier fdd00b2fdd ExternalToolPanelXaml.xaml - ContextMenu's 13 years ago