Matt Ward
|
2b908ab8d0
|
Support prefixing the current indent text to each line of the generated text output in preprocessed T4 templates.
|
14 years ago |
Matt Ward
|
2e481f9575
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into aspnetmvc
|
14 years ago |
PeterForstmeier
|
5f77498cc6
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
14 years ago |
PeterForstmeier
|
cee7c8d18c
|
Change from ListView to ListBox in AddServiceReferenceDialog.xaml and AdvancedServiceDialog.xaml
|
14 years ago |
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 |
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 |
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 |
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 |
PeterForstmeier
|
1ccfcd682a
|
Change discovery of ServiceDescription from Port to PortType
|
14 years ago |
Siegfried Pammer
|
a2878f4015
|
fixed SD-1833 - Method Insight popup exceeds screen
|
14 years ago |
Siegfried Pammer
|
0970138790
|
fix "Find Next" search results for interactive replace
|
14 years ago |
Siegfried Pammer
|
8947d92944
|
add undo group to replace all
|
14 years ago |
Siegfried Pammer
|
d579a21ab7
|
add using-snippet
|
14 years ago |
Siegfried Pammer
|
8b6d1d6a39
|
implement Ctrl+Shift+W - shrink selection; move CodeManipulation to CSharpBinding
|
14 years ago |
Siegfried Pammer
|
54623cb297
|
small improvements to ctor and propall snippet
|
14 years ago |
Siegfried Pammer
|
f96c48ad56
|
simplify CreatePropertiesCommand
|
14 years ago |
Siegfried Pammer
|
21506186ee
|
change calls to Codon.GetFailedAction to Condition.GetFailedAction in WinForms part
|
14 years ago |
Siegfried Pammer
|
3da54df351
|
finish CreateProperties code generator
|
14 years ago |
Siegfried Pammer
|
ba1e5b4407
|
fix navigation in InlineRefactorDialogs; add propall code generation snippet
|
14 years ago |
Siegfried Pammer
|
f1c64399e9
|
mark Codon.GetFailedAction obsolete, because it does not check inherited conditions
|
14 years ago |
Tomasz Tretkowski
|
262636115d
|
Abstract classes are not shown as nunit test fixtures in test pad.
Fixed StackOverflowError when updating test class members from new compilation unit.
|
14 years ago |
Tomasz Tretkowski
|
bc4f225b72
|
Merge branch 'master' of git://github.com/icsharpcode/SharpDevelop
Conflicts:
SharpDevelop.sln
|
14 years ago |
Tomasz Tretkowski
|
4aa6401747
|
Results from failed or ignored mspec tests are not duplicated.
|
14 years ago |
Tomasz Tretkowski
|
ab63247b74
|
Exposing ProjectCount property from SelectedTests class. Narrowing Projects property type from IList to IEnumerable ( missing changes).
|
14 years ago |
Tomasz Tretkowski
|
42e05c8349
|
Fixed selection of inner classes when running mspec tests based on namespace selection in test pad.
|
14 years ago |
Tomasz Tretkowski
|
64944b1066
|
Nested behaviors are not supported as it should be.
|
14 years ago |
Tomasz Tretkowski
|
f04440b2a5
|
Test pad refresh when base test class is changed in the editor.
|
14 years ago |
PeterForstmeier
|
abd2ca7ac4
|
Rearrange Messages, cleanup
|
14 years ago |
PeterForstmeier
|
20fb4fc2c1
|
restyle AddServiceReferenceDialog.xaml
|
14 years ago |
Siegfried Pammer
|
593d04dde5
|
fix bug in OverrideEqualsGetHashCodeMethods refactoring: do not add override modifier to methods defined by IEquatable<T>
|
14 years ago |
Siegfried Pammer
|
40ae341392
|
implement localization of SearchPanel in SharpDevelop
|
14 years ago |