Daniel Grunwald
|
16313e486b
|
Add CSharpDesignerGenerator.
|
12 years ago |
Siegfried Pammer
|
ff7d0a100c
|
fix build
|
12 years ago |
Siegfried Pammer
|
2967f37b42
|
fix typo in BaseRefactoringContext.CreateTypeSystemAstBuilder
|
12 years ago |
Siegfried Pammer
|
272df157d8
|
rename DocumentUtilitites to DocumentUtilities
|
12 years ago |
Siegfried Pammer
|
01df710105
|
first implementation of rename without proper UI
|
12 years ago |
Siegfried Pammer
|
931c5ef93c
|
use ISymbol instead of IEntity in some cases; start implementation of RenameSymbol
|
12 years ago |
Andreas Weizel
|
d1f2295a07
|
Fixed bug causing regions to close suddenly.
|
12 years ago |
Daniel Grunwald
|
3d307a381c
|
Fix C# folding (skip NewLine nodes)
|
12 years ago |
Daniel Grunwald
|
5b89814e74
|
Implement C# forms designer loader.
|
12 years ago |
Daniel Grunwald
|
65c37c6e70
|
Use the TypeGraph from NRefactory; remove the one from SharpDevelop.
|
12 years ago |
Andreas Weizel
|
570bb59d5f
|
Readded CodeManipulation once again.
|
12 years ago |
Andreas Weizel
|
e6cb26d43e
|
Finished migration of OverrideEqualsGetHash code completion, some improvements for OverrideToString completion, too.
|
12 years ago |
Andreas Weizel
|
b515630899
|
Reintroduced IProperty.IsAutoImplemented() extension method (RefactoringExtensions).
|
12 years ago |
Andreas Weizel
|
3e382df48d
|
GetHashCode override completion - work in progress.
|
12 years ago |
Siegfried Pammer
|
4a2640af1a
|
allow method execution in Console Pad, Conditional Breakpoints, Watch Pad and sub-tree nodes
|
12 years ago |
Siegfried Pammer
|
a1c035e005
|
fix Debugger: Move mouse over instance field (+property?) -> does not show value; expression is missing 'this'
|
12 years ago |
Siegfried Pammer
|
1300a4bcd9
|
fix Debugger: Move mouse over static event -> crash 'unknown member type'
|
12 years ago |
Siegfried Pammer
|
f45a80f29b
|
fix Debugger: Moving mouse over a static void method taking no arguments causes a DebuggerException. It seems the debugger is trying to run the method?
|
12 years ago |
Daniel Grunwald
|
61b4e48940
|
Merge NRefactory 'bbcde1ea2e9de8530c1653798215cf6f25f9ea2b' into SharpDevelop newNR branch.
|
12 years ago |
Daniel Grunwald
|
bbcde1ea2e
|
Use ISymbol in Script.Rename()
|
12 years ago |
Mike Krüger
|
23636398d0
|
Symbol collector is now more generic and can be used to find overloads
for find references as well.
|
12 years ago |
Mike Krüger
|
5b9e640160
|
Implemented first version of the symbol collector.
|
12 years ago |
Daniel Grunwald
|
d3a3db75fb
|
Enable WiX dialog designer.
|
12 years ago |
Mike Krüger
|
1f2f3691be
|
Fixed possible parser exception.
|
12 years ago |
Mike Krüger
|
444eb11153
|
Implemented basic rename feature.
|
12 years ago |
Siegfried Pammer
|
2bef019797
|
remove old AddIn Manager
|
12 years ago |
Siegfried Pammer
|
31d439a364
|
add SDR to setup
|
12 years ago |
Siegfried Pammer
|
ddb7700f01
|
add CQA, VB.NET binding and ResourceEditor back to setup
|
12 years ago |
Siegfried Pammer
|
ba3bb64b2c
|
add back CQA addin
|
12 years ago |
Siegfried Pammer
|
1b727d7605
|
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
Conflicts:
src/AddIns/BackendBindings/CSharpBinding/Project/CSharpBinding.csproj
src/AddIns/BackendBindings/CSharpBinding/Project/Src/CSharpTextEditorExtension.cs
|
12 years ago |
Siegfried Pammer
|
d2a62c1940
|
add back old SDR implementation
|
12 years ago |
Daniel Grunwald
|
76d4845bbe
|
Add rename API (not implemented yet).
|
12 years ago |
Daniel Grunwald
|
8ad9dd1697
|
ProjectChangeWatcher: slightly delay asking for solution reload after SharpDevelop receives focus; so that we skip asking when the user is closing SharpDevelop anyways.
|
12 years ago |
Siegfried Pammer
|
68ae72226d
|
Revert "trying to implement RenameContextAction for C#"
This reverts commit 9f5c8720a8 .
|
12 years ago |
Daniel Grunwald
|
072b3e91b0
|
Don't show icon in scrollbar for redundancy issues.
|
12 years ago |
Siegfried Pammer
|
4c5fb9d7dd
|
Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into newNR
Conflicts:
SharpDevelop.Tests.sln
SharpDevelop.sln
|
12 years ago |
Andreas Weizel
|
b27249761a
|
Readded CodeManipulation.
|
12 years ago |
Andreas Weizel
|
738529e4aa
|
- OverrideToString completion now works.
- Added RefactoringContext.GetTypeResolveContext() method.
|
12 years ago |
Andreas Weizel
|
fb7b720837
|
Fixed issues with code line swapping, when lines with multiple statements are involved.
|
12 years ago |
Andreas Weizel
|
74bbb274c0
|
Fixed bug in moving code lines with appended comments: Code and comment were not kept together.
|
12 years ago |
Andreas Weizel
|
95109a4af2
|
CodeManipulation (Alt+Arrow code moving, Ctrl+W selection extension) now works again.
|
12 years ago |
Andreas Weizel
|
2c1c16e260
|
Reintroduced "insert constructor snippet" feature.
|
12 years ago |
Siegfried Pammer
|
98c509f281
|
fix "surround with comment" for XAML; fix exception in XAML CC occurring when trying to type '<'
|
12 years ago |
Daniel Grunwald
|
47df996540
|
Add TypeGraph
|
12 years ago |
Daniel Grunwald
|
149dea7412
|
Add TypeGraphNode to NRefactory; and move AbiComparer from NR.CSharp.Analysis to NR.Analysis
|
12 years ago |
Mike Krüger
|
ccc2fddc6c
|
Added obsolete EmptyExpression. (Removing was a breaking change)
|
12 years ago |
Mike Krüger
|
742f67753d
|
ResultOfAsyncCallShouldNotBeIgnoredIssue no longer underlines a large
portion of the text.
|
12 years ago |
Siegfried Pammer
|
01253ffb9c
|
reintroduce ResourceEditor
|
12 years ago |
Mike Krüger
|
1e628e6b6a
|
Took out failing tests on mono.
|
12 years ago |
Mike Krüger
|
76d9a6daa5
|
IKVM loader should now be a cecil loader replacement.
|
12 years ago |