Siegfried Pammer
db5dc2d348
change metrics counting: now we are counting no longer the usages but the distinct references: string M(string s) { return s.ToLower; } has only one reference to System.String.
14 years ago
Siegfried Pammer
2b56c5d934
fixing some exceptions while loading and analyzing assemblies
14 years ago
Matt Ward
4e122253b1
Use the JavaScript icon when displaying JavaScript files in the project browser.
14 years ago
Siegfried Pammer
593fb49c77
fix assembly resolver bugs
14 years ago
Siegfried Pammer
33e6eb9a32
fix position of "please select an assembly" text
14 years ago
Matt Ward
ef0bc3d267
Fix unit tests for JavaScript addin.
14 years ago
Siegfried Pammer
52f3ae0254
small additions analyzer, fixed some FxCop warnings
14 years ago
Daniel Grunwald
eadbd3d3c0
LineNumberMargin: align baselines of line number and main text
...
FoldingMargin: put marker in the center between TextTop and TextBottom, not in the middle of the whole TextLine.
IconBarMargin: put icon in the center between TextTop and TextBottom
14 years ago
Siegfried Pammer
732db6e2e7
fix possible NullReferenceException in HiddenDefinitionRenderer
14 years ago
Siegfried Pammer
b5cc179c52
fix possible NullReferenceException in InfoNode
14 years ago
Siegfried Pammer
bce0b943f8
add support for usage of event accessors
14 years ago
Siegfried Pammer
4a2c5b8560
implement support for events
14 years ago
Siegfried Pammer
322351adea
add support for properties and add back info text
14 years ago
Siegfried Pammer
816b65b729
reimplement relationship concept from scratch
14 years ago
Daniel Grunwald
e9fd1864e1
Adjusting SharpDevelop to new type system (unresolved/resolved split).
14 years ago
PeterForstmeier
cdb1c284e2
ConvertPlainCollection
14 years ago
PeterForstmeier
991759fa1c
Item below Container
14 years ago
Matt Ward
72a2e21ae4
Support running a web project with either IIS Express or IIS when both are installed.
14 years ago
Siegfried Pammer
a47ba05c96
fix exception #2370 NullReferenceException at Debugger.Thread.InterceptCurrentException()
14 years ago
Siegfried Pammer
d96f74b6df
move information tooltip into NodeDescription
14 years ago
Siegfried Pammer
13965a78f9
implement method usage in method bodies
14 years ago
Matt Ward
77b0c7c23b
Fix exception when adding a new ASP.NET file from the new file dialog due to folding manager not being uninstalled.
14 years ago
Matt Ward
097b82a58b
Add icons for Razor project and file templates.
14 years ago
PeterForstmeier
16279c1a3d
Popup in DependencyMatrix
14 years ago
Siegfried Pammer
32f9a25ed3
make IsAutomaticProperty an extension method. Now named IsAutoImplemented.
14 years ago
Siegfried Pammer
03bc938456
add support for auto-implemented properties to override ToString code generator and adjust behaviour of dialog if list of available properties/fields is empty
14 years ago
Siegfried Pammer
fa18fc7315
add support for auto-implemented properties in Equals/GetHashCode code generator
14 years ago
Siegfried Pammer
d4ce5d75e8
fix NullReferenceException if IEnumerable contains no elements
14 years ago
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
04c89f4b55
Update icons in unit tests window. Commit updated files missing from previous commit.
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
08af7199ce
small changes to CQA DOM
14 years ago
Siegfried Pammer
fb61f42af2
started implementation of new DOM based on NRefactory.TypeSystem
14 years ago
PeterForstmeier
92952d70c9
Extend ToolTip Text in TreeMapViewModel.cs
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