Daniel Grunwald
3e3e7d0fce
AvalonEdit IME support: Fix NullReferenceException when HwndSource.RootVisual == null.
...
Can happen during AvalonDock layout switches (http://community.sharpdevelop.net/forums/t/16326.aspx )
13 years ago
Daniel Grunwald
f83af4d8af
AvalonEdit IME Support: clear old context when IME support is disabled
13 years ago
PeterForstmeier
41b86e4369
ProjectInformation userControl in ApplicationOptions (CppBinding) asn ApplicationSettings.xaml(C#)
13 years ago
PeterForstmeier
44850ceb88
Remove unused Files from VBNetBinding
13 years ago
PeterForstmeier
42c8840e7d
Cleanup
13 years ago
PeterForstmeier
3223b5fb5a
Adjust VBNetBinding.addin, cleanup
13 years ago
PeterForstmeier
960381dea6
BuildOptions for VBNetBinding
13 years ago
PeterForstmeier
42bbe19852
Cleanup BuildOutput
13 years ago
Matt Ward
639908ac89
Fix MvcScaffolding NuGet package failing to install.
...
Fixed Microsoft.VisualStudio.Shell.Package not using the new EnvDTE interface.
13 years ago
Matt Ward
177f0190b6
Fix MvcScaffolding unit tests failing to compile.
...
Added explicit GetEnumerator() method to CodeElements interface to fix MvcScaffolding unit tests failing to compile.
13 years ago
Matt Ward
fea395030b
Fix EF PowerShell extensions not finding SharpDevelop's EnvDTE assembly.
...
Move EnvDTE API to separate assembly.
Create EnvDTE interfaces in VB.NET to allow COM parameterised properties to be implemented to match Visual Studio's API.
Rename EnvDTE namespace from ICSharpCode.PackageManagement.EnvDTE to EnvDTE
13 years ago
Daniel Grunwald
8d0a6afd1c
Fixed duplicate project references in portable library projects.
13 years ago
Daniel Grunwald
8293675a92
Replace 'Where(pred).FirstOrDefault()' with 'FirstOrDefault(pred)'
13 years ago
Daniel Grunwald
8bf4153027
[AvalonEdit] Adjust epsilon used for IsClose()
13 years ago
Matt Ward
11c7563d42
Add option to enable/disable NuGet package restore.
...
Package restore setting in Tools Options dialog is now used to update the NuGet.config in the user's profile.
13 years ago
Matt Ward
1dfa232205
Hide disabled NuGet package sources in manage packages dialog.
13 years ago
Matt Ward
878cd428db
Hide disabled NuGet package sources in package management console.
13 years ago
Matt Ward
4d27532e1a
Support disabling NuGet package sources.
...
Add checkbox to NuGet package sources in Tools Options that can be used to enable or disable a package source.
13 years ago
Matt Ward
df62b5a0b6
Use latest official NuGet feed source.
13 years ago
Matt Ward
356e7bfc6f
Add MVC T4 processing errors to Errors window.
...
Add View and Add Controller dialogs now report T4 template processing errors to the Errors window instead of logging them to the console window.
13 years ago
Matt Ward
c67061996d
Fix FileNotFoundException if MVC T4 template processing fails.
...
Do not attempt to open the view or controller if the T4 text templating processing returns an error.
13 years ago
Daniel Grunwald
a4038fc1a1
Use tools from .NET 4.5 SDK if available.
13 years ago
Daniel Grunwald
b718df13b1
Add EnvDTEHelpers to solution to fix build error when doing a clean build inside SharpDevelop.
13 years ago
PeterForstmeier
d2e16e153f
BuildOptions UC in VBNetBinding/Project/Src/OptionPanels/BuildOptions
13 years ago
Daniel Grunwald
f9988e30e4
Update link to wiki in AddInWritingHelp.
13 years ago
Matt Ward
bf8a40c118
Rename PowerShell host.
...
Fix Entity Framework NuGet package not installing due to Package Management PowerShell host name not matching Visual Studio's PowerShell host name.
13 years ago
Matt Ward
4724b05c7a
Create stub classes for Entity Framework migrations.
...
Add stubs for missing Visual Studio EnvDTE classes, methods and properties used by Entity Framework 5 migrations.
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
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
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
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
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
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