Siegfried Pammer
4bf6937250
fix performance regression of local variables pad and watch pad
14 years ago
PeterForstmeier
e043f3eb5d
NodeDescription.xaml and NodeDescriptionViewModel.cs
14 years ago
Matt Ward
8d5533a925
Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon.
14 years ago
Siegfried Pammer
6b31a6f1dc
fix exception occurring after launching CQA
14 years ago
Siegfried Pammer
93673a2945
finish implementation of Matrix <-> TreeView sync
14 years ago
Siegfried Pammer
0ede6cfcb7
implemented TreeViews of DependencyMatrix
14 years ago
Matt Ward
39891c3b4b
Generate WCF service reference proxy using the namespace in the Add Service Reference dialog.
14 years ago
Matt Ward
c3026f02ca
Add Razor MVC project and file templates for C# and VB.NET.
14 years ago
Matt Ward
04c89f4b55
Update icons in unit tests window. Commit updated files missing from previous commit.
14 years ago
Matt Ward
9e420bc36d
Add Fugue Icons by Yusuke Kamiyamane - http://p.yusukekamiyamane.com/ and icons created by Michael Seeger.
14 years ago
Siegfried Pammer
be15f5a0b2
fixing build
14 years ago
Siegfried Pammer
b3e8bfc816
trying to fix build
14 years ago
Siegfried Pammer
83e350afc5
started implementation of AssemblyAnalyzer
14 years ago
Siegfried Pammer
82804565ac
started implementation of AssemblyNode
14 years ago
Siegfried Pammer
17c5871d5f
initial commit of new CodeQuality.csproj
14 years ago
Siegfried Pammer
127b080566
fix SD-1877 - Unable to remove solution item using context menu in Projects window
14 years ago
Siegfried Pammer
08af7199ce
small changes to CQA DOM
14 years ago
Siegfried Pammer
91a3fbbcc6
add dynamic keyword to C# code completion
14 years ago
Siegfried Pammer
fb61f42af2
started implementation of new DOM based on NRefactory.TypeSystem
14 years ago
Siegfried Pammer
21bc49b814
update NR5 in SharpDevelop
14 years ago
PeterForstmeier
92952d70c9
Extend ToolTip Text in TreeMapViewModel.cs
14 years ago
Matt Ward
45908b905c
Make the Go button the default button on the Add Service Reference dialog.
14 years ago
Matt Ward
fcb7abb0a7
Add reference to System.ServiceModel assembly when adding a service reference.
14 years ago
Matt Ward
3bc3d34acf
Show errors in Service Reference dialog when trying to discovery service information.
14 years ago
Matt Ward
226ca96e44
Fix null reference exception when installing/uninstalling NuGet packages a project is not selected and the solution contains only one project.
14 years ago
Matt Ward
dbbdb73820
Reduce the number of method parameters used in package manager and project manager classes.
14 years ago
Matt Ward
01268b2cfa
Add tests for prerelease NuGet packages.
14 years ago
Matt Ward
9a36c5964b
Update to NuGet 1.6
14 years ago
PeterForstmeier
9739235d19
Tooltip in TreeMap show the numeric value the map is made from
14 years ago
PeterForstmeier
ab8450b7f4
All queries are checked for '0' values, StatusBar show RemovedValues.Count
14 years ago
PeterForstmeier
b9719ab46c
Eliminate '0' Values in TreeMapViewModel
14 years ago
PeterForstmeier
ab43453f0a
QueryMethods
14 years ago
Siegfried Pammer
4c6bbb31be
small improvements on ILSpy integration:
...
- jump to entity after decompilation has finished
- add Ctrl+F search
14 years ago
Daniel Grunwald
68f75c067b
Fix SD-1872 - Forms Designer is unbearably slow in 4.2
14 years ago
Siegfried Pammer
71fbb38182
fix SD-1875 - "Copy" command in context menu on values in debugger tooltips does not work correctly
14 years ago
Siegfried Pammer
1a5cd796f4
fix setting sync bug in output window
14 years ago
Matt Ward
37b3fd4713
Add Microsoft's System.Web.Razor.dll so the Razor parser can be used without requiring ASP.NET MVC 3 to be installed on the local machine.
14 years ago
Daniel Grunwald
d092645a40
Merge branch 'master' into net45
14 years ago
Daniel Grunwald
67554f993c
Fixed code completion for C# 3.0 projects - reference to mscorlib was missing.
14 years ago
Daniel Grunwald
1aa10e5bbf
Ignore OutOfMemoryException when trying to paste large amounts of text.
14 years ago
Daniel Grunwald
821bb6e6e7
Don't expose LinkElementGenerator.GetMatch().
14 years ago
Daniel Grunwald
0bdc13eed2
Fix NullReferenceException when mscorlib reference is missing.
14 years ago
Matt Ward
256b569d03
Fix SD-1841 - SolutionDir MSBuild property not defined when running project.
14 years ago
PeterForstmeier
b2223bea74
TreeMapViewModel.cs, create Linq Queries for Namespace and Method
14 years ago
PeterForstmeier
64ea71d751
Add Query Classes for Assembly and Type, queries are still missing
14 years ago
PeterForstmeier
f745ec42dd
Eliminating zero values from Queries reduce render time for test assembly from 6 to 1 secounds
14 years ago
Matt Ward
082f532a69
Fix assemblies not being resolved when a MSBuild project defines a reference search path via a PropertyGroup/ReferencePath which defines the path using $(SolutionDir).
14 years ago
Daniel Grunwald
8b0de6243f
Fix the width of tabs with IndentationSize=1.
...
See http://community.sharpdevelop.net/forums/t/14176.aspx
Tab markers now report a size one pixel smaller than the tab glyph.
The problem was that if the tab glyph already advanced to (or over) the next multiple of the indentation size, the normal tab character advanced the rendering position a second time. This always happened if the IndentationSize was 1, but it could also happen in some other cases, for example when IndentationSize=4 and Text="aaa\t".
The issue is complicated by proportional fonts: there, a tab can be very small (maybe only a single pixel) if there is text in front of the tab that almost reaches the next tab position. In this case, we have only two choices: make the tab larger than it would be without the tab glyph, or have the tab glyph overlap with the next character after the tab. (a third choice would be not to draw or clip the tab glyph if there's not enough room, but that's difficult to do with the WPF text layout engine)
This fix makes the TabGlyphRun report a size one pixel smaller than the actual width of the glyph. This way the invisible tab character can fit in that one-pixel gap, which fixes the issue for monospaced fonts. But if there isn't enough room for the tab glyph (as can happen with proportional fonts), the tab will still be larger than it should be.
14 years ago
Daniel Grunwald
b3ed4c86a8
Fixed potential NullReferenceException in HeightTree.GetNodeByVisualPosition
14 years ago
Siegfried Pammer
90dc21d60a
added SD-790 - Output window text search
14 years ago