Daniel Grunwald
326283c975
Add support for caching project contents on disk.
14 years ago
Daniel Grunwald
cfe7ae8dad
Adjust SharpDevelop to new context actions API.
14 years ago
Siegfried Pammer
c0a13242a2
implement XamlParser
14 years ago
Daniel Grunwald
3ce7c07e75
More work on context actions.
14 years ago
Daniel Grunwald
e48d564c9b
Change RefactoringContext/Script API.
14 years ago
Daniel Grunwald
7622629ea7
Add properties to CSharpAstResolver.
14 years ago
Siegfried Pammer
4446aac04b
add tag comment tracking
14 years ago
Daniel Grunwald
a7958379ee
Fixed parser error when 'await' is used as statement expression.
14 years ago
Daniel Grunwald
4bbddfd8b6
Fixed C# parser bug that occurs when the first parameter of an extension method is decorated with an attribute.
...
Closes icsharpcode/SharpDevelop#19 .
14 years ago
Daniel Grunwald
e9fd1864e1
Adjusting SharpDevelop to new type system (unresolved/resolved split).
14 years ago
Siegfried Pammer
cf9a06642b
fixed small, but annoying bugs in VB Lexer and profiler
14 years ago
Daniel Grunwald
c001357617
Add GetNewOffset() method to TextChangeEventArgs.
15 years ago
Daniel Grunwald
04d88d55be
Add IsDeleted and Equals() implementation to IDocumentLine.
15 years ago
Daniel Grunwald
94d1f5e3c5
Disable resolver logging.
15 years ago
Daniel Grunwald
0ec28b887d
Fix SD-1866: support for async/await in code completion.
15 years ago
Siegfried Pammer
73ddefe075
fix AlwaysUseShortTypeNames omitting generic type arguments
15 years ago
Siegfried Pammer
a79c7dad3f
implement find references on local variables
15 years ago
Siegfried Pammer
edd71b77e9
fix CSharpBinding reference to NRefactory.CSharp; fix long type names bug in CSharpAmbience
15 years ago
Daniel Grunwald
c50d1a4f46
Fix unit tests after moving CSharpAmbienceTests to different namespace.
15 years ago
Siegfried Pammer
1cf7ecb3f1
moved Ambience to NRefactory
15 years ago
Siegfried Pammer
af18125b40
implement all different members in CSharpAmbience output
15 years ago
Siegfried Pammer
b003c042d0
implement CSharpAmbience for ITypeDefinition
15 years ago
Daniel Grunwald
1d95f36481
Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly)
15 years ago
Daniel Grunwald
3bf2871b51
Make Find References multi-threaded.
15 years ago
Daniel Grunwald
4dd6acb810
Allow recursive synchronization (e.g. for calling GetTypes() on a single project content while a composite project content is synchronized)
15 years ago
Daniel Grunwald
9957c52ff2
Implemented "Find references"
15 years ago
Daniel Grunwald
56ae9d8533
Add back ResolverService.Resolve(); and use it to implement tool tips.
15 years ago
Daniel Grunwald
6d9b2dd4a2
Add AssemblyName to IProjectContent.
15 years ago
Daniel Grunwald
38fd088674
Initial implementation of CSharpAmbience.
15 years ago
Daniel Grunwald
f31bca1de7
newNR: fixed build errors in AvalonEdit.AddIn and CSharpBinding.
15 years ago
Daniel Grunwald
a2add0b62e
WIP
15 years ago
Daniel Grunwald
9c244880fb
WIP: new NRefactory
...
ICSharpCode.SharpDevelop.dll now compiles again, though with tons of commented-out code.
Most AddIns removed from solution, and still plenty of compiler errors left in the remaining AddIns.
15 years ago
Daniel Grunwald
c61a9b1afd
A few small API changes for NRefactory.
15 years ago
Daniel Grunwald
5633492481
Keep ITextEditor in the IDE (comment out the copy in ICSharpCode.Editor)
15 years ago
Daniel Grunwald
26e7380e5b
IDocument now derives from IServiceProvider.
15 years ago
Daniel Grunwald
c81d193164
Add strong-name to NRefactory; small API changes for ICSharpCode.Editor.
15 years ago
Daniel Grunwald
46521ab27a
Remove old NRefactory.
15 years ago
Siegfried Pammer
02cb7bad97
Fixed bug in SnippetParser causing lexer to fail with an exception on valid code
15 years ago
Siegfried Pammer
eb728f63d9
fix build
15 years ago
Siegfried Pammer
d6d43afc5b
fixed http://community.sharpdevelop.net/forums/t/13308.aspx
15 years ago
Siegfried Pammer
d410aac6e5
use TypeName in attributes
15 years ago
Siegfried Pammer
cc0f399162
fixed build
15 years ago
Siegfried Pammer
693f476a0f
properly implement attribute arguments in Expression Finder
15 years ago
Siegfried Pammer
be773345b9
properly indent declarations with attributes ( http://community.sharpdevelop.net/forums/t/13157.aspx )
15 years ago
Daniel Grunwald
0d96627a19
Fixed VB expression finder when there are array declarators on the parameter name.
...
e.g. "Sub Test(Values() As String)"
15 years ago
Siegfried Pammer
ce13878003
fix conversion of anonymous delegate-Expressions to VB lambdas
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
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