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
Mike Krüger
b728f40de6
Revert "Fix build."
...
This reverts commit 0df4bec580
.
13 years ago
Mike Krüger
4fd39aab6c
Fixed possible upcast exception.
13 years ago
Mike Krüger
0df4bec580
Fix build.
13 years ago
Mike Krüger
aa324f018a
[TypeSystem] Added a method to get only defined members with a filter
...
predicate.
TODO: Add similar methods for all members ?
13 years ago
Mike Krüger
2f91ba1df8
[CodeIssues] Added failing test case for variable declared in wide
...
scope issue.
13 years ago
Mike Krüger
ae24ec4713
[CodeIssues] Fixed case in redundant else issue.
13 years ago
Mike Krüger
35428a6466
* RedundantAssignmentIssue.cs: [CodeIssues] Redundant assignment
...
issue no longer warns for using statement resource acquisitions.
* ParameterCompletionTests.cs:
* RedundantAssignmentIssueTests.cs: [CodeIssues] Redundant assignment
issue no longer warns for using statements.
13 years ago
Mike Krüger
461dd2beea
Added get parameter name method to parameter data provider.
13 years ago
Mike Krüger
a12bfaf997
[Completion] GetCurrentParameterIndex can now identify the names of
...
the named parameters that are used as well.
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
Mike Krüger
afb4b595e4
[CodeActions] Gave extract field action a better name.
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
Mike Krüger
c6b1dea442
[Completion] Improved enum context handling.
13 years ago
Mike Krüger
24e26d337c
[Completion] Improved enum context handling.
13 years ago
Mike Krüger
c15e30de17
[NRefactory] Fixed completion bug.
13 years ago
Mike Krüger
8556833b4b
Took out debug code.
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
Mike Krüger
eaad50e8be
[TypeSystem] Added C# style async modifier to methods.
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
Mike Krüger
584eb443b7
[Completion] Fixed completion bug.
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
Mike Krüger
0a95901c43
The parser is now able to emit new lines in the AST. However the output visitor needs to be adjusted. (otherwise too many new lines may be inserted)
13 years ago
Mike Krüger
64e0edd04b
Revert "Fixed duplicate type issue."
...
- I choosed to handle the ambiguous types on IDE level.
This reverts commit b99b871ccb
.
13 years ago
Mike Krüger
b99b871ccb
Fixed duplicate type issue.
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
Matt Ward
08b85bb7ec
Implement EnvDTE.CodeModel.Language
...
Used by EntityFramework to determine which migration config template to use.
13 years ago
Mike Krüger
5f00fe3a45
[Completion] Better guarding against duplicate types.
13 years ago
Mike Krüger
354582cc5e
[Completion] Don't insert ';' in delegate handlers created as
...
parameters.
13 years ago