5872 Commits (bb695bfd0c8040cb4bb1e7aa8017e42619f0d094)
 

Author SHA1 Message Date
Tomáš Linhart bb695bfd0c - Cleaned AssemblyInfo.cs 16 years ago
Matt Ward 73f2cd0599 Component Inspector is now a sample. 16 years ago
Daniel Grunwald c842a37f4c Merge remote branch 'svn/vbnet' 16 years ago
David Srbecký c6c11de54b Don't add interface methods to type - use only the defined ones 16 years ago
Matt Ward 4b8bc2ab30 Update NUnit to version 2.5.6 16 years ago
Matt Ward 1736bf0ccc Added Apache license for IronRuby to installer. 16 years ago
Siegfried Pammer bcf917f92d - fixed parser bugs 16 years ago
David Srbecký 63dc0ae3b5 Fixed DebugType.GetMember in case of explicit interface implementation and interface inheritance 16 years ago
Daniel Grunwald e0ea8ea238 Don't reuse the TextView's text formatter - this causes crashes on some machines (e.g. Tomáš) 16 years ago
Martin Koníček 9cc04d536e Context actions: fixed logical bug when resolving class declarations on current line by name - more classes with same name and different type arguments can exist, of course. 16 years ago
Matt Ward f76aa34ce8 Updated IronRuby to version 1.1 16 years ago
Martin Koníček 6a3116d7ff Implemented "Add using" editor context action. 16 years ago
Matt Ward 483ba8f9f8 Stopped the XML editor from downloading xml.xsd from the internet. 16 years ago
Martin Koníček 7338344014 Decoupled "Add using" functionality from context menu building. 16 years ago
Tomáš Linhart 3641142243 A first draft of dependency matrix. 16 years ago
Martin Koníček 47ee9924e7 "Implement abstract class" editor context action. 16 years ago
Siegfried Pammer 05cb4df472 implemented ., ... and .@ operator for XML Literals 16 years ago
Siegfried Pammer 3219079f94 - removed IOption 16 years ago
Siegfried Pammer 6f9028b875 implemented Options in Dom. Option Infer On/Off, turn Type Inference on and off 16 years ago
Siegfried Pammer 69c39842b0 fixed NullReferenceException in CSharpMethodExtractor 16 years ago
Martin Koníček b67dfce2bb Fix recently introduced bug when opening files with other than C#/VB content. 16 years ago
Martin Koníček 62d12aa208 Implemented new "Implement interface" editor context action using the code recently decoupled from context menus. 16 years ago
Martin Koníček 7b318f80a1 "Implement interface" and "Implement abstract class" editor context menu items are shown only when needed (that is the class/interface is not yet implemented). 16 years ago
Siegfried Pammer 0d04541240 - reimplemented TryTypeInference feature as CC item "? =" 16 years ago
Martin Koníček 2315172e5f Refactoring: decoupled code to implement abstract class from building the menus. 16 years ago
Martin Koníček 7102b476e2 Refactoring: decoupled 'Implement interface' actions from menu building. 16 years ago
Martin Koníček e7ab1474fc Progress with editor Context actions. 16 years ago
Siegfried Pammer 6840d02d43 fixed failing unit tests 16 years ago
Siegfried Pammer 00ec3b2208 fixed SD2-1424: Variables with the same name as their containing functions but with different case are converted incorrectly from C# to VB. 16 years ago
Siegfried Pammer c38aeb3fa5 fixed SD2-970 - Namespace end construct missplaced if there is a 'using' statements inside a region when converting code from C# to VB. 16 years ago
Siegfried Pammer 8c8162c801 fixed CollectionAndObjectInitializer test 16 years ago
Daniel Grunwald f1b882bce1 Fix NullReferenceException when drawing collapsed fold markers (bug introduced by optimization in r6169) 16 years ago
Siegfried Pammer 364dea4182 fixed SD2-1497 - Converting VB.NET With statement to C# 16 years ago
Siegfried Pammer 72c96031b3 fixed object/collection initializer in local variable declaration 16 years ago
Daniel Grunwald 87f94f6e1b AvalonEdit perf optimization: Use a single TextLine for tab and space markers instead of creating FormattedText on demand. 16 years ago
Siegfried Pammer 36557788f8 fixed SD2-1500 - Converting VB.NET property when getter assigns value to property 16 years ago
Daniel Grunwald 31d7fcb8f1 AvalonEdit perf optimization: when the selection changes, don't redraw the whole selection but only the text added/removed from the selection. 16 years ago
Siegfried Pammer af6ed353ce fixed SD2-1452 - VB Parser: dictionary access in with block 16 years ago
Martin Koníček b2c80c66bb Split ContextActionsControl into 2 user controls: the TreeView and the Header. 16 years ago
Siegfried Pammer 7482ad64a2 added some missing VB .NET templates 16 years ago
Siegfried Pammer 0471aa9cc8 implemented properties in EF Parser; 16 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 16 years ago
Daniel Grunwald 153ddd46aa Fix bug in global styles that caused crash on startup. 16 years ago
Siegfried Pammer a5d19c3267 - implemented Overrides-CC 16 years ago
Siegfried Pammer 8d087bbd83 - fixed bugs in ExpressionFinder 16 years ago
Siegfried Pammer 1e1e4cd46b fixed bugs in ExpressionFinder and inconsistent completion results 16 years ago
Siegfried Pammer 1da056e7c4 fixed FindExpression after parameter list opening brace 16 years ago
Siegfried Pammer e5b7980240 implemented completion of existing expression when pressing Ctrl+Space 16 years ago
Siegfried Pammer f8797e9c04 fixed selection handling in ExtractPropertiesAsStyleCommand 16 years ago
Siegfried Pammer 9ef1561394 only display snippets that are mapped to a currently available keyword 16 years ago