5415 Commits (4ebc9a9abed417236d6ee4c0ea754dd8b31a29e1)
 

Author SHA1 Message Date
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
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
Matt Ward a90adb5fc4 Merge Python and Ruby addin changes to trunk. 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
Daniel Grunwald f49db06b88 Allow user to specify an encoding when saving a text file. 16 years ago
Daniel Grunwald cab73dcea2 Fixed NullReferenceException in ParseInformationEventArgs.get_NewCompilationUnit. 16 years ago
Daniel Grunwald cf7adb39dd Allow user to specify an encoding when opening a text file. 16 years ago
Daniel Grunwald 74d66b5beb Use "cannot load file" dialog only for IOException and UnauthorizedAccessException; let other exceptions unhandled. 16 years ago
Daniel Grunwald cd6059fa22 Implemented support for 'dynamic' type in SharpDevelop.Dom. 16 years ago
Daniel Grunwald 4c9a3527cb Fixed bug that could cause the text editor's ParseInformation to get out-of-sync with the parser service's. 16 years ago
Daniel Grunwald 24b25bf923 Fixed indeterminate progress bar in search dialog. 16 years ago
Daniel Grunwald 055d7ca8c2 Handle InvalidProjectFileException when loading MSBuild projects. 16 years ago
Daniel Grunwald e3f935c15e UDC: include date and environment block on first upload 16 years ago
Daniel Grunwald 28321ee32c Fixed build. 16 years ago
Daniel Grunwald d981d62c94 Fixed SdaUser sample. Remove old ICSharpCode.TextEditor samples. 16 years ago
Daniel Grunwald e2a3165c80 Fixed compilation errors in LineCounter, Mono and NAnt sample addins. 16 years ago
Christoph Wille 8648eb8ee5 Beta 1 designation for setup 16 years ago
Daniel Grunwald 9ee5a7b3cc Updated some of the SharpDevelop samples. 16 years ago
Matt Ward 19d1eb15b3 Merge Python and Ruby addin to trunk. 16 years ago
Daniel Grunwald 3569587233 Fixed SD2-1608 - 'Bookmark All' is not implemented 16 years ago
Siegfried Pammer 0ed2835ba1 applied improvements suggested by Daniel: 16 years ago
Daniel Grunwald ce47f3f815 Fixed HighlightingColorizer crash in combination with folding. 16 years ago
Daniel Grunwald b58f8075bb C# parser: added support for method invocations with named arguments. 16 years ago
Daniel Grunwald 7d3a410d0b AvalonEdit: Fixed repainting issues when document was modified above the visible region (e.g. using split view) and the highlighting stack changed. 16 years ago
Daniel Grunwald 843a8c4788 Highlighting editor: allow changing the default text color and selection color. 16 years ago
Daniel Grunwald b5f9f09c40 Highlighting editor: allow editing colors of highlighting definitions defined in AddIns. 16 years ago
Daniel Grunwald 800da5a5c5 Fixed race conditions in AddIn system when Runtime.Load is triggered from multiple threads at once. 16 years ago
Daniel Grunwald e3d7d7dc1b Fixed bug in syntax highlighting when keywords start with a special character (e.g. ".maxstack" in IL highlighting). 16 years ago
Daniel Grunwald 1c4b406283 Fixed unit tests (the previous commit fixed a minor bug in the C# syntax definition, and the unit test was expecting the incorrect output) 16 years ago
Daniel Grunwald 1ac7989efa Fixed build. 16 years ago
Daniel Grunwald 471ec831c6 Editing highlighting colors is now supported for C#, VB, XML and .patch files. 16 years ago
Daniel Grunwald 488d12f83c SD2-1592 (Add back highlighting editor for AvalonEdit): 16 years ago
Daniel Grunwald 944111d628 UsageDataCollector: improved StackTrace upload: 16 years ago