347 Commits (e2fbe21758211ab20e578c6ae019687cc93fe913)

Author SHA1 Message Date
Daniel Grunwald 503cb2b06e Improved code completion with default constructors: 17 years ago
Daniel Grunwald 2d46880b72 Fixed ambience NullReferenceException (bug introduced in revision 4954) 17 years ago
Daniel Grunwald 0d6c72676b Rewrote IReturnType-output in VBNetAmbience to support inner classes inside generic classes. 17 years ago
Daniel Grunwald 51dcc82ad4 NRefactoryASTConvertVisitor: produce correct DOM for inner classes inside generic classes (copy the type parameters into all inner classes) 17 years ago
Daniel Grunwald 9d6d9f20fe Fixed bugs loading method modifiers from Reflection/Cecil. 17 years ago
Daniel Grunwald 63f0226ed5 Fixed forum-10068: members from COM Interop assembly not shown in code completion. 17 years ago
Daniel Grunwald 13e1fa6bb0 Fixed IsAccessible for "protected internal" members. (forum-9974) 17 years ago
Daniel Grunwald 18f3aca132 Use Ctrl+Click as go to definition. 17 years ago
Christian Hornung 679866ec5a NRefactoryASTConvertVisitor: Apply IndexerNameAttributes to the names of the converted indexers. 17 years ago
Siegfried Pammer cc06eec997 - corrected typo in ITextEditorOptions 17 years ago
Daniel Grunwald 7dd5d67102 ITextBufferVersion: add MoveOffsetTo method 17 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 17 years ago
Daniel Grunwald cd800c8308 Fixed SD2-1494 - 'Move class to file' duplicates delegate declarations 17 years ago
Daniel Grunwald a6fb1caa46 Removed CtrlSpace method from IResolver interface. 17 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 17 years ago
Daniel Grunwald c5a371dd2c Fixed SD2-1572 - operators are shown as nameless methods in code completion 17 years ago
Daniel Grunwald 2bd75facc9 Don't generate code for attributes of base class in override code completion. 17 years ago
Daniel Grunwald 1915a2c328 Fixed SD2-1581 - GetterModifiers/SetterModifiers not loaded in ReflectionProperty and CecilReader 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Daniel Grunwald 54848a8515 Fixed SD2-1582: Code completion lists multiple entries for partial classes 17 years ago
Daniel Grunwald 51fcc171d6 Add ChangeTrackingCheckpoint to AvalonEdit.Document. 17 years ago
Siegfried Pammer 181f8cb775 XamlBinding: 17 years ago
Daniel Grunwald 34e76133c3 Fixed SD2-1465 - Convert integer casts correctly between VB and C# 17 years ago
Daniel Grunwald ee2a4e29cb Fixed code analysis AddIn (fixed support for custom MSBuild loggers, ported SuppressMessageCommand to ITextEditor). 17 years ago
Daniel Grunwald 6ace8895af NRefactory: Fixed incorrect end column in C# type declarations. 17 years ago
Daniel Grunwald 89c64e389c Fixed thread-safety problem in DefaultReturnType. 17 years ago
Daniel Grunwald 5467f54ba2 Fixed thread-safety problem in SearchClassReturnType. 17 years ago
Siegfried Pammer 73360cb6cd - added ClassInheritanceTreeClassesOnly to IClass 17 years ago
Daniel Grunwald 3810b27401 using System.Collections.ObjectModel; 17 years ago
Siegfried Pammer 485f751cc5 - XAML completion is now a bit less intrusive 17 years ago
Daniel Grunwald 6ca2404d09 Adjust unit tests. 17 years ago
Daniel Grunwald f33b5c152c Fixed code completion on protected members from a base class when the inheritance was specified in a different part of a partial class. 17 years ago
Daniel Grunwald 344eae48db Simplified Reflector AddIn by using Reflector's SendMessage API instead of registering the IPC AddIn. 17 years ago
Daniel Grunwald 9237bea45a Performance improvements for solution loading: 17 years ago
Daniel Grunwald d8f0dd24b0 Fixed exception in VB code completion when a C# project contains two namespaces that differ only in case. 17 years ago
Daniel Grunwald 2deb507aa2 Do not show 'Finalize' in C# code completion. 17 years ago
Daniel Grunwald 41fe04bcb8 IDocument: moved to ICSharpCode.SharpDevelop (so that all ICSharpCode.SharpDevelop.Editor types are defined in the same assembly). 17 years ago
Daniel Grunwald ce435d7a0c CodeEditor is now calling IFormattingStrategy.FormatLine. 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 years ago
Daniel Grunwald 8e8d5ecdae Merged revision 4096 from 3.0 to dotnet4. 17 years ago
Daniel Grunwald 324fab013a Update to Mono.Cecil revision 134535. 17 years ago
Daniel Grunwald 698d2c5506 Show insight window when pressing comma inside a method call. 17 years ago
Matt Ward babca5416f Fixed failing tests due to move to NUnit 2.5 17 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 17 years ago
Daniel Grunwald 8a73db8530 Show 'static' class modifier in tool tips. 17 years ago
Daniel Grunwald bc41e92dc8 Fixed potential NullReferenceException in MemberLookupHelper.IsInvocable. Might have been the cause of forum-9346. 17 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 17 years ago
Daniel Grunwald f259855abb Fixed loading of assemblies that contain generic types with more than 10 type parameters. 17 years ago
Daniel Grunwald 5df6bd39e8 Fixed SD2-1397 - Code completion does not work for nested classes inside generic classes. 17 years ago
Daniel Grunwald 96887f5d5a Update to AvalonDock 1.2.2104. 17 years ago