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
Daniel Grunwald
6d39f5965b
[AvalonDock] Fix "InvalidOperationException: This Visual is not connected to a PresentationSource" when closing a view content by middle-clicking while holding the left mouse button.
13 years ago
Daniel Grunwald
18ba138e8a
Floating windows: Avoid updating ActiveContent/ActiveDocument in the middle of a layout restore.
...
This fixes "System.InvalidOperationException: Unable to set active document" in AvalonDock.DockingManager.CoerceActiveDocumentValue.
(or at least one cause of that exception)
13 years ago
Daniel Grunwald
1c4923b873
Add support for updating the type definition model.
13 years ago
Daniel Grunwald
15b741f661
Fix build.
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
Matt Ward
83e9ad2722
Enable method insight for C# Razor views.
13 years ago
Matt Ward
7a742d922f
Add C# Razor completion for model.
...
Use the @model directive to generate a strongly typed WebViewPage class.
Support completion on the Model property in a view.
13 years ago
Daniel Grunwald
740d893085
More UnitTesting.Tests.
13 years ago
Daniel Grunwald
13e1843f47
Add more UnitTesting.Tests, and fixed handling of inherited tests that are hidden (not overridden)
13 years ago
Matt Ward
e5836be58e
Add C# Razor completion for MVC helper methods.
...
Use WebViewPage<dynamic> as Razor view's base class.
Add default namespaces for the Razor view class so extension methods show in completion:
System.Web.Mvc,
System.Web.Mvc.Ajax,
System.Web.Mvc.Html,
System.Web.Routing
The Razor view's base class and namespaces should be taken from the web.config but are currently hard coded.
13 years ago
Matt Ward
ebbc850754
Add basic C# Razor completion for WebViewPage members.
...
Dot completion now shows members of the WebViewPage class which is the base class of Razor view pages.
13 years ago
Daniel Grunwald
b762264ac1
Add unit tests for IsTestClass and IsTestMethod; and fixed a bug where IsTestClass would incorrectly return false for static classes.
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
ce3de78aba
Introduce SDTestFixtureBase to initialize/tear down the static service container.
13 years ago
Matt Ward
4aef0a2189
Add simple dot completion for C# Razor files.
...
Support very basic dot completion for T4MVC code inside a C# Razor file.
13 years ago
Matt Ward
06f2886d1f
Fix AspNet.Mvc tests being run with NUnit 64-bit and failing.
13 years ago
Daniel Grunwald
20d3ad7815
More UnitTesting.Tests; and fixed a bug in the AssemblyParserService.
13 years ago
Daniel Grunwald
8d5c533f4a
Adjust SharpDevelop to NRefactory API changes.
13 years ago
Daniel Grunwald
12ceead5a6
Re-enabling the first few UnitTesting.Tests.
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
09cbdfcf7a
Add missing manifest to MachineSpecifications and HelpViewer addins.
...
The addins could not be disabled due to the missing <Identity>.
13 years ago
Daniel Grunwald
11971a35af
Allow values larger than 100 for ColumnRulerPosition.
13 years ago
Daniel Grunwald
3e5aebd1ac
Fix navigate backward/forward buttons sometimes not updating their enabled state.
13 years ago
Daniel Grunwald
d578bae772
Add 'inheritdoc' to XmlDoc completion.
13 years ago
Daniel Grunwald
56d93e11d8
Fix bug in C# find references.
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
Daniel Grunwald
1de84b11d2
Add compatibility manifest.
13 years ago
Daniel Grunwald
a81622ad24
UnitTesting.NUnit: Added support for inherited tests
13 years ago
Siegfried Pammer
7ea4d4fe9d
fix duplicate language entries in HighlightingOptions
13 years ago
Siegfried Pammer
16abd83dd1
add support for customizations in combination with the semantic highlighting + fix bugs in HighlightingOptions
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