Mike Krüger
13944c2a6b
[CodeIssues] Removed some debug spew.
13 years ago
Mike Krüger
fe88a0e25e
[CodeAction] Fixed possible null reference exception.
13 years ago
Matt Ward
a2a7220b72
Support select all shortcut in scripting editor read-only region.
13 years ago
Matt Ward
45646ca2da
Fix copy shortcut working in Package Management console.
13 years ago
Daniel Grunwald
009037061b
Merge remote-tracking branch 'origin/master' into newNR
13 years ago
PeterForstmeier
93e8e61469
ProjectImports.xaml.cs
13 years ago
PeterForstmeier
8bcc270573
Rework PreprocessorOptions
13 years ago
PeterForstmeier
2436d6f59c
Cleanup Cpp-LinkerOptions
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
Mike Krüger
74296dbfd6
Activated ignored test.
13 years ago
Mike Krüger
057818f135
[Completion] Fixed bug in indexer context.
13 years ago
Mike Krüger
0df05c304f
Updated mcs.
13 years ago
Daniel Grunwald
1c4923b873
Add support for updating the type definition model.
13 years ago
Mike Krüger
ba05b603fd
Removed other static cfg builder.
13 years ago
Mike Krüger
e4f071e19d
Removed static control flow graph builder.
13 years ago
Mike Krüger
74e7a2180c
Removed obsolete hack.
13 years ago
Daniel Grunwald
3f2abc2591
Fixed TypeSystemAstBuilder not using short type name when there is a property with the same name.
13 years ago
Mike Krüger
4805ac3b65
Added unit test for a reported bug.
13 years ago
Mike Krüger
c829bd6c27
[Completion] Refactored the completion data factory (shortType no
...
longer required - should be done lazy in the GUI).
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
Daniel Grunwald
80ba1b3dba
Always set ArrayCreateResolveResult.SizeArguments. Closes #111 .
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
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
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
PeterForstmeier
064445410e
C# BuildOptions
13 years ago
PeterForstmeier
efc78ce461
Standard option dialogs
13 years ago
PeterForstmeier
9119ef39e4
Merge branch 'xmlForms' of github.com:icsharpcode/SharpDevelop into xmlForms
13 years ago
PeterForstmeier
3fc84ac83f
AnalysisProjectOptionsPanelXaml.xaml.cs
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
2dbebf213d
Merge NRefactory 5.2.0-361-g875ee8d into SharpDevelop newNR branch.
13 years ago
Daniel Grunwald
875ee8d079
Add test: implicit long constant expression conversion to short
13 years ago
Daniel Grunwald
42f5055b47
Fix potential NullReferenceException in GetAccessibleMembers() if GetDefinition() returns null
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