Mike Krüger
8cee8f532c
Fixed some compiler warnings.
13 years ago
Mike Krüger
28611497dc
Fixed declaration begin for partial methods.
13 years ago
Mike Krüger
a19009e322
[CodeCompletion] Fix bug with pre processor directives.
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
Erik Källén
06703663f0
Fixed await with generic awaiter types.
13 years ago
Mike Krüger
fab565a92d
[Resolver] Local resolve result no longer returns a constant value for
...
parameters.
Even if the parameters have a default value it's wrong to assume that
this is always the default value. See the unreachable code issue test.
13 years ago
Mike Krüger
b7b73a0907
Fixed orderby keyword.
13 years ago
Mike Krüger
a11077332f
Ignored failing test.
13 years ago
Mike Krüger
f18adf3ab1
Updated mcs.
13 years ago
Mike Krüger
ce08faa068
[CodeIssues] Disabled AccessToXXXClosureIssue for now because of
...
performance reasons.
13 years ago
Mike Krüger
3eb4106ea2
[CodeIssues] CallToVirtualFunctionFromConstructorIssue doesn't need to
...
traverse the whole tree.
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
Mike Krüger
38947e35f0
[CodeIssues] Speed up inconsistent naming issue.
13 years ago
David Srbecký
0ef2ab3f76
Enable "CompilerGeneratedClasses" debugger test
13 years ago
David Srbecký
0b924bbbf3
Moving some debugger's files around
13 years ago
David Srbecký
232985182a
Refactored handling of large and multi-dimensional arrays
13 years ago
David Srbecký
4e058deb5b
Removed parallel stacks pad for the time being
13 years ago
David Srbecký
0022f6db3f
Refactored breakpoints; Ensure multiple (conditional) breakpoints on the same line are handled.
13 years ago
David Srbecký
ae35b9e8ea
Ensure that the root node of debugger tooltip can be re-evaluated
13 years ago
Mike Krüger
8b2ce7e911
Removed new line after generated category comment.
13 years ago
Mike Krüger
f699f59432
[CodeActions] Added new property to improve the user experience by
...
connecting code actions to issues.
13 years ago
Mike Krüger
b35db0cf21
[CodeAction] Improved create event invocator action.
13 years ago
Mike Krüger
a98a6dc045
Improved type category comparison (was messed up with extension
...
methods).
13 years ago
Mike Krüger
e7783d7808
Revert "[TypeSystem] Added a method to get only defined members with a filter"
...
This reverts commit aa324f018a
.
13 years ago