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.
12 years ago
Daniel Grunwald
aecdac2308
Hide NewProjectDialog behind IUIService.
12 years ago
Daniel Grunwald
44d5a83dc4
Add IFileSystem interface to SharpDevelop.
12 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
PeterForstmeier
8b1fe69b46
CodeCompletionPanel
13 years ago
PeterForstmeier
3ced83921a
Cleanup
13 years ago
Daniel Grunwald
ad1dc15050
Move IDisplayBinding and 'Open with' dialog to new folder structure.
13 years ago
Daniel Grunwald
fd230873e4
Remove IWorkbenchLayout from public API.
13 years ago
Daniel Grunwald
6b5d8729e1
Move some editor classes to new folder structure.
13 years ago
Daniel Grunwald
d54cf7c844
Move remaining bookmark classes.
13 years ago
Daniel Grunwald
f42d52cfed
New async-based API for the build engine.
13 years ago
Daniel Grunwald
b432c0bfa4
Integrate document model with IProject.
...
Move some parser classes to new folder structure.
13 years ago
Daniel Grunwald
332ad8f7a6
Add ClipboardWrapper.
13 years ago
Daniel Grunwald
fcb7e48993
Move some addin tree paths.
13 years ago
Daniel Grunwald
1f43c620d2
Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms.
13 years ago
Daniel Grunwald
87c29779a9
Remove ICSharpCode.Core.ICommand and use the WPF ICommand instead.
...
Renamed 'caller'/'owner' to 'parameter' to be consistent with the WPF ICommand.
13 years ago
Daniel Grunwald
ca975b65aa
Add ITreeNodeFactory to create tree nodes from a model.
...
Remove the mandatory file name from the document constructors.
13 years ago
Daniel Grunwald
7eea339c6e
Add 'IShutdownService'.
13 years ago
Matt Ward
ec75e495d4
Support running custom tools on build.
...
Add Custom Tools project options panel that can be used to enable running custom tools when a build is started just before the build executes.
Project options panel allows enabling/disabling this feature and specifying which files will have their custom tools run pre-build.
Configuration is stored in IProject.ProjectSpecificProperties.
13 years ago
Daniel Grunwald
2828c9e904
Change "SymbolUnderCaretMenuCommand" into "ResolveResultMenuCommand".
13 years ago
Daniel Grunwald
e5560361b9
Update setup.
13 years ago
Daniel Grunwald
e1d7f1bf7f
Show tooltips on EnhancedScrollBarTrack.
...
Fixed NullReferenceException when showing tooltip after debugging.
13 years ago
Siegfried Pammer
76b4fe6179
fix http://community.sharpdevelop.net/forums/p/15982/42766.aspx#42766 - Attach to Process and command “Step over”
...
Conditions were wrong if debugger was attached, but no solution opened.
13 years ago
Daniel Grunwald
2906487bf3
Allow switching between normal .NET framework and portable library in existing projects.
...
Add dialog for picking portable target framework.
13 years ago
Daniel Grunwald
950bcb3a0f
Add error message when Portable Library Tools are not installed.
...
Allow picking the profile (set of target frameworks) in project upgrade view.
13 years ago
Daniel Grunwald
e454861402
Add "Portable Library" project template.
13 years ago