Mike Krüger
|
850776fabc
|
Fixed completion test case.
|
14 years ago |
Matt Ward
|
e3d160c6da
|
Fix ${TargetPath} evaluating to wrong file extension for WiX projects.
|
14 years ago |
Mike Krüger
|
b5da9b1ce3
|
Fixed some unit tests.
|
14 years ago |
Mike Krüger
|
f8eed16fb9
|
Worked on completion engine API.
|
14 years ago |
Mike Krüger
|
e6877e9856
|
Fixed completion unit test.
|
14 years ago |
Daniel Grunwald
|
942b4f70ef
|
Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics.
Boxing conversion for attribute arguments is now used consistently in C# type system and Cecil-loaded type system.
|
14 years ago |
Daniel Grunwald
|
812c1dc696
|
Added LINQ where test.
|
14 years ago |
Daniel Grunwald
|
a15202b44a
|
Fix AvalonEdit .NET 3.5 build.
|
14 years ago |
Mike Krüger
|
e9903adbf9
|
Revert "Updated mcs."
This reverts commit 19c344c55c .
|
14 years ago |
Mike Krüger
|
19c344c55c
|
Updated mcs.
|
14 years ago |
PeterForstmeier
|
aa7e1bba54
|
eliminate '0' values in 'Nodes'
|
14 years ago |
Matt Ward
|
aff3636507
|
Fix <asp:Content> tags not displaying the colon character when folded.
|
14 years ago |
Matt Ward
|
9f38b13c20
|
Do not generate html folds in ASP.NET for elements that exist on a single line.
|
14 years ago |
Matt Ward
|
8de91e4a4d
|
Fix ASP.NET folding not working due to double quotes inside aspx or Razor markup tags which are inside HTML script tags.
|
14 years ago |
Matt Ward
|
c760a9e7d2
|
Add folding for Html in .vbhtml Razor files.
|
14 years ago |
Matt Ward
|
426410f6a6
|
Add folding for Html in .cshtml Razor files.
|
14 years ago |
PeterForstmeier
|
8fd6c23877
|
Change itemWithCommand to ItemWithAction
|
14 years ago |
PeterForstmeier
|
1f4ac5dc79
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
14 years ago |
PeterForstmeier
|
b964a68112
|
try List<ItemWithCommand> for filtering nodes
|
14 years ago |
Matt Ward
|
745640729a
|
Ignore case when comparing project type guids to check if a project is a web or Silverlight project.
|
14 years ago |
Matt Ward
|
69c7dde1e3
|
Fix SD-1874 - Attribute code completion not working for assemblies that reference assemblies using a different .NET framework version to those referenced by the project.
|
14 years ago |
Matt Ward
|
f9c3d8002a
|
Fix xml form resources not being found in assembly.
|
14 years ago |
Matt Ward
|
b26a6fb635
|
Move Manage Packages menu item after Add Service Reference menu item when right clicking on a project.
|
14 years ago |
Matt Ward
|
53d7b69a09
|
Fix service reference node appearing in wrong place in Visual Studio's Solution Explorer.
|
14 years ago |
Matt Ward
|
00adbade6b
|
Generate service reference map file (Reference.svcmap) when adding service references.
|
14 years ago |
Matt Ward
|
8a968a390e
|
Move code to determine service reference folder into separate ServiceReferenceFileName class.
|
14 years ago |
Matt Ward
|
a0801f53f9
|
Add WCFMetadataStorage item to project when a WCF service reference is added.
|
14 years ago |
Matt Ward
|
c44ab66b1c
|
Make Add Service Reference menu item available when References and Service References selected in Projects browser.
|
14 years ago |
Matt Ward
|
6a2c375c8e
|
Reformat code and fix typos.
|
14 years ago |
Matt Ward
|
f06449a0fd
|
Generate WCF proxy file from Add Service Reference dialog.
|
14 years ago |
PeterForstmeier
|
dd45b722cb
|
ChangeTabItem = Reset TreeMap,Small changes from FxCop
|
14 years ago |
Daniel Grunwald
|
bfafe8b117
|
Fixed handling of constants in OverloadResolution.GetArgumentsWithConversions().
This fixes IAttribute.PositionalArguments when implicit numeric conversions are involved.
|
14 years ago |
Daniel Grunwald
|
44b1c40e70
|
Remove some dead code.
|
14 years ago |
PeterForstmeier
|
4591d52baa
|
Reset databinding for TreeMaps
|
14 years ago |
Matt Ward
|
e64557d10a
|
Move navigation service tests to ICSharpCode.SharpDevelop.Tests namespace.
|
14 years ago |
Matt Ward
|
c45c27e6bd
|
Fix C++ project failing to run when solution and project exist in the same folder.
|
14 years ago |
Matt Ward
|
12f11b356b
|
Move Rhino.Mocks to common libraries folder.
|
14 years ago |
Matt Ward
|
adb253e5cc
|
Move check for web reference folder out of DirectoryNode.
|
14 years ago |
Matt Ward
|
fc35f75a90
|
Add context menu items for WCF service references.
|
14 years ago |
Matt Ward
|
ce4caf8a33
|
Show WCF service references in Projects window with different icons.
|
14 years ago |
PeterForstmeier
|
8497323e67
|
CodeQualityAnalysis - Rework StatusBar to show actual values of selected Item
|
14 years ago |
PeterForstmeier
|
554f23a2ae
|
CodeQualityAnalyis Sort members in TreeViews
|
14 years ago |
Daniel Grunwald
|
9af3c040f2
|
Fixed resolving compound assignment operators.
|
14 years ago |
Siegfried Pammer
|
95c3cd9c63
|
added "Launch HLM" to Help menu
|
14 years ago |
PeterForstmeier
|
fc7b29f5ef
|
Activation of MetricCombo, re factor creation of Nodes(INodes)List
|
14 years ago |
Mike Krüger
|
5218417fa8
|
Improved completion of enums.
|
14 years ago |
mike
|
0ff96eaa4c
|
Fixed IndentBlocks bug.
|
14 years ago |
mike
|
f68f9907c8
|
Fixed indent break statement formatting.
|
14 years ago |
mike
|
0a71c80a06
|
Fixed some more array initializer context bugs.
|
14 years ago |
mike
|
0017621fc2
|
Fixed array initializer completion case.
|
14 years ago |