2845 Commits (8429b4a3afe155e9a076c6f7ade02f65cdab6495)

Author SHA1 Message Date
Matt Ward 94718ae84b Python forms designer does not generate comments for a control if no property or event handler code was generated for that control. 16 years ago
Siegfried Pammer f3a87b2596 fixed VB .NET Indentation: multiline statements indented correctly (forums/t/9532) 16 years ago
Daniel Grunwald dea5046bec Refactoring menu for AvalonEdit 16 years ago
Daniel Grunwald c33cfbabe9 Context menu for AvalonEdit 16 years ago
Siegfried Pammer 354a00107b - fixed bugs with profiling read-only projects and Unit Tests 16 years ago
Daniel Grunwald bdee4a2998 Disabled failing debugger test. 16 years ago
Martin Koníček 0062436691 Object graph visualizer - made neato.exe console window invisible. 16 years ago
Martin Koníček ca05ee092e Graph visualizer - edges are routed by Graphviz's neato.exe and drawn by WPF. 16 years ago
Matt Ward a61ee5f32d Added support for ISupportInitialize in the python forms designer. 16 years ago
Siegfried Pammer 18a6c2babe - added basic support for profiling Unit Tests 16 years ago
Matt Ward 22a376598c Python forms designer now checks the non-visual component has a constructor that takes an IContainer before generating code to create the component. 16 years ago
Daniel Grunwald 551cbf9e4c Implemented Indexer Insight for AvalonEdit. 16 years ago
Daniel Grunwald 698d2c5506 Show insight window when pressing comma inside a method call. 16 years ago
Siegfried Pammer 71480d693b removed transparency from DebuggeeExceptionForm, added buttons for Break and Terminate again 16 years ago
Matt Ward 41a0fdebbc Fixed ArgumentException thrown when duplicate binary file ids are in a WiX file and the dialog is opened in the designer. 16 years ago
Daniel Grunwald e0df7e4747 SvnClientWrapper: Fixed NullReferenceException in discovery of changed paths. 17 years ago
Matt Ward 3bc847b185 Static class methods now use staticmethod when converted to Python. 17 years ago
Matt Ward 1cf40ae1cb Use HintPath for IronPython reference in Python project templates. 17 years ago
Matt Ward 81b50dc839 Add reference to IronPython when converting projects to Python. 17 years ago
Matt Ward 1751aa4bdc Typeof expressions and for each loops using a method call now converted to Python. 17 years ago
Matt Ward 168d0d7716 Event handlers with EventHandler object creation now converted to Python. 17 years ago
Matt Ward 4fa1e2e656 An error message is now displayed when trying to compile a Python application when no main file is specified. 17 years ago
Martin Koníček d0b68901e8 Object graph visualizer - added ComboBox for changing layout direction. 17 years ago
Matt Ward 963e02f337 Can now convert C# and VB.NET projects to Python. 17 years ago
Siegfried Pammer 99ccdb033d WatchPad now allows changing nodes while debugging 17 years ago
Daniel Grunwald 559d5cbe78 Comment out new VB unit tests - VBFormattingStrategy is not yet ported to AvalonEdit. 17 years ago
Daniel Grunwald 0a60b31cbc Added ICSharpCode.Core.Presentation to assembly redirect list. 17 years ago
Siegfried Pammer ad78532443 fixed bug in CSharpMethodExtractor 17 years ago
Matt Ward acc3c88a7b Fixed build - NUnit 2.5 no longer allows hiding the SetUpFixture method in derived classes. 17 years ago
Matt Ward babca5416f Fixed failing tests due to move to NUnit 2.5 17 years ago
Siegfried Pammer 4eff6e60b7 fixed bug when using other file sizes than 64 mb for temporary storage file. 17 years ago
Martin Koníček 74f79c9732 Initial import of object graph visualizer. 17 years ago
Martin Koníček 42bd249bef Extended MethodInfo.GetBackingField to work for getters of Automatic properties. 17 years ago
Matt Ward 99f9c096bc Added basic support for non-visual components in the python forms designer. 17 years ago
Matt Ward 97eff32314 Python forms designer now supports loading and generating code for the text in a ListViewSubItem. 17 years ago
Matt Ward 136edb3fd9 Ordering of controls in generated python forms designer code now matches the order of the standard forms designer. 17 years ago
Matt Ward 510f9c1e5b Python forms designer now supports generating code for ListViewItem's text. 17 years ago
Siegfried Pammer f08507a12c Created new ExceptionForm based on suggestions from forums/9446 17 years ago
Siegfried Pammer feb47eeec8 Extract Method: clean up and bug fixes 17 years ago
Siegfried Pammer 8c06710d74 Extract Method: Add ref keyword to extracted parameters only if the type is a reference type 17 years ago
Siegfried Pammer 2a0842d436 - fixed bugs in VB .NET Indentation 17 years ago
Siegfried Pammer 10c1982f8a prepared profiler for public testing 17 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 17 years ago
Daniel Grunwald d83dbd9f16 AvalonEdit Insight Window 17 years ago
Daniel Grunwald 66faa9efe5 Support IconBarMargin in split view. 17 years ago
Daniel Grunwald 1599cfa89e Implemented AvalonEdit split view 17 years ago
Daniel Grunwald 3b0c44e39e Subversion History View: immediately get file name from view content 17 years ago
Siegfried Pammer cf1729fb95 - declared PrimaryFileName in AbstractViewContent as virtual to make special case in Profiler ViewContent working 17 years ago
Daniel Grunwald b408fbc49b Use "build modified projects only" feature when starting unit tests. 17 years ago
Daniel Grunwald 61e63ad4d2 CopyToClipboard: don't truncate string to 256 characters 17 years ago