Daniel Grunwald
d793900605
Fixed memory leak (and potential thread-safety issue) in SD.Dom.
...
ExtensionMethodsPublic.memberSignatureComparer.parameterListComparer.cachedHashes was keeping references to all methods that were ever compared.
15 years ago
Siegfried Pammer
a0ef64cfe0
fixed Unit Tests
15 years ago
Siegfried Pammer
f447cb6918
fixed VBExpressionFinder bug with VB Lambdas (it did not find a valid expression)
15 years ago
Siegfried Pammer
44d1ee568f
fixed http://community.sharpdevelop.net/forums/p/12860/35055.aspx#35055
15 years ago
Siegfried Pammer
00c5c75900
add better readability to multi-line lambda indentation
15 years ago
Siegfried Pammer
16f70ae438
properly indent multi-line lambdas
15 years ago
Siegfried Pammer
fab0f9f463
remove VBIndentationStrategy
15 years ago
Siegfried Pammer
55de9e4431
indentation is now respecting ILCs
15 years ago
Siegfried Pammer
045f41469c
added ctor snippet for VB and fixed VB-specific issues in the InsertCtor*-logic
15 years ago
Siegfried Pammer
1f182e3b93
fix indentation of single-line Sub-lambdas
15 years ago
Siegfried Pammer
6c2b627efe
fix start of Type-Context in Property-declarations (fixes http://community.sharpdevelop.net/forums/t/12857.aspx )
15 years ago
Siegfried Pammer
1a8f1bb7cb
show normal CC inside argument lists
15 years ago
Siegfried Pammer
efba806bb0
Lambda-parameters are now shown in the CC list
15 years ago
Siegfried Pammer
eb5e7b9c2c
fixed EF-bug when parsing declarations like: Dim x As A, y As B
15 years ago
mkonicek
5c7d95490b
Object graph and collection visualizer are not shown for strings anymore.
15 years ago
peterforstmeier
df84bd9a00
Replace unset Parameter Values with string.Empty, write message to console to inform user
15 years ago
Matt Ward
b237c6ea7b
Set custom tool to TextTemplatingFileGenerator when creating new t4 templates.
15 years ago
Daniel Grunwald
97a18791ce
Fixing the build once again.
15 years ago
Daniel Grunwald
941739469e
Implement INotifyPropertyChanged in TextDocument.
15 years ago
Daniel Grunwald
df5b8df4cd
Fix build.
15 years ago
Daniel Grunwald
56d8146303
Fixed memory leak in SharpDevelopCompletionWindow
15 years ago
peterforstmeier
ddc28da84b
Can display stacked Rows
15 years ago
Matt Ward
e6ee67e72a
Message now shown in dialog when Entity Framework Data Model wizard fails with an error.
15 years ago
Matt Ward
1b99485b88
Fix KeyNotFoundException when cancelling the creation of a new Entity Framework Data Model file.
15 years ago
Daniel Grunwald
632c44e10e
Inherit conditions into child codons (lexically within the same .addin file).
...
This ensures that, if a parent menu item is disabled, its child menu items cannot be executed using a shortcut. (at least for children defined within the same .addin file)
15 years ago
mkonicek
a2250c771d
When edges avoid nodes, they never go into negative coordinates (out of Canvas). They can still go out of the Canvas on the right or bottom side, but that is necessary in case they have no other way.
15 years ago
mkonicek
34c4c27f34
Hot-fixed memory leak caused by Canvas.Children.Clear() not releasing instances properly.
15 years ago
mrward
f3e3671a3c
Handle exceptions when installing and uninstalling NuGet packages.
15 years ago
mkonicek
17018970f8
Check if the debuggee has been resumed on the beginning of every refresh to allow faster stepping.
15 years ago
Matt Ward
0b161a6147
Fix exceptions thrown when using T4 preprocessed class properties.
15 years ago
mkonicek
a509660b8a
Handling an expression which happens when stepping too fast.
15 years ago
mkonicek
5f3c42bd2d
Very simple implementation of remembering expanded nodes - just made ObjectGraphControl.Expanded static. It should be probably remembered separately per method (different variables in different methods have different meaning. Cleared on project close?).
15 years ago
mrward
331968923f
Update to IronRuby 1.1.3
15 years ago
mrward
e37603ba57
Support excluding code behind files from a project.
15 years ago
mkonicek
1abd1f920e
Tried member icons in object graph. Didn't look so useful, left it commented out for possible future use.
15 years ago
mkonicek
bbf3053188
Tree layout is determined by BFS rather than DFS.
15 years ago
mkonicek
74584ef078
Object graph - better formating of type names.
15 years ago
mkonicek
5121434f13
Object graph - zoom using Ctrl+mouse wheel. Fixed edge labels.
15 years ago
mkonicek
5736d53187
Object graph - highlights edge on node item mouse-over.
15 years ago
mkonicek
1e30f4dd2a
Object graph - added node headers with type name.
15 years ago
mkonicek
f8adea054f
Object graph - tweaked column sizing a bit.
15 years ago
mkonicek
90ef21633f
Object graph - bidirectional edges don't overlap anymore.
15 years ago
mkonicek
0681775b63
Object graph - fixed a small bug in multiple edge spacing.
15 years ago
mkonicek
acc439575b
Object graph - added simple zoom slider.
15 years ago
Matt Ward
f714ca03d4
Build text templating unit tests into standard unit tests folder.
15 years ago
mrward
fccc219a43
Update IronPython to version 2.7
15 years ago
Matt Ward
e988554ceb
Add TextTemplatingFilePreprocessor custom tool.
15 years ago
Matt Ward
f40da5e677
Add t4 file images to bitmap resources.
15 years ago
Matt Ward
382ad26671
Make the t4 template's CustomToolNamespace available in CallContext with the tag "NamespaceHint".
15 years ago
mkonicek
fac118b615
Object graph - rewrote calculation of node size. Now arrows fit.
15 years ago