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:
...
* List of target frameworks can be extended using the AddInTree.
* CompilableProject no longer needs special-case logic for client profile frameworks.
* ReferenceAssemblies property allows retrieving the list of assemblies that ships with the framework.
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.
...
Also, fixes various references to the "VBNet" language string to use "VB" instead.
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.
...
We now allow loading .xpt files from embedded resources.
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.
...
Remove menu item is now enabled for a missing project.
13 years ago
Peter Forstmeier
a8e2c54257
Rename Files
13 years ago
Daniel Grunwald
e24b3330ce
Use SD.Dom for entity context menu.
...
Note: this does not work yet because the DOM implementation is incomplete.
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'
...
Commit 401e6b90
fixed a typo in the command name, but didn't change the .addin file.
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