4251 Commits (3f1cc8907b1deaf9bc196f319cdbd39fd7bb1d8d)
 

Author SHA1 Message Date
Daniel Grunwald 3f1cc8907b Update string resources. 15 years ago
Daniel Grunwald 2a254de132 Fixed build warnings (obsolete IsValidDirectoryName) 15 years ago
Daniel Grunwald 2b5707a349 Fixed VBNetOutputVisitor bug on "WithEvents" modifier. 15 years ago
Daniel Grunwald 3032c5504e Project Browser: don't allow user to rename files to a new including "/" or "\", as using those invalid file names would cause a crash. 15 years ago
Daniel Grunwald f3999228f2 Handle ProjectStartException when starting project with profiler. 15 years ago
Peter Forstmeier ed9a8b114b Add UnitTest's for ExportItemsConverter 15 years ago
Peter Forstmeier 4f0bca3401 Cleanup 15 years ago
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. 15 years ago
Matt Ward e5de5a9d68 Updated IronPython to 2.6.1 final. Updated IronRuby to 1.0 final. 15 years ago
Peter Forstmeier 42ec03473b Patch from Andreas Schönebeck "CollectionStrategy returns ErrorMessage in BaseDataItem.DBValue if ColumnName not exist" 15 years ago
Peter Forstmeier 084f6c245e Cleanup (FxCop) 15 years ago
Matt Ward 7e70410614 Updated NUnit to version 2.5.4 15 years ago
Peter Forstmeier 74898caa64 Cleanup (FxCop) 15 years ago
Peter Forstmeier 3b1ca96543 BaseTextItem show Field names with StringTrimming.EllipsisCharacter,BaseImageItem show image source 15 years ago
Peter Forstmeier 7b29baf57b Cleanup, rename IContainerItem to ISimpleContainer 15 years ago
Peter Forstmeier 6bb29cbb75 Add ResourceString's for ReportViewer, work on Converts 15 years ago
Peter Forstmeier 8654ab50c4 Update ReportViewer - Toolbar (remove CancelButton), add reportViewerMessages to localize ReportViewer.cs 15 years ago
Daniel Grunwald b7dd5692aa Assign fixed version number to DockPanelSuite; the auto-increment versions seems to have caused setup trouble for some people. 15 years ago
Peter Forstmeier 681a081213 Rework conversion of RowConverter and TableConverter, remove duplicate code 15 years ago
Peter Forstmeier d086008980 Designer - change naming of Items in PropertyGrid 15 years ago
Peter Forstmeier acb82cb2b6 Change Images for EventLogger 15 years ago
Peter Forstmeier 99cacb8221 EventLogger goes directly to pdf 15 years ago
Matt Ward 7747fbfe49 Snippet compiler sample now supports tooltips. 15 years ago
Peter Forstmeier a6e86a9505 EventLog Report 15 years ago
Peter Forstmeier 01eb28213d FilePath in ImageItem is set even if Item is added to existing Report 15 years ago
Peter Forstmeier a6346467ca Add missing Files 15 years ago
Peter Forstmeier 8de6e87f57 Runtime modifiable Reports, 15 years ago
Daniel Grunwald d1689fca84 Update string resources. 15 years ago
Peter Forstmeier dba007e7d7 Fix sorting, start working on runtime-modifiable Reports 15 years ago
Peter Forstmeier 70870676e0 Rework test's depending on ReportSettings.FileName, cleanup ReportSettings 15 years ago
Matt Ward 4afd92b074 BindingNavigator now supported in the Python and Ruby forms designer. 15 years ago
Daniel Grunwald ec8557da3d Fixed SD2-1628 - Incorrect folding for VB.NET functions 15 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