Simon Lindgren
3b5e5731ea
[CodeIssues] Don't warn for unused parameters on overrides and interface implementations.
13 years ago
Simon Lindgren
f829d5833c
[CodeIssues] Don't mark calls to IFormattable.ToString() as redundant.
13 years ago
Daniel Grunwald
42ae86a467
Started porting UnitTesting.Tests to the new architecture.
13 years ago
Daniel Grunwald
07afc1301b
[UnitTesting] Clean up directory structure
13 years ago
Daniel Grunwald
f0b7f5805e
UnitTesting: use ITestFramework, clean-up.
13 years ago
Daniel Grunwald
e3bb7c0dd2
Add unit testing menu to entity context menu.
13 years ago
Daniel Grunwald
143663b0f3
Fix navigating to methods in DecompiledViewContent.
13 years ago
Siegfried Pammer
6247fcb190
implement customizable multi highlighter
13 years ago
Daniel Grunwald
76f3da7ccf
[CodeDomConvertVisitor] fixed converting fully-qualified references to static members
13 years ago
Daniel Grunwald
f96fe9c6a5
Fix typo in Setup.wxs.
13 years ago
Daniel Grunwald
2828c9e904
Change "SymbolUnderCaretMenuCommand" into "ResolveResultMenuCommand".
13 years ago
Daniel Grunwald
2f99cb14ac
Add FullAssemblyName to IAssembly.
13 years ago
Daniel Grunwald
3593982136
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR
13 years ago
Daniel Grunwald
98b905acfd
Add ILSpyAddIn to setup.
13 years ago
Daniel Grunwald
0c3a8957c7
Fix unit tests.
13 years ago
Daniel Grunwald
a8d0875c13
Fix build.
13 years ago
Daniel Grunwald
9193b83219
Make IHasPropertyContainer a [ViewContentService].
13 years ago
Daniel Grunwald
05904c8407
Replace ITextEditorProvider with GetService<ITextEditor>().
13 years ago
Daniel Grunwald
8f5f3a7572
Add ILSpyAddIn.
13 years ago
Daniel Grunwald
0ffd4fa4e1
Fixed display of file names with underscore in the document list dropdown.
...
http://community.sharpdevelop.net/forums/t/15815.aspx
13 years ago
Daniel Grunwald
498f77ad07
Fix 'My.Application' in VB WPF project template.
13 years ago
Mike Krüger
6efd3b949a
Revered patch from erik kallen/ignored failing test.
13 years ago
Daniel Grunwald
d0bed831ae
Add a mechanism to the FastSerializer that allows us to invalidate cached project contents when fixing a bug in one of the type system loaders.
13 years ago
Mike Krüger
637a7daae2
Updated mcs (fixed parser bug).
13 years ago
Mike Krüger
2e6d06b109
Merge pull request #69 from erik-kallen/AttributeFix
...
Add attributes also to the "Attribute.Attrs" member, not only to Sections
13 years ago
Daniel Grunwald
fe9ad47bce
Fixed bug in FoldingManager.RemoveFromTextView().
...
An uninstalled folding manager would stay partially connected to the text view, which could cause the InvalidOperationException: "Trying to build visual line from collapsed line".
13 years ago
Mike Krüger
0ea9ee107c
Merge pull request #103 from konrad-kruczynski/master
...
Don't report parameter not used issue if it is out or ref
13 years ago
Daniel Grunwald
35394eb1af
Fixed crash when adding new/existing projects to an existing solution.
13 years ago
Daniel Grunwald
becbe5e4ab
Fix ArgumentOutOfRangeException when double-clicking the top-most pixel in the exception dialog's text box.
13 years ago
Daniel Grunwald
606d09ea8f
Use ambience to format type names in the quick class browser.
13 years ago
Daniel Grunwald
25a2364e9c
Fixed bug that caused the column ruler to be visible by default even though the default value of the 'ShowColumnRuler' option is false.
13 years ago
Daniel Grunwald
7da3d39f95
Paint column ruler in correct position when scrolled horizontally.
13 years ago
Daniel Grunwald
d3642c2449
Fixed GetOffsetFromMousePositionFirstTextLineOnly() not considering the horizontal scroll offset.
...
This fixes creating a rectangular selection with the mouse while scrollOffset.X > 0.
13 years ago
Daniel Grunwald
884448d519
Add missing documentation comment.
13 years ago
Daniel Grunwald
85cb6c3a9f
Use 32-bit NUnit to run AnyCPU tests.
...
This allows debugging unit tests without having to set the target framework to x86.
13 years ago
Mike Krüger
d37a7ba16d
[CodeActions] Added check for resolve error.
13 years ago
Daniel Grunwald
e7c9e76f3d
Fix NullReferenceException when find references returns a result in a file without highlighter.
13 years ago
Mike Krüger
4e8b01df03
[Completion] Fixed type 'overloads'.
13 years ago
Mike Krüger
59982767c1
[Refactoring] Added option to the ast builder to control the behavior
...
of unbound type arguments.
13 years ago
Mike Krüger
ffe7c2ac3d
Merge pull request #107 from riviti/gsoc-fixes
...
More fixes to my GSoC work
13 years ago
Matt Ward
6adfe7ab02
Fix WiX icon control types being removed by designer.
...
Switching to the WiX dialog designer and back again was causing <Control Type="Icon" /> elements to be removed.
The WiX dialog designer now recognises control's with a type of Icon.
13 years ago
Daniel Grunwald
f4723a9e83
Use culture en-US in FileTemplateCategoryComparerTests and ProjectTemplateCategoryComparerTests tests.
13 years ago
Matt Ward
7b7ad9b8a2
Update OpenCover to version 4.0.804
13 years ago
Simon Lindgren
af16dc305c
Merge branch 'master' into gsoc-fixes
13 years ago
Simon Lindgren
13f67510b6
[CodeIssues] Don't crash in StatementToInitializerConverter on assignments to members.
...
(Probably) fixes Xamarin bug #6810 .
13 years ago
Daniel Grunwald
31474555b2
Avoid looking for inner classes when resolving a class constraint.
13 years ago
Daniel Grunwald
4a337b8ed1
[CodeActions] fixed bug implemented 'protected internal abstract' members.
...
The 'internal' modifier is necessary in overrides if they are inside the same assembly as the abstract member.
13 years ago
Daniel Grunwald
62204182e7
Demo: show parser errors in message box
13 years ago
Daniel Grunwald
69c1e6e6de
Use custom GetHashCode() implementation in XmlDocumentationProvider as the hash codes may get serialized.
...
The normal .NET string.GetHashCode() isn't guaranteed to be stable across multiple runs of the program (e.g. with .NET 4.5 hash randomization).
13 years ago
Daniel Grunwald
403486104c
C# -> VB converter: Add support for 'await' operator
13 years ago