Daniel Grunwald
f86a014b9c
Put MIT license into the file headers.
15 years ago
Daniel Grunwald
e51e3a95cb
Add InvocationResolveResult.
15 years ago
Daniel Grunwald
8c8caf76f6
Implemented type inference for implicitly typed lambdas.
15 years ago
Daniel Grunwald
6792a0c76a
Report which kind of conversion was found.
15 years ago
Daniel Grunwald
d59fd2bc56
C# Resolver: preparations for lambda support
15 years ago
Daniel Grunwald
e17ba7462a
Add unit tests for TypeSystemAstBuilder.
15 years ago
Daniel Grunwald
fd8050a035
Merge changes from SharpDevelop into the main NRefactory repository.
15 years ago
Daniel Grunwald
c61a9b1afd
A few small API changes for NRefactory.
15 years ago
Daniel Grunwald
b97543acb2
A few small API changes for NRefactory.
15 years ago
Daniel Grunwald
a9a6e1680d
Add ID string provider + a few resolver bugfixes
15 years ago
Siegfried Pammer
08cfc14a42
fix SD-1394 - Indentation in region tooltip:
...
proposed algorithm:
Each line is checked for leading indentation whitespaces. If
a line has the same or more indentation than the first line,
it is reduced. If a line has is less indented than the first line
the indentation is removed completely.
See the following example:
line 1
line 2
line 3
line 4
is reduced to:
line 1
line 2
line 3
line 4
15 years ago
Daniel Grunwald
77c7d08b9a
Implemented disambiguation for identical simple names and type names. (e.g. "public Color Color;")
15 years ago
Daniel Grunwald
21d2121ae5
CecilLoader: add support for reading module attributes, security declarations and marshal information.
15 years ago
Siegfried Pammer
33018ccb61
fix SD-1611 - Add 'region tooltips' to AvalonEdit
15 years ago
Siegfried Pammer
97f4f8c305
remove Ctrl+Q shortcut; QuickDocumentation was never implemented for AvalonEdit
15 years ago
Siegfried Pammer
d5398b3960
fix Setup and Tests
15 years ago
Siegfried Pammer
9b9a0379f6
remove TreeViewAdv (Aga.Controls)
15 years ago
Siegfried Pammer
d571914b27
remove dependency on Aga.Controls from Debugger.AddIn
15 years ago
Daniel Grunwald
18fb49ca7c
Add TypeKind enum.
15 years ago
Siegfried Pammer
c14a451c1d
adjust XamlOutlineNode to new SharpTreeView
15 years ago
Siegfried Pammer
2a34197c75
copy enhanced SharpTreeView from ILSpy
15 years ago
Eusebiu Marcu
0d292d027a
Write custom implementation to ILSpyAssemblyResolver.
15 years ago
Daniel Grunwald
bb2f93a24b
NRefactory bug fixes:
...
- Use IType.Equals() instead of == operator
- Change handling of partially parameterized types in IType.GetNestedTypes so that we don't leak type parameters from the wrong context
- Add support for unbound types to C# resolver (e.g. in attribute arguments)
- C# Parser: preserve variance modifier
- Ensure all interface members are marked as 'abstract'
- Add support for [TypeForwardedTo] and [ComImport] to CecilLoader.
15 years ago
Eusebiu Marcu
8f2c5ffc1b
Use a custom assembly resolver when decompile a third party assembly. The order is: DefaultAssemblyResolver, folder where the decompiled assembly is located then GAC.
15 years ago
Eusebiu Marcu
b6f46a7c55
fix null exception when the symbol is null
15 years ago
Eusebiu Marcu
8d11730326
fix bug when SD tried to display the source file that not exists (e.g. the symbols are present but the sources aren't - see Prism).
15 years ago
Eusebiu Marcu
7119d558e5
Add basic (IIS) support for WCF services.
15 years ago
Daniel Grunwald
2eef3e4be9
Fix syntax highlighting when comments are on the same line as preprocessor directives (forum-13500)
15 years ago
Daniel Grunwald
3e75554294
gitignore for ICSharpCode.Editor
15 years ago
Daniel Grunwald
849ed04c0a
Merge NRefactory changes from ILSpy into the main NRefactory repository.
15 years ago
Eusebiu Marcu
b6fe47b404
fix start options for ASp.NET MVC projects
15 years ago
Eusebiu Marcu
c21b361fa6
fix build and project options panel.
15 years ago
Daniel Grunwald
89ba05f335
C# calls indexers "Item", not "Items".
15 years ago
Eusebiu Marcu
3d10700cd8
make style cop addin work for old version (<=4.3.3.0) and new (>= 4.5.x.x)
15 years ago
Daniel Grunwald
eb0d93724e
ICSharpCode.Core: Disable lexical condition inheritance, and allow doozers to control whether to perform dynamic condition inheritance.
...
Building a menu node will still inherit conditions into subnodes, but included nodes now inherit conditions from the menu they are included into instead of where they are defined.
Moreover, conditions applied to an <Include> codon now are applied to the included nodes. Previously, they would be evaluated only at item build time and would disable the <Include> doozer.
15 years ago
Eusebiu Marcu
2df2d0f853
update icons in breakpoint pad
15 years ago
Daniel Grunwald
d14fa2d34d
WPF Designer: Fix ImageSourceEditor.
15 years ago
Daniel Grunwald
35123e8d07
Fix forum-13593: error converting "new string[5,4]" from C# to Boo.
15 years ago
Eusebiu Marcu
6701792f39
evaluate local variables (not only parameters) for decompiled code.
15 years ago
Matt Ward
6d067662f3
Change highlighting in html script tags so javascript code does not use green text.
15 years ago
Siegfried Pammer
b0b8c13c20
fix SD-1818 - VB NotifyIcon Application template not working properly
15 years ago
Eusebiu Marcu
de36dc4148
move external debug info in decompiler addin
15 years ago
Eusebiu Marcu
abdeeb5c20
decouple the debugger from decompiler; fix race conditions on external debug information; use metadata token instead of type name when selecting the decompiled content.
15 years ago
Daniel Grunwald
c536d3f5f7
Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into 4.1
15 years ago
Daniel Grunwald
283bff1714
Remove Eusebiu's metadata decompiler.
15 years ago
peterforstmeier
1828a8d2ad
Cleanup
15 years ago
peterforstmeier
e80c438678
Add PostFilterProperties to Designer's
15 years ago
Daniel Grunwald
0f8ef2289f
Merge branch 'master' into newNR
15 years ago
Daniel Grunwald
5f66310a16
Change version to 4.2
15 years ago
Eusebiu Marcu
8496217ca6
Show message when process is running and step action is requested.
15 years ago