5556 Commits (22ef602258a3d4e7454d48546c97112d109f4a23)
 

Author SHA1 Message Date
Daniel Grunwald fcaaa81a70 Fixed a possible cause for SD2-1640 - DirectoryNotFoundException when adding source file 16 years ago
Daniel Grunwald 05660f70af Fixed tests 16 years ago
Daniel Grunwald 44de5f2def Fixed build. 16 years ago
Daniel Grunwald 79e8189c7c Fixed SD2-1604 - Code completion does not learn commonly used items 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
Daniel Grunwald 493ea45a5d Close InsightWindow when typing ')'. 16 years ago
Peter Forstmeier 681a081213 Rework conversion of RowConverter and TableConverter, remove duplicate code 16 years ago
Daniel Grunwald b6cea6adb3 Fixed "is assembly in GAC" check for .NET 4 assemblies (thanks to Feng Chen). 16 years ago
Siegfried Pammer c919c50647 fixed XAML CC unit tests 16 years ago
Siegfried Pammer 408f188dc2 fixed partially invisible description in XAML code completion options pad 16 years ago
Siegfried Pammer 65e2ff4868 fixed insertion bugs in XAML code completion and added unit tests 16 years ago
Siegfried Pammer 85b56c804b fixed bug in XAML code completion: some accessible classes where not shown in CC 16 years ago
Martin Koníček fdade85324 Fixed build - removed Graphviz binaries from setup. 16 years ago
Martin Koníček f5992fd774 Fixed build (forgot to remove post build event to xcopy Graphviz assemblies). 16 years ago
Martin Koníček 324cd7923b Object graph visualizer - replaced Graphviz's neato.exe by my custom spline routing. Removed all native Graphviz libraries. 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
Daniel Grunwald 58fb57ce24 Move NumericUpDown and ZoomScrollViewer to SharpDevelop.Widgets. 16 years ago
Daniel Grunwald b7d09c54ad Prevent XmlFoldParser from loading external DTDs. 16 years ago
Daniel Grunwald 4ebc9a9abe Improved Ctrl+MouseWheel Zoom 16 years ago
Daniel Grunwald f3761e20da Removed unused code from ICSharpCode.SharpDevelop.Widgets. 16 years ago
Daniel Grunwald 9df9abc77e Implemented Ctrl+MouseWheel zooming. 16 years ago
Daniel Grunwald 090bf516bb Use AvalonEdit in definition view. 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
Siegfried Pammer 4b0f67416e fixed console output 16 years ago
Daniel Grunwald f83fc63c26 Fixed lookup of relative paths for build errors. 16 years ago
Siegfried Pammer d11184a05c XamlOutlineContentHost now recreates outline tree only if the ParseInformation has been updated and not every 2 seconds 16 years ago
Siegfried Pammer 69e5d1a6dc fixed OverrideEqualsGetHashCodeMethodsDialog 16 years ago
Daniel Grunwald 7329ed2eb4 Fixed race condition in XmlFoldParser that could cause parser threads to get stuck in an infinite loop. 16 years ago
Daniel Grunwald 4a6c63d0a2 Don't use <TrackFileAccess>false</TrackFileAccess> because it forces a recompile every time. Move the resgen-requiring projects to .NET 4.0 instead. 16 years ago
Daniel Grunwald 08308c5729 Make verbose MSBuild output even more verbose. 16 years ago
Daniel Grunwald 0b8d32fb61 Allow SharpDevelop AddIn to filter the logger output. Removed mutable 'CurrentErrorOrWarning' in BuildEngine and use logger filters instead. 16 years ago
Daniel Grunwald 2b25a92886 Add option to print MSBuild diagnostic output to SharpDevelop output pad. 16 years ago
Daniel Grunwald 3399fb59c1 Use external BuildWorker process for compilation. Use MSBuild 3.5 for compiling projects with ToolsVersion<"4.0". 16 years ago
Daniel Grunwald bef6b9422b Revive old BuildWorker. 16 years ago
Daniel Grunwald 3ed39f75b7 Fixed InvalidCastException when opening class diagram. 16 years ago
Daniel Grunwald 147c30cfae WPF Designer: removed incorrect cast that caused columns to be sized incorrectly when inserting into a Grid 16 years ago
Daniel Grunwald 526c8bd679 Fixed encoding autodetection in ChooseEncodingDisplayBinding to match that when normally opening a file. 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 a90adb5fc4 Merge Python and Ruby addin changes to trunk. 16 years ago
Matt Ward 4afd92b074 BindingNavigator now supported in the Python and Ruby forms designer. 16 years ago
Daniel Grunwald e5c90b35d7 Fixed SD2-1610 - Add back file encoding option 16 years ago
Daniel Grunwald 6c771a6218 Fixed SD2-1652: "Cannot save with current encoding" not implemented in AvalonEdit.AddIn 16 years ago