1783 Commits (5e58218a222746aca53249770a65d8f3b2fbe379)

Author SHA1 Message Date
Daniel Grunwald c001357617 Add GetNewOffset() method to TextChangeEventArgs. 15 years ago
Daniel Grunwald 269597e619 Update semantic highlighting when new parse information arrives. 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 b7b259896d Add semantic highlighting for C#. 15 years ago
Daniel Grunwald 2bbeefdaf2 Allow using DocumentHighlighter with ReadOnlyDocument. 15 years ago
Siegfried Pammer 85bfeb1f15 update VB Syntax Highlighting to VB 11 CTP 15 years ago
Daniel Grunwald 7bcab7097b AvalonEdit documentation update 15 years ago
Daniel Grunwald f24ff58a2b Adjusted unit tests to C# syntax highlighting change. 15 years ago
Daniel Grunwald 56f38f8524 C# syntax highlighting: Don't colorize punctuation. 15 years ago
Siegfried Pammer 82297d7819 add word wrap to InsightWindow in parameter list (header) too 15 years ago
Daniel Grunwald 0ec28b887d Fix SD-1866: support for async/await in code completion. 15 years ago
Daniel Grunwald e64d24419a Yet another performance improvement to AvalonEdit - we now use a way smaller dirty rectangle when changing only a single line. 15 years ago
Daniel Grunwald 3f05ced59c Use DrawingVisual for rendering a VisualLine. This seems to improve AvalonEdit rendering performance a lot in some scenarios. 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
Daniel Grunwald 77d5f4163e Update to Mono.Cecil 0.9.5-33-g5ce1cb6 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
Siegfried Pammer c1a89d234e remove failing tests from ICSharpCode.SharpDevelop.Tests.csproj; add CSharpAmbienceTests 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 ae406e9c31 Adjust SharpDevelop to NRefactory API changes 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 b0051f4960 Fix SD-1858 - InvalidOperationException in DockingManager.CoerceActiveDocumentValue when right-clicking document tab while it is closing 15 years ago
Daniel Grunwald 5df40bdd49 WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx) 15 years ago
Daniel Grunwald acefecc74e Ignore ExternalException when clipboard cannot be opened for pasting. 15 years ago
Siegfried Pammer 74ff5b60f4 fix SD-1833 - Method Insight popup exceeds screen (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?ID=1833&PROJID=4) 15 years ago
Daniel Grunwald 56ae9d8533 Add back ResolverService.Resolve(); and use it to implement tool tips. 15 years ago
Daniel Grunwald d4e36711ec Run LoadSolutionProjectsThread when a solution is being opened. 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 392871bf63 Save width+height of floating pad using invariant culture. 15 years ago
Siegfried Pammer 429f0229b5 fix some bugs in ChangeMarkerMargin 15 years ago
Daniel Grunwald a2add0b62e WIP 15 years ago
Daniel Grunwald 9c244880fb WIP: new NRefactory 15 years ago
Daniel Grunwald fea3b5aed9 WIP: newNR integration 15 years ago
Daniel Grunwald c61a9b1afd A few small API changes for NRefactory. 15 years ago
Siegfried Pammer 08cfc14a42 fix SD-1394 - Indentation in region tooltip: 15 years ago
Siegfried Pammer 33018ccb61 fix SD-1611 - Add 'region tooltips' to AvalonEdit 15 years ago
Siegfried Pammer 9b9a0379f6 remove TreeViewAdv (Aga.Controls) 15 years ago
Siegfried Pammer 2a34197c75 copy enhanced SharpTreeView from ILSpy 15 years ago
Daniel Grunwald 2eef3e4be9 Fix syntax highlighting when comments are on the same line as preprocessor directives (forum-13500) 15 years ago
Matt Ward 6d067662f3 Change highlighting in html script tags so javascript code does not use green text. 15 years ago
Daniel Grunwald 5633492481 Keep ITextEditor in the IDE (comment out the copy in ICSharpCode.Editor) 15 years ago