5509 Commits (a39d830eba99e15c1d6ebf3dfb361bff82a24210)
 

Author SHA1 Message Date
Daniel Grunwald a39d830eba Fixed SD2-784 - File still considered dirty after undoing all changes. 15 years ago
Daniel Grunwald d8de6b3927 Fixed NullReferenceException in CodeCompletionItem.Complete. 15 years ago
Daniel Grunwald 67d1aa96d3 AvalonEdit: add TextEditor.IsModified property 15 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. 15 years ago
Martin Koníček b0624e744f Show fully qualified type names in CC tooltip (to distinguish between more types with same name in the CC list). 15 years ago
Martin Koníček 4dc5cc48e6 The new auto-insert-using CodeCompletion now works for Extension methods too. 15 years ago
Martin Koníček 42b6e29d80 Fixes failing XAML test (caused by change in CodeCompletionItem.Complete()). 15 years ago
Martin Koníček 04457b2e8c Attempt to fix build, Mock projects in Tests also implement 2 new methods in IProjectContent by throwing NotImplementedException. 15 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. 15 years ago
Siegfried Pammer 7ddda7e628 profiler suggestion by Martin: use short name (Class.Method) in profiler treeview to save space; tooltip still shows full signature 15 years ago
Siegfried Pammer 287ff50a4c use code generator for string.Format() call in OverrideToStringMethodRefactoring (fixes invalid newlines in generated code) 15 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. 15 years ago
Siegfried Pammer 84dac10882 fixed minor bugs in ExtractMethod 15 years ago
Siegfried Pammer 2fd5c0d873 replaced IndexerDeclaration by PropertyDeclaration with IsIndexer property (uses Default modifier) 15 years ago
Daniel Grunwald 6e0521b88c Detect when newlines are inconsistent and allow user to fix them. 15 years ago
Siegfried Pammer 3115ce0a60 fixed bugs in IntroduceMethod (including SD2-1665) 15 years ago
Daniel Grunwald 5c64642260 Fixed unhandled exceptions during UDC upload. 15 years ago
Martin Koníček 978fbfd3b9 Switch snippet prefixes enum cases by namespace only when needed, thanks to CodeGenerator.ConvertType. 15 years ago
Martin Koníček 4b57bf13b2 Code completion window sizes height to content. 15 years ago
Martin Koníček 51f65cb98c Fixed build, sorry. 15 years ago
Martin Koníček e8d33e6fb5 CompletionList - implemented ReSharper (and VS2010)-like Code completion: 15 years ago
Martin Koníček 16c0871796 Highlight references to expression under caret - changed the color to light blue. 15 years ago
Martin Koníček 56a5829329 Implemented CaretReferencesRenderer - highlighting of all references to symbol under caret in the editor (VS2010 like). 15 years ago
Siegfried Pammer a720c302c6 it is now possible to use C# ExtractMethod in: 15 years ago
Daniel Grunwald 1e765b380a Fix TimeoutException during UDC upload. 15 years ago
Martin Koníček 04fbe5ad03 Switch snippet code improved based on Daniel's advice. 15 years ago
Daniel Grunwald 7751d8cee9 Fixed SD2-1630: NotImplementedException in ICSharpCode.SharpDevelop.Internal.Templates.ProjectDescriptor.CreateProject 15 years ago
Daniel Grunwald fe6af4864b Add workaround for Cecil bug causing unit test failure. 15 years ago
Daniel Grunwald 29f90b75e8 Copy profiler hook dll into correct output directory. 15 years ago
Daniel Grunwald 511981ef37 Allow building profiler with Windows SDK 7.0 (don't require 7.0a) by using the old .vcproj format instead of .vcxproj. 15 years ago
Martin Koníček de1fefa9a9 Implemented switch snippet which inserts switch body dependent on switch condition. For enum condition prefills are enum cases. For non-enum condition inserts generic switch body with one case, like the old snippet. 15 years ago
Daniel Grunwald 86b868c728 Update to Mono.Cecil 0.9 (commit 8e50e24) 15 years ago
Siegfried Pammer 8bbeaac8f9 improved display of strings and characters in debugger tooltips 15 years ago
Daniel Grunwald 24bf6cb70d Fixed position of EOF token. 15 years ago
Siegfried Pammer 5710fba8c9 removed *.sln file filter from "Add existing project" dialog to avoid adding .sln files to a solution. 15 years ago
Siegfried Pammer d4db4a67dc [VB9] added further unit tests for QueryExpressionVB 15 years ago
Siegfried Pammer dd93e8bf9a [VB9] 15 years ago
Matt Ward 2f00c88c11 Merge IronPython and IronRuby addins to trunk. 15 years ago
Siegfried Pammer 7741361936 [VB9] 15 years ago
Daniel Grunwald 639c6c9e39 Use .NET 4 RTM (v4.0.30319) in .bat files and version check. 15 years ago
Daniel Grunwald c5b862e402 Make NUnit compatible with .NET 4 RTM (instead of .NET 4 Beta 2). 15 years ago
Siegfried Pammer db2ee49105 [VB9] Set Dom.IMethodOrProperty.IsExtensionMethod to True if <Extension> is used on VB methods. 15 years ago
Daniel Grunwald 14c53aca0e Merge /branches/3.0 to /trunk. 15 years ago
Peter Forstmeier 084f6c245e Cleanup (FxCop) 15 years ago
Matt Ward 7e70410614 Updated NUnit to version 2.5.4 15 years ago
Peter Forstmeier 74898caa64 Cleanup (FxCop) 15 years ago
Peter Forstmeier 3b1ca96543 BaseTextItem show Field names with StringTrimming.EllipsisCharacter,BaseImageItem show image source 15 years ago
Siegfried Pammer 12fc1baa6f add class code generators to refactorings context menu 15 years ago
Peter Forstmeier 7b29baf57b Cleanup, rename IContainerItem to ISimpleContainer 15 years ago
Peter Forstmeier 6bb29cbb75 Add ResourceString's for ReportViewer, work on Converts 15 years ago