665 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Daniel Grunwald e9fd1864e1 Adjusting SharpDevelop to new type system (unresolved/resolved split). 14 years ago
Siegfried Pammer 8b6d1d6a39 implement Ctrl+Shift+W - shrink selection; move CodeManipulation to CSharpBinding 14 years ago
Daniel Grunwald fa2c1a6397 C# semantic highlighting: distinguish between value and reference types. 14 years ago
Daniel Grunwald 8d12fe8a20 Reimplemented F6 for members. 14 years ago
Daniel Grunwald 889361a446 Suppress flickering in semantic highlighting. 14 years ago
Daniel Grunwald 269597e619 Update semantic highlighting when new parse information arrives. 14 years ago
Daniel Grunwald b7b259896d Add semantic highlighting for C#. 14 years ago
Siegfried Pammer 00e70228a1 move /AddIns/DefaultTextEditor/CodeCompletion to /SharpDevelop/ViewContent/TextEditor/CodeCompletion; 14 years ago
Siegfried Pammer a79c7dad3f implement find references on local variables 14 years ago
Siegfried Pammer edd71b77e9 fix CSharpBinding reference to NRefactory.CSharp; fix long type names bug in CSharpAmbience 14 years ago
Siegfried Pammer 1cf7ecb3f1 moved Ambience to NRefactory 14 years ago
Siegfried Pammer c1a89d234e remove failing tests from ICSharpCode.SharpDevelop.Tests.csproj; add CSharpAmbienceTests 14 years ago
Daniel Grunwald 1d95f36481 Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 14 years ago
Daniel Grunwald ae406e9c31 Adjust SharpDevelop to NRefactory API changes 14 years ago
Daniel Grunwald 3bf2871b51 Make Find References multi-threaded. 14 years ago
Daniel Grunwald 6b56440cb5 Reimplemented "Find derived classes" 14 years ago
Daniel Grunwald 9957c52ff2 Implemented "Find references" 14 years ago
Daniel Grunwald 19820f6cc2 Fix some issues with LoadSolutionProjects-thread. 14 years ago
Daniel Grunwald 56ae9d8533 Add back ResolverService.Resolve(); and use it to implement tool tips. 14 years ago
Daniel Grunwald 38fd088674 Initial implementation of CSharpAmbience. 14 years ago
Daniel Grunwald f31bca1de7 newNR: fixed build errors in AvalonEdit.AddIn and CSharpBinding. 14 years ago
Daniel Grunwald a2add0b62e WIP 14 years ago
Siegfried Pammer 5a943271ea working on SD-1527 - A display binding's supported files should be independent from the files it handles by default: 14 years ago
Daniel Grunwald 9c244880fb WIP: new NRefactory 14 years ago
Eusebiu Marcu b9f9234dc3 fix SD-631 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=631&PROJID=4 14 years ago
Boris Kozorovitzky a5644c7858 ProjectBinding may choose to handle missing project by itself. 14 years ago
Daniel Grunwald 34da9b3fad Code completion for generic types - insert only e.g. "List" instead of "List<T>". 15 years ago
mkonicek b47a93ab1e Code completion for generic types inserts only e.g. "List<" instead of "List<T>". 15 years ago
Eusebiu Marcu 41bbfec826 remove unused indexes 15 years ago
Eusebiu Marcu a72baabcd2 v0.2 15 years ago
Eusebiu Marcu 2dc3ec2efc Hidden definitions v0.1 15 years ago
Eusebiu Marcu d0b7e7a1fd Fix Bracket highlighting does not work after multiline string 15 years ago
Daniel Grunwald 4b24dd80f8 Fixed commenting out lines selected from the line number margin. 15 years ago
Daniel Grunwald 93f924b120 Add TextAnchorMovementMode.Default where the movement direction depends on the type of insertion. 15 years ago
Daniel Grunwald 8804473341 Remove LGPL header from MyNamespaceSupportForCSharp.cs (as that file is copied into projects converted from VB to C#) 15 years ago
Daniel Grunwald afd2f38400 Mark SharpDevelop assemblies as Full/Client profile. 15 years ago
Daniel Grunwald abbfb1b6f9 Disable target framework combobox in project options so that all target framework changes run through the UpgradeProject code path. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Siegfried Pammer c89b7a5e29 implemented SD-631 for VB .NET 15 years ago
Siegfried Pammer c7e652c78a extracted insight window handling to InsightWindowHandler 15 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 15 years ago
Siegfried Pammer 8ee9c5e697 fixed NullReferenceException when working with VB files outside of a VB project 15 years ago
Siegfried Pammer 04c6a6f1e9 - refactored AST; removed XmlLiteralExpression 15 years ago
Siegfried Pammer 08b040e6f8 - corrected AST 15 years ago
Daniel Grunwald 4ba935e0a1 Remove unused references to ICSharpCode.TextEditor. 15 years ago
Daniel Grunwald 7092ebf5b0 Remove unused parameter "buildServices" from IBuildable.StartBuild. 15 years ago
Daniel Grunwald cf7adb39dd Allow user to specify an encoding when opening a text file. 16 years ago
Daniel Grunwald 1ac7989efa Fixed build. 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald 788a578ce7 Fixed build. 16 years ago