1783 Commits (5e58218a222746aca53249770a65d8f3b2fbe379)

Author SHA1 Message Date
Siegfried Pammer ecba498007 implemented attributes, XML comments and CDATA sections 16 years ago
Siegfried Pammer 1fa534a080 Implemented nested XML content parsing 16 years ago
Siegfried Pammer 71e4c64c44 prepare for merge 16 years ago
Siegfried Pammer 4e76347386 NRefactory Unit Tests working again 16 years ago
Siegfried Pammer ffc502648a Lexer can read simple XML literals 16 years ago
Siegfried Pammer aef001350c - fixed VB Unit Tests 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
Siegfried Pammer f5211322eb extended ExpressionFinder: now works with local variables and member variables 16 years ago
Siegfried Pammer 17f9b913f7 current state of NRefactory additions (broken) 16 years ago
Siegfried Pammer b2371e3df2 fixed FormatException and possibly thrown NotSupportedException in Token 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
Siegfried Pammer 62b5ddf531 replaced BuildKeywords.pl by KeywordGenerator.cs 16 years ago
Siegfried Pammer 96488a9045 Partially implemented Imports for XML Namespaces. See remarks in VBNET.ATG for details. 16 years ago
Siegfried Pammer dceee20409 started with implementation of expressions in VB .NET ExpressionFinder Parser 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
Siegfried Pammer bb1c643db3 fixed some unit tests 16 years ago
Siegfried Pammer 5f4ab30f4d fixed build (hopefully) 16 years ago
Siegfried Pammer dfbcf6faf4 - updated visitors 16 years ago
Siegfried Pammer 8b0e9bb861 added experimental parser for VB .NET expression finder 16 years ago
Siegfried Pammer 782a0cb08d - updated parser to support automatic properties 16 years ago
Siegfried Pammer bb59db87f2 [VB10] 16 years ago
Siegfried Pammer 85381fae41 recreated branch for VB.NET 9 and 10 16 years ago
Siegfried Pammer 40ef20a177 created branch for VB.NET 9 and 10 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