3900 Commits (80b46b6b8dcac69ebeb56ccfaa0257a323fcd6e3)
 

Author SHA1 Message Date
Daniel Grunwald 718fd03ff0 SubversionAddIn: on 64-bit Windows, look for 64-bit version of TortoiseSVN. 17 years ago
Daniel Grunwald 2f86318fd8 Improved performance of UpdateAssemblyInfo. 17 years ago
Siegfried Pammer b47cf83b0e - fixed SD2-1523 - Watch pad right click shows two context menus based on patch from http://community.sharpdevelop.net/forums/t/9006.aspx 17 years ago
Matt Ward 91bd830e61 Fixed SD2-1505 - Locals window - show values in hex does not refresh the values on display. Based on fix supplied by Nikhil Sarda. 17 years ago
Matt Ward c773c2e393 Added empty string checks to XmlParser. 17 years ago
Siegfried Pammer 105962eabd fixed crash when trying to profile non-.NET executable 17 years ago
Siegfried Pammer bfd65e84a8 added work-around for Windows Forms bug in ElementHost, because WpfViewer was sometimes not displayed. 17 years ago
Daniel Grunwald 957e9d46c2 Switch from SvnDotNet to SharpSVN. This updates the embedded subversion library from 1.5.0 to 1.6.0. 17 years ago
Siegfried Pammer b8d901686e fixed CallCount when selecting only a small amount of datasets. 17 years ago
Matt Ward 072d5ec0cc Code code now generated for empty menu strip in python forms designer. 17 years ago
Matt Ward 2c62e65fb9 Python form designer now supports loading/generating code for a form's AcceptButton and CancelButton properties. 17 years ago
Mike Krüger 243fa65087 * Parser/Expressions/LambdaExpressionTests.cs: Added test case for 17 years ago
Mike Krüger ebc2f1b64f * Src/Parser/gen.sh: 17 years ago
Siegfried Pammer 2e8f6fdd4d fixed threading bug in QueryCompiler 17 years ago
Matt Ward 00fde32e00 Event handlers added for child controls when loading a form into the python forms designer. 17 years ago
Matt Ward 80aa8f7476 XmlParser now returning the correct active element if the element is followed by a tab or new line character. 17 years ago
Mike Krüger cec95aa60d * Src/Lexer/CSharp/Lexer.cs: 17 years ago
Matt Ward b95d5e6c83 Form event handlers now generated and loaded by python form designer. 17 years ago
Matt Ward 58e637e89b SuspendLayout, ResumeLayout methods now called for nested controls in python forms designer generated code. 17 years ago
Matt Ward 32f305a25f Child controls now added to a panel when form is loaded into the python form designer. 17 years ago
Matt Ward b7704c9524 Code is now generated for controls added to a panel in the python forms designer. 17 years ago
Mike Krüger 5705bb78c5 * Src/Visitors/LookupTableVisitor.cs: Added IsQueryContinuation flag 17 years ago
Daniel Grunwald 75370b19e2 When unpinning a pad, hide it immediately (patch from DockPanelSuite forum). 17 years ago
Siegfried Pammer c5c518a689 fixed bugs in UI 17 years ago
Matt Ward 64965103ae Added support for AnchorStyles in python forms designer. 17 years ago
Siegfried Pammer 9d8455bb06 Improvements and bug fixes in Profiler.AddIn GUI 17 years ago
Matt Ward 5e60ee626e Python forms designer: Control creation code now generated. Control variable names now prefixed with underscore. Control properties now set correctly on loading the form into the designer. 17 years ago
Siegfried Pammer be8ba32292 Moved SharpDevelopElementHost to Profiler.AddIn 17 years ago
Daniel Grunwald fceb74103e ChangeLog: only show changes since revision 3800. 17 years ago
Siegfried Pammer deadb92215 Added SharpDevelopElementHost for hosting WPF controls as ViewContents 17 years ago
Matt Ward 52c92ff5ec Code now generated for controls on a form in the python forms designer. 17 years ago
Matt Ward a40cdaf6f2 The state of ShowErrors, ShowWarnings, ShowMessages in the Errors window is now saved on closing SharpDevelop. 17 years ago
Matt Ward c19a0e9bb5 Python forms designer now using more PropertyDescriptor information to determine whether a property should be serialized. Form properties now generated in alphabetical order. 17 years ago
Matt Ward bae236b7f6 Added python class library project template. 17 years ago
Siegfried Pammer 97eb5487e6 new options in profiler 17 years ago
Matt Ward 2a45318a6a Fixed failing python addin unit tests - font size now converted to string using CultureInfo.InvariantCulture. 17 years ago
Matt Ward c76d4ae764 Python forms designer now supports fonts. 17 years ago
Daniel Grunwald 7674e2dc2f Prevent potential stack overflow in ElementReturnType.BaseType. 17 years ago
Daniel Grunwald 45d5e79d34 Fixed SD2-1534: Boo forms designer modifies fields in non-designer file 17 years ago
Daniel Grunwald 77d34dd41d Fixed bug introduced in last commit (fixes unit tests). 17 years ago
Daniel Grunwald d665141232 Fixed SD2-1530: protected inner classes are not visible 17 years ago
Daniel Grunwald 7ec33b1bc5 Don't constantly create new threads to poll the clipboard. 17 years ago
Daniel Grunwald b9ffb204ed Fixed SD2-1533 - Project configurations get confused 17 years ago
Daniel Grunwald 3b35d6455e Work around for SD2-1485: Build worker occasionally hangs: 17 years ago
Siegfried Pammer b2d9c35ccc - bug fixes 17 years ago
Matt Ward a5c7b72482 Fixed unhandled FileNotFoundException in XML tree editor when a file is loaded with a dtd reference that cannot be found. 17 years ago
Daniel Grunwald fbabff09df Fixed bug in 'Find overrides': when overrides were in partial classes, the search result sometimes used the wrong class part. 17 years ago
Daniel Grunwald fc810158a9 Fixed exception from forum-9214 (but hung build still not fixed). 17 years ago
Matt Ward de9ecf1083 Can now run all tests with code coverage or run all the tests in the current project. 17 years ago
Siegfried Pammer 274003e760 - finished Options Panels 17 years ago