Matt Ward
|
8701d91dd8
|
Add MSpec addin to installer.
|
14 years ago |
Matt Ward
|
e7d03f328e
|
MSpec addin assembly version number now uses common SharpDevelop version number.
|
14 years ago |
Matt Ward
|
623d220c4b
|
Add MSpec addin to main SharpDevelop solution.
|
14 years ago |
Matt Ward
|
b852907e7d
|
Merge Machine.Specifications (MSpec) addin created by Tomasz Tretkowski.
|
14 years ago |
Matt Ward
|
76d1ead98a
|
Empty ASPX T4 template generates a typed ViewUserControl when a partial view and a model is specified.
|
14 years ago |
Tomasz Tretkowski
|
4ee5dbaffb
|
Machine.Specifications upgraded to version 5.3.0
|
14 years ago |
Tomasz Tretkowski
|
78810e8a6b
|
Machine.Specifications reference assemblies shufling.
Machine.Specifications goes to Tools/Machine.Specifications
Others go to Libraries inside Machine.Specifications directory.
|
14 years ago |
Tomasz Tretkowski
|
2ae8712a97
|
Displaying mspec test specifications which are not implemented or marked with Ignore attribute as ignored.
|
14 years ago |
PeterForstmeier
|
9b7c109937
|
Checkable ListView in AdvancedServiceDialog.xaml
|
14 years ago |
Matt Ward
|
901ca06928
|
Add tests for code in C# Aspx and Razor empty view T4 templates.
|
14 years ago |
Daniel Grunwald
|
54851a741f
|
C# Type System implementation
|
14 years ago |
Mike Krüger
|
057c0beee2
|
Fixed "partial" bug.
|
14 years ago |
Mike Krüger
|
ba88599ec6
|
Added a method to determine the current parameter index.
|
14 years ago |
Mike Krüger
|
a701436950
|
Changed parameter completion API slightly.
|
14 years ago |
Mike Krüger
|
4a41972dfa
|
Fixed code completion bug "Bug 1932 - [new resolver] fields don't show
up unless prefixed with 'this.'".
|
14 years ago |
PeterForstmeier
|
7784f273da
|
Set Icon's for ServiceMethods in AddServiceReferenceDialog.xaml/ListView
|
14 years ago |
PeterForstmeier
|
32ff71c147
|
AdvancedServiceDialog.xaml (ChildDialog of AddServiceReferenceDialog.xaml
|
14 years ago |
Matt Ward
|
258f6f7529
|
Fix unit tests not being run when the 'Run all tests' menu item is selected but the Unit Tests window has not been opened.
|
14 years ago |
Mike Krüger
|
2ea298c754
|
Fixed some null reference exceptions.
|
14 years ago |
Mike Krüger
|
f479cb03e0
|
fixed bug in parameter parsing.
|
14 years ago |
Mike Krüger
|
98d1826a74
|
Added error expression as ast node.
|
14 years ago |
Mike Krüger
|
fa6ea1222f
|
Added error expression for the for construct.
|
14 years ago |
Mike Krüger
|
817a2da7d7
|
Added error expression for invalid initializers.
|
14 years ago |
Mike Krüger
|
4376927d99
|
Renamed file.
|
14 years ago |
Mike Krüger
|
a4259efbcb
|
* cs-tokenizer.cs: Fixed location bug.
* NRefactory.sln:
|
14 years ago |
Mike Krüger
|
ec82082a36
|
Handled pre processor directives as separate AST node.
|
14 years ago |
Matt Ward
|
343a5cb579
|
Remove NUnit reference from SharpReports.
|
14 years ago |
Matt Ward
|
11200c3308
|
Update to IronPython 2.7.1
|
14 years ago |
Matt Ward
|
cdffb2319c
|
Fix string resource not being replaced in Output window when a COM reference is added to a project.
|
14 years ago |
Matt Ward
|
d5c521dd7c
|
Support COM references with hex version numbers.
|
14 years ago |
Siegfried Pammer
|
fd4a575bd9
|
fix SD-1489 - Document reload due to external changes removes all bookmarks
|
14 years ago |
Siegfried Pammer
|
046d5a986d
|
fix special case when rendering selection at virtual line breaks (word wrap) with Show Spaces enabled
|
14 years ago |
Mike Krüger
|
11a9ce2287
|
Added context action unit tests.
|
14 years ago |
Daniel Grunwald
|
f9916d89ef
|
WIP: Type system refactoring.
|
14 years ago |
Siegfried Pammer
|
22ed6e1093
|
handle SearchPatternException in SearchAndReplacePanel
|
14 years ago |
Tomasz Tretkowski
|
f8e392c5ab
|
Set local copy to false for project references of MachineSpecifications.
|
14 years ago |
Tomasz Tretkowski
|
a42637f66a
|
Fixed propagation of editor changes in double nested test classes to test pad.
|
14 years ago |
Tomasz Tretkowski
|
89faa5dd00
|
Fixed displaying non-test classes nested in test fixtures in unit testing pad.
|
14 years ago |
Mike Krüger
|
2d70017cf7
|
Fixed some parameter resolve result issues.
|
14 years ago |
Mike Krüger
|
1bc609ff79
|
Added pre processor "if"/"elif" contexts.
|
14 years ago |
Mike Krüger
|
03ee478b96
|
Improved current member recognition.
|
14 years ago |
Mike Krüger
|
c29b4ed97f
|
Added missing follow up char.
|
14 years ago |
Mike Krüger
|
0ab566c3c0
|
Fixed "partial" context.
|
14 years ago |
Mike Krüger
|
a097af0b80
|
Fixed multiple line comment content.
|
14 years ago |
Mike Krüger
|
8124eaa818
|
Fixed invalid expression statement.
|
14 years ago |
Mike Krüger
|
a348bbd968
|
Merge branch 'master' of github.com:icsharpcode/NRefactory
|
14 years ago |
Mike Krüger
|
41607d703f
|
Added invalid expression statements to the ast.
|
14 years ago |
Mike Krüger
|
d461987839
|
Improved comment & string context recognition.
|
14 years ago |
PeterForstmeier
|
1ccfcd682a
|
Change discovery of ServiceDescription from Port to PortType
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |