Daniel Grunwald
760a2ae10b
Remove more usages of WorkbenchSingleton.
13 years ago
Daniel Grunwald
643223761d
Move MultiHighlighter to AvalonEdit.AddIn
13 years ago
Daniel Grunwald
7f18d1d432
Remove usages of WorkbenchSingleton.
13 years ago
Daniel Grunwald
81361f7a12
Use named pipe instead of temporary file for sending the unit tests results to SharpDevelop.
13 years ago
Daniel Grunwald
c3bd806532
Use BeginHighlighting()/EndHighlighting() to improve performance of CSharpSemanticHighlighter.
13 years ago
Daniel Grunwald
c1787fbd2d
Fixed performance bugs in issue search:
...
- Avoid excessive file name normalization by changing IProject.FileName from string to class FileName.
- Dispose CSharpSemanticHighlighter to fix memory leak and avoid excessive number of ParseInformationUpdated listeners.
13 years ago
Daniel Grunwald
a224739c79
Replace some WorkbenchSingleton usages with the SD5 API.
13 years ago
Daniel Grunwald
85f8ff0e8e
Rename TypeName to AssemblyQualifiedTypeName.
13 years ago
Daniel Grunwald
bb950e3ddf
Add 'Search for issues' dialog
13 years ago
PeterForstmeier
7194701cd1
change namespaces in xaml
13 years ago
PeterForstmeier
072d0ed8a0
BuildOptions - BuildAdvanced UserControl
13 years ago
PeterForstmeier
13e8462546
BuildOptions - ErrorsAndWarnings UserControl
13 years ago
PeterForstmeier
bd75b2b51a
Remove Grid from ErrorsAndWarnings.xaml
13 years ago
PeterForstmeier
b8d084ed0d
ErrorsAndWarnings UserControl
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
d0a11e630d
Move bookmark-related classes to new folder structure.
13 years ago
Daniel Grunwald
f42d52cfed
New async-based API for the build engine.
13 years ago
PeterForstmeier
2436d6f59c
Cleanup Cpp-LinkerOptions
13 years ago
Daniel Grunwald
925837dee8
Implemented TopLevelTypeDefinitionModelCollection.
13 years ago
Daniel Grunwald
b432c0bfa4
Integrate document model with IProject.
...
Move some parser classes to new folder structure.
13 years ago
Daniel Grunwald
04dbe33242
First attempt at document model.
13 years ago
PeterForstmeier
139d2f96b4
Cpp Binding, cleanup ApplicationOptions
13 years ago
PeterForstmeier
f26538978d
Cleanup C# BuildOptions, remove BaseAdressValidator
13 years ago
Daniel Grunwald
740d893085
More UnitTesting.Tests.
13 years ago
PeterForstmeier
efc78ce461
Standard option dialogs
13 years ago
Matt Ward
98ada4ef52
Fix null reference exception when running project.
...
BeforeBuildCustomToolProjectItems was not handling IBuildable derived classes that were not either a Project or Solution. This happens when a project is run and SharpDevelop is configured to build modified projects or build modified projects and dependent projects or when running unit tests.
Now custom tools are only run when a project or solution is explicitly rebuilt or built using the Build/Rebuild from the Build menu.
13 years ago
Daniel Grunwald
20d3ad7815
More UnitTesting.Tests; and fixed a bug in the AssemblyParserService.
13 years ago
Daniel Grunwald
332ad8f7a6
Add ClipboardWrapper.
13 years ago
Daniel Grunwald
64254d99a6
Move IMenuItemBuilder into ICSharpCode.Core.
...
Changes ICustomizedCommands to [ViewContentService]
13 years ago
Daniel Grunwald
fcb7e48993
Move some addin tree paths.
13 years ago
Daniel Grunwald
c53ba4b343
Simplify "Browse for Folder/File" buttons and simplified ApplicationSettings.
13 years ago
Daniel Grunwald
3e5aebd1ac
Fix navigate backward/forward buttons sometimes not updating their enabled state.
13 years ago
Daniel Grunwald
9adf535ecd
Remove unused SD.Editor.CodeCompletion classes and move the remaining ones to new folder structure.
13 years ago
Daniel Grunwald
e2c38c531e
Move some types to the new folder structure.
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
8d7f940f77
Move IServiceProvider extension methods from ICSharpCode.Core to ICSharpCode.SharpDevelop.
13 years ago
Daniel Grunwald
a3f61c855f
Move workbench-related classes into new 'Workbench' namespace.
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
PeterForstmeier
46e2087161
DebugOptions.xaml, remove unused parameter in BrowseFolder
13 years ago
Daniel Grunwald
a81622ad24
UnitTesting.NUnit: Added support for inherited tests
13 years ago
Siegfried Pammer
c7f91f7d3f
add support for FontWeight and FontStyle to ITextMarker
13 years ago
Siegfried Pammer
ef7f6bae62
make fileName in IDocument mandatory to avoid crashes
13 years ago
Daniel Grunwald
86b6f990b1
Use custom thread pool for saving the type system caches.
13 years ago
Daniel Grunwald
9c4a2c4db9
WordCountDialog: add 'whole solution' option and make 'whole project' count only the current project.
13 years ago
Daniel Grunwald
7eea339c6e
Add 'IShutdownService'.
13 years ago
Daniel Grunwald
dc76823be9
Implemented test runner.
13 years ago
Daniel Grunwald
cc8ce304a3
Show classes and methods in the unit test treeview.
13 years ago
Matt Ward
e70a17822d
Fix project custom tool settings not being saved.
...
If a project had no previously stored preferences then any changes made to a project's custom tool settings were lost on closing the project.
13 years ago