Daniel Grunwald
855b848f36
Allow updating code from EnvDTE via LanguageBinding.CodeGenerator
13 years ago
Siegfried Pammer
31d439a364
add SDR to setup
13 years ago
Siegfried Pammer
ba3bb64b2c
add back CQA addin
13 years ago
Daniel Grunwald
00e083ae5d
Adjust SharpDevelop to NRefactory changes.
13 years ago
Peter Forstmeier
6307d68d90
Grouping
13 years ago
Siegfried Pammer
c98417aee0
introduce ILanguageBinding in IProject
13 years ago
Daniel Grunwald
de381fe654
Better ProcessRunner that supports using the same pipe for stdout+stderr, and provides async APIs.
13 years ago
Daniel Grunwald
571a8d08bb
Move all code related to file/project templates to SharpDevelop.Templates.
13 years ago
Daniel Grunwald
44d5a83dc4
Add IFileSystem interface to SharpDevelop.
13 years ago
Daniel Grunwald
8b1fcfa2ba
Add Where() and OfType() implementations in ModelCollectionLinq; and remove some redundant helper methods in Debugger.AddIn.
13 years ago
Matt Ward
e0567649e8
Fix MSpec test selection in Unit Tests window.
...
Run tests just for the class or namespace selected.
When a test member is selected run all tests for the
associated class (mspec.exe cannot run a single test/specification).
13 years ago
Matt Ward
9b06797694
Fix MSpec failures missing line numbers in Errors window.
13 years ago
Matt Ward
1c66e2143c
Fix MSpec behaves_like tests not updating in Unit Tests window.
13 years ago
Matt Ward
dd3e59a964
Update MSpec addin unit tests.
...
Excluding class filter unit tests.
13 years ago
Matt Ward
44143f236c
Fix goto definition for MSpec fields in Unit Tests window.
13 years ago
Matt Ward
c9490b5f2a
Reformat code.
13 years ago
Matt Ward
29e267f154
Add MSpec addin.
13 years ago
Daniel Grunwald
e6b05f1b4a
Change IModelCollection to use a strongly-typed event handler.
13 years ago
Daniel Grunwald
7f08fe1c0f
Simplify project creation API.
13 years ago
Daniel Grunwald
785c54c9e8
Worked on new ProjectService implementation.
13 years ago
Daniel Grunwald
bb4e74c170
Worked on IProjectService API.
13 years ago
Daniel Grunwald
9ee497eec8
Hide MSBuildEngine behind service interface and move it to SharpDevelop.exe
13 years ago
Daniel Grunwald
194dcce61d
Add FakeMessageLoop as a fall-back service so that unit tests don't have to instantiate it manually.
...
Improved the ISolution implementation.
13 years ago
Daniel Grunwald
7aa8e6c63b
Initial implementation of new ISolution-API.
13 years ago
Daniel Grunwald
5ac93c1540
Port most of SharpDevelop to new ISolution API.
13 years ago
Daniel Grunwald
b88947a4fe
Started refactoring the project service / solution API.
13 years ago
Matt Ward
065f55350f
Add code coverage addin.
...
Extended TestExecutionOptions to allow post processing of the
NUnit ProcessStartInfo.
Drop down button in Code Coverage pad is not working.
Commented out some unit tests and code temporarily.
13 years ago
Siegfried Pammer
4802c70556
implemented more methods in CSharpCodeGenerator + Tests and added back SuppressMessageCommand
13 years ago
Daniel Grunwald
a2bfa48520
Use InvokeAsyncAndForget() instead of InvokeAsync().FireAndForget().
13 years ago
Matt Ward
4589048d23
Return class position if member not found with FxCop.
13 years ago
Matt Ward
b350936869
Fix NotImplementedException when checking project with FxCop.
...
Implement class and member search to get position.
Nested classes are not currently found (works in SD 4.3).
SD 4.3 does not match constructors, generics and indexers.
13 years ago
Matt Ward
5d51ca5a3c
Add commented out TestResultsReader test.
13 years ago
Matt Ward
61c6ca7a50
Add StyleCop addin.
13 years ago
Matt Ward
768a0c81aa
Fix FxCop failing to find rules defined in project.
...
Setting two or more FxCop rules to be flagged as errors instead of
warnings was adding the rules into the CodeAnalysisRules element of
the MSBuild project file with the semi-colon separators being escaped.
This escaping then causes FxCopCmd.exe to fail.
13 years ago
Matt Ward
cc2cc44463
Add FxCop addin.
13 years ago
Daniel Grunwald
aad679fd78
Fix some code issues.
14 years ago
Daniel Grunwald
695d773528
UnitTesting: Run "Go to definition" when double-clicking a test.
14 years ago
Daniel Grunwald
e24b3330ce
Use SD.Dom for entity context menu.
...
Note: this does not work yet because the DOM implementation is incomplete.
14 years ago
PeterForstmeier
bb7df50264
ExternalToolPanel.xaml.cs, delete unused files
14 years ago
PeterForstmeier
0304e2c934
Cleanup CodeCoverage
14 years ago
PeterForstmeier
0999dd0093
Remove unused Files
14 years ago
PeterForstmeier
158ae4a39a
AnalysisIdeOptionsPanel.xaml.cs update Status after pointing to new StyleCop Settings File
14 years ago
Matt Ward
bae24695cd
Fix changing Source Analysis project options not showing as dirty.
...
Problem occurred if the project had no SourceAnalysisOverrideSettingsFile set in the project.
In this case the options panel was overriding the ProjectOptions.Load method and changing the
values but not setting the IsDirty flag back to false so the UI was showing it as not dirty
when in fact it had been changed. Further changes did not cause the IsDirty flag to change so
the UI never displayed the an asterisk indicating there were outstanding changes.
14 years ago
PeterForstmeier
87e9864b23
AnalysisProjectOptionsPanel.xaml
...
Remove Scrollbar from Dialog,Scrollbar appear inside ListView
14 years ago
PeterForstmeier
63a775b5ac
AddRemoveRuleAssembly
14 years ago
PeterForstmeier
67f50fa700
Fix layout of CodeCoverageOptionsPanelXaml.xaml
14 years ago
Daniel Grunwald
67f9f2ce82
Set 'Local Copy'=false on references to Core.Presentation and SD.Widgets.
14 years ago
PeterForstmeier
0af5222a99
missing File
14 years ago
PeterForstmeier
3ced83921a
Cleanup
14 years ago
PeterForstmeier
4882f0ded5
Cleanup
14 years ago