6254 Commits (98174d6c3abc026ccbec559076d66c2f6567c787)
 

Author SHA1 Message Date
Siegfried Pammer e168d1dd17 fixed infinite loop in VBNetExpressionFinder 15 years ago
Siegfried Pammer 4d30bfa51d updated VBExpressionFinder: now uses new API 15 years ago
Siegfried Pammer 751c7cedc0 Reorganised Keywords in VBNET-Mode.xshd 15 years ago
Siegfried Pammer c76bf5efc2 made EF parser more suitable for the ExpressionFinder 15 years ago
Tomáš Linhart 9265c94a7c Images can be saved in more formats. Removed measuring which was transforming graph. 15 years ago
Tomáš Linhart d210702061 Implemented context menu for vertices. 15 years ago
Martin Koníček 3038b54842 Editor context menus for Find derived classes etc. open at right position: added GetScreenPosition(int line, int column) to IEditorUIService. 15 years ago
Tomáš Linhart f36e412067 Graphs are cached now. Should improve performance a little bit. 15 years ago
Peter Forstmeier e2cfa6ee4a Cleanup 15 years ago
Daniel Grunwald ccc4e24de9 Add workaround to ICSharpCode.Core that makes assemblies in the LoadFrom context also available in the Load context. This fixes some problems using WPF or .NET remoting in SharpDevelop AddIns. 15 years ago
Daniel Grunwald 6bbba8d32a Upgrade to AvalonDock 1.3.3571 15 years ago
Siegfried Pammer 6ee267417b corrected conversion of entity references 15 years ago
Martin Koníček 07b4dfb253 "Insert Constructor" refactoring works also with properties. By default, all fields and properties are checked, rather than unchecked. Field and property names are converted to parameter names (first character is lowercase). 15 years ago
Daniel Grunwald 6cb65113c4 Show progress running unit tests in status bar. 15 years ago
Daniel Grunwald 08c1792353 When running unit tests in multiple projects, perform a single build for all those projects before executing any tests. 15 years ago
Siegfried Pammer 8f549c35a6 fixed build 15 years ago
Siegfried Pammer f5e798c77d code cleanup 15 years ago
Siegfried Pammer 2da0781942 - XmlAttribute renamed to XmlAttributeExpression (avoid conflict with System.Xml) 15 years ago
Tomáš Linhart 295e0a6f8c Fixed a small issue with generic instance. 15 years ago
Tomáš Linhart 9387173428 Vertixes are clickable. Single click shows summary. Double click show internal dependency. Created a new GraphLayout component. 15 years ago
David Srbecký 0765d6db38 Reset JMC after obtaining dynamic symbols update. Some extra log messages. (This still does not fix IronPython 4.0) 15 years ago
Tomáš Linhart fbad56428a Added a support for method parameters. Added a support for generic instance of types. 15 years ago
Siegfried Pammer 04c6a6f1e9 - refactored AST; removed XmlLiteralExpression 15 years ago
Siegfried Pammer 3c992c8309 fixed build 15 years ago
Siegfried Pammer 6d6ed44387 fixed bugs in VB Lexer 15 years ago
Tomáš Linhart 3b030c7398 Added a new template for graphs from GraphSharp. Added new buttons for layouting. Replaced WPFExtension ZoomControl with ICSharpCode ZoomControl. 15 years ago
Tomáš Linhart 58f9e89c20 Implemented icons in tree. Added a lof of properties with information about fields, methods and so on. 15 years ago
Peter Forstmeier 6549152244 More UnitTest's for grouping 15 years ago
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 15 years ago
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