6167 Commits (ac4922f2b31a67f2ca7ea59478bfdbfd7a2f708c)
 

Author SHA1 Message Date
Daniel Grunwald ff3d81407a Handle BadImageFormatException when trying to load code completion info from non-.NET dll. 15 years ago
Tomáš Linhart 255e99b5e4 Implemented VirtualMode for Dependency Matrix. It should improve performance a little bit. 15 years ago
Daniel Grunwald 7ea5a5a73e Install FoldingElementGenerator first to ensure that fold markers are always drawn. Fixes InvalidOperationException in ICSharpCode.AvalonEdit.Rendering.TextView.BuildVisualLine. 15 years ago
Siegfried Pammer 6f675509cd implemented basic code completion in Console pad 15 years ago
David Srbecký 668e724440 Show more friendly error message when trying to debug 64-bit executable. 15 years ago
Kumar Devvrat 65b8191069 - Readjust styles 15 years ago
Matt Ward 5a585d2a2f Unit tests for RubyBinding will now be run on build server. 15 years ago
Tomáš Linhart f11afb62df - Rewrite Dependency Matrix Control to WinForms 15 years ago
Daniel Grunwald b50a612d67 Revert accidentally merged change. 15 years ago
David Srbecký 57f7ca719a Fixed DebugType.GetInterfaces(). It did not return interfaces implemented by base classes. 15 years ago
David Srbecký 1f2f64e4bf Marked #D as DPI aware 15 years ago
David Srbecký 02962a3424 Tweaked ToString output of methods and properties in debugger tests 15 years ago
Siegfried Pammer 10f8d47731 fixed insertion of text in "surround with" 15 years ago
Tomáš Linhart bb695bfd0c - Cleaned AssemblyInfo.cs 15 years ago
Matt Ward 73f2cd0599 Component Inspector is now a sample. 15 years ago
Peter Forstmeier 515d70399c ExpressionEvaluatorFacade returns ErrorMessage if FieldReference is not found, cleanup 15 years ago
Daniel Grunwald c842a37f4c Merge remote branch 'svn/vbnet' 15 years ago
David Srbecký c6c11de54b Don't add interface methods to type - use only the defined ones 15 years ago
Matt Ward 4b8bc2ab30 Update NUnit to version 2.5.6 15 years ago
Matt Ward 1736bf0ccc Added Apache license for IronRuby to installer. 15 years ago
Matt Ward 5298204f29 Added Apache license for IronRuby to installer. 15 years ago
Matt Ward 48e2b3aa36 Update NUnit to version 2.5.6 15 years ago
Siegfried Pammer bcf917f92d - fixed parser bugs 15 years ago
Peter Forstmeier 6d47364a1a Refactor PageBreak and SectionBounds 15 years ago
Peter Forstmeier 6143754747 Print PageFooter 15 years ago
David Srbecký 63dc0ae3b5 Fixed DebugType.GetMember in case of explicit interface implementation and interface inheritance 15 years ago
Peter Forstmeier 465cd08f08 Layouter 15 years ago
Daniel Grunwald e0ea8ea238 Don't reuse the TextView's text formatter - this causes crashes on some machines (e.g. Tomáš) 15 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. 15 years ago
Matt Ward f76aa34ce8 Updated IronRuby to version 1.1 15 years ago
Martin Koníček 6a3116d7ff Implemented "Add using" editor context action. 15 years ago
Matt Ward 94e34f9d82 Updated IronRuby to version 1.1 15 years ago
Matt Ward 483ba8f9f8 Stopped the XML editor from downloading xml.xsd from the internet. 15 years ago
Martin Koníček 7338344014 Decoupled "Add using" functionality from context menu building. 15 years ago
Tomáš Linhart 3641142243 A first draft of dependency matrix. 15 years ago
Martin Koníček 47ee9924e7 "Implement abstract class" editor context action. 15 years ago
Siegfried Pammer 05cb4df472 implemented ., ... and .@ operator for XML Literals 15 years ago
Peter Forstmeier 9e36825e4e Layouter 15 years ago
Siegfried Pammer 3219079f94 - removed IOption 15 years ago
Siegfried Pammer 6f9028b875 implemented Options in Dom. Option Infer On/Off, turn Type Inference on and off 15 years ago
Siegfried Pammer 69c39842b0 fixed NullReferenceException in CSharpMethodExtractor 15 years ago
Martin Koníček b67dfce2bb Fix recently introduced bug when opening files with other than C#/VB content. 15 years ago
Martin Koníček 62d12aa208 Implemented new "Implement interface" editor context action using the code recently decoupled from context menus. 15 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). 15 years ago
Philipp Maihart 99dd8b0c47 Revert back to 6143 - previous changes branched to reportsDataAddIn 15 years ago
Siegfried Pammer 0d04541240 - reimplemented TryTypeInference feature as CC item "? =" 15 years ago
Martin Koníček 2315172e5f Refactoring: decoupled code to implement abstract class from building the menus. 15 years ago
Martin Koníček 7102b476e2 Refactoring: decoupled 'Implement interface' actions from menu building. 15 years ago
Philipp Maihart 14eacaab6c SDR Data Add-In Integration: Procedures Fix 15 years ago
Martin Koníček e7ab1474fc Progress with editor Context actions. 15 years ago