4129 Commits (1998c526b64f7e29ef909d553e90e92922abba88)
 

Author SHA1 Message Date
Matt Ward 81b50dc839 Add reference to IronPython when converting projects to Python. 16 years ago
Matt Ward 1751aa4bdc Typeof expressions and for each loops using a method call now converted to Python. 16 years ago
Matt Ward 168d0d7716 Event handlers with EventHandler object creation now converted to Python. 16 years ago
Matt Ward 4fa1e2e656 An error message is now displayed when trying to compile a Python application when no main file is specified. 16 years ago
Martin Koníček d0b68901e8 Object graph visualizer - added ComboBox for changing layout direction. 16 years ago
Matt Ward 963e02f337 Can now convert C# and VB.NET projects to Python. 16 years ago
Daniel Grunwald 1d90f5a81d Fixed SD2-1514 - Exception compiling F# project using build worker. 16 years ago
Siegfried Pammer 99ccdb033d WatchPad now allows changing nodes while debugging 16 years ago
Matt Ward ceef846b4c Updated to WiX 3.0.5301 16 years ago
Daniel Grunwald 559d5cbe78 Comment out new VB unit tests - VBFormattingStrategy is not yet ported to AvalonEdit. 16 years ago
Daniel Grunwald bc5f1a38cd Merge 3.0 to trunk. 16 years ago
Daniel Grunwald 0a60b31cbc Added ICSharpCode.Core.Presentation to assembly redirect list. 16 years ago
Siegfried Pammer ad78532443 fixed bug in CSharpMethodExtractor 16 years ago
Matt Ward acc3c88a7b Fixed build - NUnit 2.5 no longer allows hiding the SetUpFixture method in derived classes. 16 years ago
Matt Ward babca5416f Fixed failing tests due to move to NUnit 2.5 16 years ago
Matt Ward 22b8b6f536 Updated to NUnit 2.5.0.9122 16 years ago
Siegfried Pammer 4eff6e60b7 fixed bug when using other file sizes than 64 mb for temporary storage file. 16 years ago
Ivan Shumilin a2f922fa86 Bug fixes for SharpTreeView. 16 years ago
Ivan Shumilin b4622d6a7f Override Platform variable to avoid MSB4126 error on some machines. (The specified solution configuration "Debug|MCD" is invalid). 16 years ago
Martin Koníček 74f79c9732 Initial import of object graph visualizer. 16 years ago
Martin Koníček 42bd249bef Extended MethodInfo.GetBackingField to work for getters of Automatic properties. 16 years ago
Matt Ward 99f9c096bc Added basic support for non-visual components in the python forms designer. 16 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 4792788d4c Fixed build. 17 years ago
Daniel Grunwald cc8eddac14 GetNextCaretPosition methods: Use enum LogicalDirection instead of bool backwards. 17 years ago
Daniel Grunwald 28f210b3e5 Fixed unit tests (TextEditorOptions.GetIndentationString was changed to take 1-based column numbers). 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 34ed9d7591 Document CompletionWindow.StartOffset and EndOffset. 17 years ago
Daniel Grunwald 8a73db8530 Show 'static' class modifier in tool tips. 17 years ago
Daniel Grunwald 02b0d47d15 Use a Mutex when accessing SharpDevelopProperties.xml 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 6fba7e0501 Fixed forum-9315: view contents with customized save command (e.g. project options) are not saved when closing them and clicking 'Yes' in the 'Do you want to save?' question. 17 years ago
Daniel Grunwald bc41e92dc8 Fixed potential NullReferenceException in MemberLookupHelper.IsInvocable. Might have been the cause of forum-9346. 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
Daniel Grunwald 69ff50a90d Forgot to commit a file. 17 years ago
Daniel Grunwald e5ce04c38c F# binding: use "--standalone" option only in release builds. This speeds up compiling debug builds of SharpDevelop. 17 years ago
Daniel Grunwald 5d839819b5 Fixed build. 17 years ago
Daniel Grunwald c1a6698887 Force handle creation of main form in WorkbenchSingleton.InitializeWorkbench. 17 years ago