1276 Commits (65491522442f8d23d1f1ca2a26f9220464777676)

Author SHA1 Message Date
Daniel Grunwald 7fb5b52dc7 Fixed DefinitionViewPad. 16 years ago
Daniel Grunwald 3106a49a29 Try to fix SD2-1681 NullReferenceException in AvalonDock.DocumentContent.Close 16 years ago
Daniel Grunwald 8260a7b2ce Fixed bug in TaskBoundLoggerFilter that caused the "Suppress message" command to not be available on FxCop warnings. 16 years ago
Martin Koníček f2a39ffa73 CC window shows the hint "Press Ctrl+Space to show items from all namespaces" only if Ctrl+Space was not already pressed, and only for NRefactoryCodeCompletionBinding (C# and VB languages). 16 years ago
Daniel Grunwald 8a464f1a8c Remove EmptyTemplate from AvalonEdit, instead re-style the CompletionListBox within SharpDevelopCompletionWindow.xaml 16 years ago
Martin Koníček 0d742ce90f Commented out the style for SharpDevelopCompletionWindow so that the "Set property 'System.Windows.Setter.Property' threw an exception.' Value cannot be null." crash in ctor of CompletionWindow dissapears. 16 years ago
Martin Koníček e38b228446 Changed CompletionListBox.EmptyTemplate to ContentPresenter. Attempt to provide TextBlock in SharpDevelopCompletionWindow.xaml, but nothing gets displayed. 16 years ago
Tomáš Linhart 19b4d75de9 Initial commit of Code Quality Analysis AddIn. 16 years ago
Martin Koníček 0e27d647a6 When CodeCompletion window is empty, it shows "Press Ctrl+Space to show items from all namespaces", so that user learns how to use Ctrl+Space naturally. 16 years ago
Daniel Grunwald f113984478 Prevent ArgumentOutOfRangeException in XmlFoldingStrategy if .NET reports XML error at line 0. 16 years ago
Daniel Grunwald 4ba935e0a1 Remove unused references to ICSharpCode.TextEditor. 16 years ago
Daniel Grunwald 671595277a Update to AvalonDock 1.3.3391 16 years ago
Daniel Grunwald ba9bc1ba9c Remove AvalonDock 1.2 (prepare for update to 1.3) 16 years ago
Matt Ward eeb136c17e Fixed null reference when compiling IronPython projects or projects that explicitly do not reference mscorlib. 16 years ago
Daniel Grunwald 6bbcfb4a7f Update Mono.Cecil to commit a9195cc682bece967677152d7d6bc433a58d746c. 16 years ago
Daniel Grunwald 3d04de0098 Fixed C# parser when casting the result of a default-expression "(int)default(short)". 16 years ago
Daniel Grunwald 25b828694b Add "CopyLocalWorkaround" to build. (part of fix for SD2-1670 - Allow compiling .NET 4 projects without having the .NET 4 SDK installed) 16 years ago
Daniel Grunwald 91e9ba0b9e C# parser: add support for named arguments in attributes. 16 years ago
Daniel Grunwald 95544ce215 AvalonEdit Rope: Corrections for XML documentation. 16 years ago
Daniel Grunwald 2b5707a349 Fixed VBNetOutputVisitor bug on "WithEvents" modifier. 16 years ago
Daniel Grunwald 780118df8a Update to Mono.Cecil 0.9.2 (commit f59c382). 16 years ago
Daniel Grunwald b1098071ce Fixed ArgumentException in TextView.Redraw when deleting line in XML document. 16 years ago
Martin Koníček 91c48d4c30 Fixed bug in CodeCompletion filtering by substring. 16 years ago
Daniel Grunwald a39d830eba Fixed SD2-784 - File still considered dirty after undoing all changes. 16 years ago
Daniel Grunwald d8de6b3927 Fixed NullReferenceException in CodeCompletionItem.Complete. 16 years ago
Daniel Grunwald 67d1aa96d3 AvalonEdit: add TextEditor.IsModified property 16 years ago
Martin Koníček a9e7a20482 CodeCompletion optimization - as the user types, the filtered result is filtered again instead of always filtering the whole completion data. 16 years ago
Martin Koníček c9c3931ba4 CC shows all types from all referenced assemblies. If type which is missing using is selected, the using is added automatically. TODO make work for extension methods. 16 years ago
Martin Koníček ef7c0f1457 CodeCompletion: filtered items are shown in the same order as they were before filtering. The best match is selected. 16 years ago
Siegfried Pammer 2fd5c0d873 replaced IndexerDeclaration by PropertyDeclaration with IsIndexer property (uses Default modifier) 16 years ago
Daniel Grunwald 6e0521b88c Detect when newlines are inconsistent and allow user to fix them. 16 years ago
Daniel Grunwald 5c64642260 Fixed unhandled exceptions during UDC upload. 16 years ago
Daniel Grunwald 5843430b26 Fixed C# parser bug when CheckedExpression occurs in an ExpressionStatement. 16 years ago
Martin Koníček 4b57bf13b2 Code completion window sizes height to content. 16 years ago
Martin Koníček 51f65cb98c Fixed build, sorry. 16 years ago
Martin Koníček e8d33e6fb5 CompletionList - implemented ReSharper (and VS2010)-like Code completion: 16 years ago
Daniel Grunwald 14b4c930c2 Fixed SD2-1633: Designer cannot open forms using FolderBrowserDialog with RootFolder property set 16 years ago
Daniel Grunwald d6067bfc4c Fixed conversion of VB 'static' variables to C#. 16 years ago
Daniel Grunwald fe6af4864b Add workaround for Cecil bug causing unit test failure. 16 years ago
Daniel Grunwald 86b868c728 Update to Mono.Cecil 0.9 (commit 8e50e24) 16 years ago
Daniel Grunwald 24bf6cb70d Fixed position of EOF token. 16 years ago
Siegfried Pammer d4db4a67dc [VB9] added further unit tests for QueryExpressionVB 16 years ago
Siegfried Pammer dd93e8bf9a [VB9] 16 years ago
Siegfried Pammer 7741361936 [VB9] 16 years ago
Siegfried Pammer db2ee49105 [VB9] Set Dom.IMethodOrProperty.IsExtensionMethod to True if <Extension> is used on VB methods. 16 years ago
Daniel Grunwald 05660f70af Fixed tests 16 years ago
Daniel Grunwald 79e8189c7c Fixed SD2-1604 - Code completion does not learn commonly used items 16 years ago
Daniel Grunwald b7dd5692aa Assign fixed version number to DockPanelSuite; the auto-increment versions seems to have caused setup trouble for some people. 16 years ago
Daniel Grunwald 493ea45a5d Close InsightWindow when typing ')'. 16 years ago
Daniel Grunwald 4a6c63d0a2 Don't use <TrackFileAccess>false</TrackFileAccess> because it forces a recompile every time. Move the resgen-requiring projects to .NET 4.0 instead. 16 years ago