7425 Commits (4b2d091c7d12390fa9a45ed3c506f28f4161fd39)
 

Author SHA1 Message Date
Daniel Grunwald 817728ea38 Merge from /branches/3.0: 15 years ago
Tomáš Linhart 8271aeb3f5 Added a module dependency graph where are dependencies between namespacies. 15 years ago
Tomáš Linhart b5210b720f Nested types wasn't properly assigned to a parent type. Added comments for every method. 15 years ago
Tomáš Linhart 4db20ab738 Added a support for Events. Some refactoring and fixes with declaring types. 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
Tomáš Linhart 8c4aef994d Fixed reading Nested Types. 15 years ago
Peter Forstmeier c6cba5cc50 Add more UnitTest's for Grouping, set 'InternalVisible' Attribute in Reporting.Core for better testing 15 years ago
Siegfried Pammer e125cf96be implemented VarianceModifiers in TemplateDefinition in the pretty printer 15 years ago
Siegfried Pammer 343be4dd11 implemented detection of implicit line continuations 15 years ago
Martin Koníček 56f4098df1 Implemented "Find overrides" popup in the context menu of methods and properties. 15 years ago
Siegfried Pammer 283731db31 implemented Covariance/Contravariance 15 years ago
Siegfried Pammer bb74407cfc finished VBNetOutputVisitor for XML Literals 15 years ago
Siegfried Pammer a287bf628e finished XML Literals in Parser + Unit Tests 15 years ago
Peter Forstmeier 81b983f091 Add UnitTest's for Grouping, general cleanup 15 years ago
Siegfried Pammer 9689a44305 - added more unit tests for XML expressions 15 years ago
Siegfried Pammer 071185b7d6 - added helper methods to AbstractLexer 15 years ago
Siegfried Pammer cea4d02349 implemented XmlMemberAccessExpression in AST 15 years ago
Daniel Grunwald a93b443928 Adjust CSharpCodeCompletion sample to DOM changes (NamespaceEntry/KeywordEntry). 15 years ago
Siegfried Pammer 08b040e6f8 - corrected AST 15 years ago
Siegfried Pammer 5c6a138577 - added DOM for XML literals 15 years ago
Peter Forstmeier e72d2f2fdd Refactoring to start with SubReports 15 years ago
Martin Koníček e06f45b906 Find overrides menu item is available for interface members. 15 years ago
Kumar Devvrat 9654056635 Indicate number range and type validation in the numeric editor through foreground colour 15 years ago
Kumar Devvrat d6ba95a4b4 Add description for attached properties 15 years ago
Martin Koníček 3b18169d84 Derived/base classes popups show class names using AmbienceService.GetCurrentAmbience(). 15 years ago
Martin Koníček 7064e3b170 Derived classes popup and Base classes popup show partial classes only once. 15 years ago
Siegfried Pammer 26f3c84cc9 added another unit test for inline VB code 15 years ago
Siegfried Pammer 04afca4812 fixed some bugs in EF parser 15 years ago
Siegfried Pammer 8588f756f9 - implemented correct lexing of processing instructions 15 years ago
Martin Koníček 18bbfe2f38 Derived classes popup closes when action used or focus lost. 15 years ago
Martin Koníček 3b913de566 Renamed ContextAction to IContextAction. 15 years ago
Martin Koníček bb28929b91 Added "Find derived classes command" to class context menu, which shows in-place popup with inheritance tree. 15 years ago
Daniel Grunwald aca411965e Fix label edit operation in ExtTreeView (original text was shown behind label edit text box). Based on patch by Boris Kozorovitzky. 15 years ago
Siegfried Pammer 6e071a75b2 - corrected context detection of IdentifierExpected 15 years ago
Martin Koníček af3858a6e5 Renamed code snippet "props" to "prop", as the short property form is usually preferred. 15 years ago
Martin Koníček eb81f74d7b Cleaned up RefactoringService.FindDerivedClasses a bit. 15 years ago
Siegfried Pammer 21b78ced7f implemented QueryExpressions in ExpressionFinder 15 years ago
Kumar Devvrat 05fa1b13f0 Hide obsolete properties in the grid. 15 years ago
Kumar Devvrat f1e2aa28c8 Support editing attached properties in the property grid. 15 years ago
Daniel Grunwald 0aecab6461 Handle End-Statement inside the ExpressionFinder grammar 15 years ago
Daniel Grunwald 0b8d5c1f3a Changed ExpressionFinder grammar to suppress the remaining LL(1) warnings 15 years ago
Matt Ward e1e66f257f IronPython addin now using AvalonEdit. 15 years ago
Peter Forstmeier 7fb0d9a161 Fix NullReferenceException in Designer(ContextMenu) 15 years ago
Kumar Devvrat 98cb4f643c Copy ICSharpCode.SharpDevelop.Widgets to output directory to resolve missing references, see http://community.sharpdevelop.net/forums/t/11421.aspx 15 years ago
Daniel Grunwald b13831f676 Fixed bug that caused MSBuild item metadata values to always be escaped on project creation. 15 years ago
Peter Forstmeier 8480d6f499 remove Codedublictions in Text and Borders 15 years ago
Siegfried Pammer 90980ee81d Implemented LambdaExpressions 15 years ago
Siegfried Pammer 520919067f implemented UsingStatement and added unit tests 15 years ago
Daniel Grunwald 17da69ef9f Use new parser generator feature that automatically identifies the paths where (. nextTokenIsPotentialStartOfXmlMode = true; .) needs to be inserted. 15 years ago
Siegfried Pammer 58cc8a78c2 - added ReDimStatement and EraseStatement 15 years ago