Daniel Grunwald
b88947a4fe
Started refactoring the project service / solution API.
13 years ago
David Srbecký
3c1353849f
Remove all code related to debugging of decompiled code
13 years ago
Daniel Grunwald
98b90a1b7c
Fix crash when opening load/save options panel.
13 years ago
Siegfried Pammer
7eb5641bcf
add WPF designer back
13 years ago
Daniel Grunwald
0eb8e20dbc
Adjust SharpDevelop to NRefactory update.
...
I removed the Mono.Cecil reference from SD.Base as it was only used in the broken debugger-decompiler code, which doesn't really belong into Base anyways.
13 years ago
Daniel Grunwald
d5c8a9ce43
Add some extension methods for building IComparer<>
13 years ago
Siegfried Pammer
41beb10d7c
add back SettingsEditor addin
13 years ago
Peter Forstmeier
09b2bf81cc
Remove unused Files
13 years ago
Peter Forstmeier
a8e2c54257
Rename Files
13 years ago
Peter Forstmeier
cf080f1140
Remove obsolete Files
13 years ago
Peter Forstmeier
a9f9cac911
rename
14 years ago
Peter Forstmeier
12dd9699f6
rename some obsolete classes to old_XY
14 years ago
Peter Forstmeier
871b1cc150
OutputWindowOptionsPanelXaml
14 years ago
Siegfried Pammer
97d2a30a7a
implement WPF-based FontSelector
14 years ago
Daniel Grunwald
ea71582c4f
Create new projects as Any CPU (32-bit) if the .NET 4.5 framework is installed.
...
Any CPU (32-bit) also works with older target frameworks as those interpret the 32-bit preferred flag as 32-bit required; but we require the new compiler version.
14 years ago
PeterForstmeier
bb7df50264
ExternalToolPanel.xaml.cs, delete unused files
14 years ago
PeterForstmeier
c68e424ec0
ExternalToolOptions Cleanup
14 years ago
PeterForstmeier
e592629af4
ExternalToolPanel.cs
14 years ago
PeterForstmeier
fdd00b2fdd
ExternalToolPanelXaml.xaml - ContextMenu's
14 years ago
PeterForstmeier
8b1fe69b46
CodeCompletionPanel
14 years ago
PeterForstmeier
3ced83921a
Cleanup
14 years ago
PeterForstmeier
41b86e4369
ProjectInformation userControl in ApplicationOptions (CppBinding) asn ApplicationSettings.xaml(C#)
14 years ago
PeterForstmeier
42bbe19852
Cleanup BuildOutput
14 years ago
Daniel Grunwald
ad1dc15050
Move IDisplayBinding and 'Open with' dialog to new folder structure.
14 years ago
Daniel Grunwald
fd230873e4
Remove IWorkbenchLayout from public API.
14 years ago
Daniel Grunwald
b6340ccad4
Move remaining util classes.
14 years ago
Daniel Grunwald
46ec328fc6
Move some files to new folder structure.
14 years ago
Daniel Grunwald
85f8ff0e8e
Rename TypeName to AssemblyQualifiedTypeName.
14 years ago
PeterForstmeier
072d0ed8a0
BuildOptions - BuildAdvanced UserControl
14 years ago
PeterForstmeier
13e8462546
BuildOptions - ErrorsAndWarnings UserControl
14 years ago
PeterForstmeier
b8d084ed0d
ErrorsAndWarnings UserControl
14 years ago
Daniel Grunwald
6b5d8729e1
Move some editor classes to new folder structure.
14 years ago
Daniel Grunwald
d54cf7c844
Move remaining bookmark classes.
14 years ago
Daniel Grunwald
d0a11e630d
Move bookmark-related classes to new folder structure.
14 years ago
Daniel Grunwald
f42d52cfed
New async-based API for the build engine.
14 years ago
Daniel Grunwald
b432c0bfa4
Integrate document model with IProject.
...
Move some parser classes to new folder structure.
14 years ago
Daniel Grunwald
04dbe33242
First attempt at document model.
14 years ago
Daniel Grunwald
332ad8f7a6
Add ClipboardWrapper.
14 years ago
Daniel Grunwald
c53ba4b343
Simplify "Browse for Folder/File" buttons and simplified ApplicationSettings.
14 years ago
Daniel Grunwald
9adf535ecd
Remove unused SD.Editor.CodeCompletion classes and move the remaining ones to new folder structure.
14 years ago
Daniel Grunwald
e2c38c531e
Move some types to the new folder structure.
14 years ago
Daniel Grunwald
1f43c620d2
Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms.
14 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.
14 years ago
Daniel Grunwald
a3f61c855f
Move workbench-related classes into new 'Workbench' namespace.
14 years ago
Daniel Grunwald
ca975b65aa
Add ITreeNodeFactory to create tree nodes from a model.
...
Remove the mandatory file name from the document constructors.
14 years ago
Daniel Grunwald
86b6f990b1
Use custom thread pool for saving the type system caches.
14 years ago
Daniel Grunwald
7eea339c6e
Add 'IShutdownService'.
14 years ago
Daniel Grunwald
dff21e821f
[WIP] Major refactoring of the unit testing addin:
...
A lot of functionality gets moved from the main portion of the AddIn into the framework-specific providers.
We no longer deal with test classes and members, but instead use the new ITest interface.
A test can be a whole project, namespace, class, or just a single method.
This can be used to support features like the NUnit [TestCase] attribute, where a single method might result in multiple tests.
14 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.
14 years ago
Siegfried Pammer
6247fcb190
implement customizable multi highlighter
14 years ago