4244 Commits (69c068dc8f10ba20b781bb4838de4ebf00d94cd5)
 

Author SHA1 Message Date
Peter Forstmeier 69c068dc8f Debug Rectangle 15 years ago
Daniel Grunwald 5843430b26 Fixed C# parser bug when CheckedExpression occurs in an ExpressionStatement. 15 years ago
Daniel Grunwald 76e48b3c63 Check that properties are not set to null (the value null cannot be saved, see crash in forum-11130). 15 years ago
Daniel Grunwald 6bf3a5d845 Fix plain layout (forum-10930) 15 years ago
Daniel Grunwald 14b4c930c2 Fixed SD2-1633: Designer cannot open forms using FolderBrowserDialog with RootFolder property set 15 years ago
Daniel Grunwald 2df23b5ee4 Fix SD2-1638: Unable to re-open SharpDevelop's window under Vista after minimizing 15 years ago
Daniel Grunwald a378209c70 Fixed bug that caused VB resolver to not resolve fields of the current class within expressions like 'field(i)'. 15 years ago
Peter Forstmeier 093883475a Debug Rectangle 15 years ago
Daniel Grunwald a86af717d8 Convert "list.Item(0)" to "list[0]" in VB -> C# conversion. 15 years ago
Daniel Grunwald b5e5abf252 VB -> C# converter: fully qualify type references that use imported subnamespaces 15 years ago
Daniel Grunwald d6067bfc4c Fixed conversion of VB 'static' variables to C#. 15 years ago
Matt Ward 09d4fc02a9 Update NUnit to version 2.5.5.10112 15 years ago
Matt Ward 157a1bd2a0 Python forms designer can now load a form with a DataTable containing UniqueConstraints. 15 years ago
Peter Forstmeier e81563b695 Start working on Debug Rectangle 15 years ago
Matt Ward fe6d788819 Disable the context menu in the setup files window when there are errors loading the WiX document. 15 years ago
Justin Dearing d21cbadbb0 Added template for ASHX handler. 16 years ago
Matt Ward e5de5a9d68 Updated IronPython to 2.6.1 final. Updated IronRuby to 1.0 final. 16 years ago
Peter Forstmeier 42ec03473b Patch from Andreas Schönebeck "CollectionStrategy returns ErrorMessage in BaseDataItem.DBValue if ColumnName not exist" 16 years ago
Peter Forstmeier 084f6c245e Cleanup (FxCop) 16 years ago
Matt Ward 7e70410614 Updated NUnit to version 2.5.4 16 years ago
Peter Forstmeier 74898caa64 Cleanup (FxCop) 16 years ago
Peter Forstmeier 3b1ca96543 BaseTextItem show Field names with StringTrimming.EllipsisCharacter,BaseImageItem show image source 16 years ago
Peter Forstmeier 7b29baf57b Cleanup, rename IContainerItem to ISimpleContainer 16 years ago
Peter Forstmeier 6bb29cbb75 Add ResourceString's for ReportViewer, work on Converts 16 years ago
Peter Forstmeier 8654ab50c4 Update ReportViewer - Toolbar (remove CancelButton), add reportViewerMessages to localize ReportViewer.cs 16 years ago
Daniel Grunwald b7dd5692aa Assign fixed version number to DockPanelSuite; the auto-increment versions seems to have caused setup trouble for some people. 16 years ago
Peter Forstmeier 681a081213 Rework conversion of RowConverter and TableConverter, remove duplicate code 16 years ago
Peter Forstmeier d086008980 Designer - change naming of Items in PropertyGrid 16 years ago
Peter Forstmeier acb82cb2b6 Change Images for EventLogger 16 years ago
Peter Forstmeier 99cacb8221 EventLogger goes directly to pdf 16 years ago
Matt Ward 7747fbfe49 Snippet compiler sample now supports tooltips. 16 years ago
Peter Forstmeier a6e86a9505 EventLog Report 16 years ago
Peter Forstmeier 01eb28213d FilePath in ImageItem is set even if Item is added to existing Report 16 years ago
Peter Forstmeier a6346467ca Add missing Files 16 years ago
Peter Forstmeier 8de6e87f57 Runtime modifiable Reports, 16 years ago
Daniel Grunwald d1689fca84 Update string resources. 16 years ago
Peter Forstmeier dba007e7d7 Fix sorting, start working on runtime-modifiable Reports 16 years ago
Peter Forstmeier 70870676e0 Rework test's depending on ReportSettings.FileName, cleanup ReportSettings 16 years ago
Matt Ward 4afd92b074 BindingNavigator now supported in the Python and Ruby forms designer. 16 years ago
Daniel Grunwald ec8557da3d Fixed SD2-1628 - Incorrect folding for VB.NET functions 16 years ago
Matt Ward 531be80d1f Updated to IronRuby 1.0 RC3 16 years ago
Daniel Grunwald 2f6ade9faf Fixed NullReferenceException in ShowErrorHelpCommand.Run. 16 years ago
Matt Ward cbd0f63e03 Python syntax highlighter now highlights docstrings using triple single quotes. 16 years ago
Daniel Grunwald 396f189f06 Fixed description and function of "build" toolbar buttons to match the menu items with the same icons (forum-10853). 16 years ago
Peter Forstmeier 0aac9e7333 cleanup, remove dublicate code 16 years ago
Peter Forstmeier e7754bea33 PageHeader (Preview and ReportViewer) 16 years ago
Peter Forstmeier 8e69a5e572 TableLayout (PageHeader) 16 years ago
Peter Forstmeier ea3ba276b3 Remove unused Icons, work on relative Path for Icons 16 years ago
Matt Ward e700f24082 Fixed argument out of range exception when indenting python code. 16 years ago
Matt Ward 37c63c645c Updated SharpSnippetCompiler sample to be able to re-open a closed file when clicking an item in the errors list. 16 years ago