ciplogic
e5f2c0bfd6
Add the capability to remove base call if is not needed. It exposes some classes so maybe I'm not using the proper APIs. But it works good for practical the test case I wrote.
13 years ago
Daniel Grunwald
6ebf10f939
Fix error handling for invalid solution files.
...
Fix crash when using cut/paste to move a project between solution folders.
13 years ago
Daniel Grunwald
8848eab4e0
Fix crash when creating a new solution.
13 years ago
Mike Krüger
1550fa1195
Added test for the delegate/constructor bug.
13 years ago
Mike Krüger
4a9475457b
Fixed delegate maching constructors/operators etc.
13 years ago
Mike Krüger
d22b96f12c
Fixed formatting bug.
13 years ago
Mike Krüger
b342171a1e
Operations can now be named.
13 years ago
Mike Krüger
5a5e54bf41
ConvertToStaticMethodAction now converts member reference expressions
...
as well.
13 years ago
Mike Krüger
07da20180e
Added method for solution wide code actions.
13 years ago
Mike Krüger
2555ee9ae2
Merge pull request #157 from ciplogic/master
...
Basic fix for bug #10730
13 years ago
ciplogic
ac9732776c
Makes not static methods
...
A better than nothing implementation of Bug #10730 .
https://bugzilla.xamarin.com/show_bug.cgi?id=10730
When multi-file tracking of methods is implemented, the change should change the usages of variables.Call(...) to ClassName.Call(...)
13 years ago
Mike Krüger
04399085bd
Merge pull request #156 from ciplogic/master
...
Fixes Bug #11579 in NRefactory bug tracker
13 years ago
ciplogic
f806f635be
Auto-Fix for remove redundant assignment have issues in some cases (Part II) fixes
13 years ago
Mike Krüger
74ea8505b8
Added fix from Ciprian Khlud<ciprian.mustiata@yahoo.com>: Fix in
...
hoping to address the issues regarding some edge cases of remove
redundant variables in relation with functions.
13 years ago
Mike Krüger
ebe7045d05
Added some tests to the redundant null check.
13 years ago
Mike Krüger
01d4361350
Reformatted redundant null check.
13 years ago
Mike Krüger
09556b4586
Merge pull request #155 from leoowen19/master
...
[CodeIssue] Redundant Null Reference check
13 years ago
leoowen19
ee3c6e89ed
[CodeIssue] Redundant Null Check
...
No need to check null where is keyword exits.
13 years ago
Mike Krüger
1f1793e907
Changed resolver logging in mcs.
13 years ago
Daniel Grunwald
571a8d08bb
Move all code related to file/project templates to SharpDevelop.Templates.
13 years ago
Daniel Grunwald
7041571019
Fix bug introduced by FileUtility changes.
13 years ago
Daniel Grunwald
83d6c5efd7
Separate NewFileDialog from the FileTemplate implementation (use only the abstract base class).
13 years ago
Mike Krüger
e573cff18a
Only check attributes, when check id is set.
13 years ago
Mike Krüger
d8314d7e49
Implemented array initializer formatting.
13 years ago
Mike Krüger
d9317cbc6e
Removed debug code.
13 years ago
Daniel Grunwald
e0d6d8d9d9
Use new ProjectTemplate base class.
...
We now allow loading .xpt files from embedded resources.
13 years ago
Daniel Grunwald
aecdac2308
Hide NewProjectDialog behind IUIService.
13 years ago
Daniel Grunwald
ca88046297
Hide NewFileDialog behind IUIService.
13 years ago
Daniel Grunwald
44d5a83dc4
Add IFileSystem interface to SharpDevelop.
13 years ago
Daniel Grunwald
28b623840b
Add unit test demonstrating that the DepthFirstVisitor optimization was invalid.
13 years ago
Daniel Grunwald
94f4e15e11
Revert "DepthFirstAstVisitor no longer tries to visit the children of non C#"
...
This reverts commit 158b5176a2
.
The optimization was invalid; the VisitChildren() method is not
necessarily an unnecessary call on leaf nodes because it is virtual.
13 years ago
Mike Krüger
1d5c85f3f1
Implemented resharper disableing for redundant using directive.
13 years ago
Mike Krüger
020128ba58
CanBeDemotedIssue now respects the
...
CA1011:ConsiderPassingBaseTypesAsParameters suppression.
13 years ago
Mike Krüger
158b5176a2
DepthFirstAstVisitor no longer tries to visit the children of non C#
...
ast leaf nodes.
(Speeds up visitors a bit)
13 years ago
Mike Krüger
63daebebd6
Language version can now be set.
13 years ago
Mike Krüger
e0df113833
Fixed async lambda/delegate completion.
13 years ago
Mike Krüger
b2c93ac979
CodeDom visitor now skips new lines & white spaces.
13 years ago
Mike Krüger
538f016c46
Implemented code issue message suppression.
13 years ago
Daniel Grunwald
9a6e77d214
AvalonEdit encoding detection: add support for UTF-8 without BOM.
...
We now don't add a BOM when saving an UTF-8 that didn't have one when it was loaded.
13 years ago
Daniel Grunwald
a07f492feb
Fix crash when opening start page.
13 years ago
Daniel Grunwald
7f35dbbbb2
Merge remote-tracking branch 'origin/master' into newNR
13 years ago
Siegfried Pammer
406354bee0
further improvements and bugfixes for MarkDown-Mode
13 years ago
Daniel Grunwald
8e799bf3d4
Allow running actions as part of file templates.
13 years ago
Daniel Grunwald
80aff30058
Fix several issues with SearchPanel.
13 years ago
Matt Ward
cfa9692151
Add .aspx file filter.
13 years ago
Matt Ward
1c3161d42e
Check known file extensions for icons when collecting usage data.
...
Check the file extension against file filters first and then
check the file extensions that have an associated icon.
13 years ago
Mike Krüger
6ca65346ea
Removed debug message.
13 years ago
Siegfried Pammer
78e3f4a517
add highlighting definition for MarkDown syntax
13 years ago
Mike Krüger
9b2bd8059e
Fixed completion bug.
13 years ago
Mike Krüger
a6e4150637
Added distinct color for the 'var' context sensitive keyword.
13 years ago