Matt Ward
c9154286bd
Fix Create/Browse dialogs not showing after Signing project options changes saved.
...
Combo box selection event handler was being removed on saving the Signing project options.
13 years ago
Matt Ward
d5cf5d1567
Do not show 'sn.exe not found' message when key creation dialog is cancelled.
13 years ago
PeterForstmeier
87e9864b23
AnalysisProjectOptionsPanel.xaml
...
Remove Scrollbar from Dialog,Scrollbar appear inside ListView
13 years ago
PeterForstmeier
63a775b5ac
AddRemoveRuleAssembly
13 years ago
PeterForstmeier
1076612de1
StringListEditor and StringListEditorDialog.xaml
13 years ago
PeterForstmeier
5510c204f5
Rework Combobox in Signing.xaml
13 years ago
Matt Ward
1c8b4c0c75
Update NuGet to version 2.1
13 years ago
Matt Ward
144ea87548
Fix COM exception when enabling migrations.
...
VsSolution returns an E_FAIL COM error if the project cannot be found.
If the project was in a subfolder inside the solution then VsSolution was failing to find the project
using its unique name (e.g. 'MyProject\MyProject.csproj').
13 years ago
Matt Ward
de23dce6a4
Update string resources.
13 years ago
Matt Ward
9f7add68d5
Encode password characters on translation server post.
...
Passwords with non-alphanumeric characters were rejected because they were not encoded in the http post body.
13 years ago
PeterForstmeier
20a9c349b3
Merge branch 'xmlForms' of github.com:icsharpcode/SharpDevelop into xmlForms
13 years ago
PeterForstmeier
889d7ab278
Add StorageLocation MultiBinding in ApplicationSettings.xaml
13 years ago
PeterForstmeier
67f50fa700
Fix layout of CodeCoverageOptionsPanelXaml.xaml
13 years ago
Daniel Grunwald
4778f44b2c
Fixed TextBoxEditMode for ApplicationSettings.
13 years ago
Daniel Grunwald
250a077b93
Replace ProjectOptionPanel.HideHeader() with ProjectOptionPanel.HeaderVisibility property.
13 years ago
Daniel Grunwald
d694a2ee7c
Remove unnecessary reference from ProjectInformation to parent project options panel.
13 years ago
Daniel Grunwald
6453534ded
Fixed InitialDirectory in BrowseForFile
13 years ago
Daniel Grunwald
6f61f7981d
Handle NotSupportedException on invalid icon format
13 years ago
Daniel Grunwald
46a5373770
Make the project information text boxes read-only.
13 years ago
Matt Ward
6210b97824
Support project templates using ${SolutionName} in project references.
...
Project template containing ${SolutionName} in the ProjectReference/@Include attribute will have the project name expanded.
<ProjectItems>
<ProjectReference Include="..\${SolutionName}.Base.csproj" />
13 years ago
Matt Ward
dd47d4416d
Add Prism icons created by Michael Seeger.
13 years ago
PeterForstmeier
8460f73204
Merge branch 'xmlForms' of github.com:icsharpcode/SharpDevelop into xmlForms
13 years ago
PeterForstmeier
c68e424ec0
ExternalToolOptions Cleanup
13 years ago
PeterForstmeier
e592629af4
ExternalToolPanel.cs
13 years ago
PeterForstmeier
fdd00b2fdd
ExternalToolPanelXaml.xaml - ContextMenu's
13 years ago
Daniel Grunwald
148e5042a4
Fix "Application manifest" combo box.
13 years ago
Daniel Grunwald
67f9f2ce82
Set 'Local Copy'=false on references to Core.Presentation and SD.Widgets.
13 years ago
Matt Ward
35a6bb3fc2
Fix MVC Scaffolding 1.0.9 errors on code generation.
13 years ago
Matt Ward
2ac3e9c570
Support project templates using ${ProjectName} in project references.
...
Project template containing ${ProjectName} in the ProjectReference/@Include attribute will have the project name expanded.
<ProjectItems>
<ProjectReference Include="..\${ProjectName}.Base.csproj" />
13 years ago
Matt Ward
cf5e2d6f39
Add SharpDevelop.EnvDTE to main solution and installer.
13 years ago
Matt Ward
268c9639b5
Merge branch 'entityframework'
13 years ago
Matt Ward
40639853dc
Update NUnit to version 2.6.2
13 years ago
Matt Ward
c8af6af505
Support project templates using ${ProjectName} as part of the directory name.
...
Project template containing ${ProjectName} in the Project/@directory attribute will have the project name expanded.
<Project name="${ProjectName}.Interface" directory="Base\${ProjectName}.Interface" language="C#">
13 years ago
PeterForstmeier
8b1fe69b46
CodeCompletionPanel
13 years ago
Matt Ward
2fc93423c0
Support latest T4MVC 2.13.0
...
Latest T4MVC template uses ProjectItem.Collection which returns the ProjectItems that
contain the ProjectItem.
13 years ago
Matt Ward
1671b462e9
EnvDTE types now implement parameterised properties instead of methods.
...
EnvDTE.ProjectItem.FileNames and EnvDTE.CodeType.IsDerivedFrom are now parameterised properties
to match the Visual Studio API.
13 years ago
Matt Ward
2a4d4b435c
Insert space into Database Explorer name displayed in UI.
13 years ago
Matt Ward
11c36f38c5
Allow user to connect to database without using auto-discovery.
...
Changed the Add New Database Connection dialog so when a driver is selected the
data source control is shown. This allows the user to enter connection details,
such as the username and password, without having to use the auto-discover button.
13 years ago
PeterForstmeier
2580df003a
Remove wrong reference
13 years ago
PeterForstmeier
b51c9518d3
missing Files
13 years ago
PeterForstmeier
0af5222a99
missing File
13 years ago
PeterForstmeier
3ced83921a
Cleanup
13 years ago
PeterForstmeier
4882f0ded5
Cleanup
13 years ago
PeterForstmeier
8d06aeac58
Remove unused File's
13 years ago
PeterForstmeier
0a7fec6a35
AnalysisProjectOptionsPanelXaml
13 years ago
Matt Ward
859d3ab9a0
Fix EF Add-Migrations not adding migration designer files as dependencies.
...
Change EnvDTE.ProjectItems.AddFileFromCopy to add .resx and .Designer.cs files to the
project with DependentUpon set to the parent file if a parent file is found in the project.
13 years ago
Matt Ward
ebbd829bdd
Fix EntityFramework Add-Migration failing to add file to project.
...
ProjectItems.AddFromFileCopy can now add a file that exists inside the project's root folder.
13 years ago
Matt Ward
a11658efa2
Implement EnvDTE.SolutionBuild.BuildProject
...
Fixes 'No migrations configuration type was found in the assembly' error when enabling migrations.
EntityFramework's Enable-Migrations cmdlet builds the project and then checks the generated
assembly for the configurations class that it added.
Enable-Migrations now works.
13 years ago
Matt Ward
db529dc711
Implement EnvDTE.ProjectItems.Kind
...
Determines whether the project items refer to a folder or file.
13 years ago
PeterForstmeier
723dda52e7
AnalysisProjectOptionsTreeNodes.cs check/uncheck
13 years ago