2305 Commits (6bbba8d32a00c4b62bdabcfcbd18f6b42dbb23b8)

Author SHA1 Message Date
Daniel Grunwald d1689fca84 Update string resources. 16 years ago
Daniel Grunwald e5c90b35d7 Fixed SD2-1610 - Add back file encoding option 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 055d7ca8c2 Handle InvalidProjectFileException when loading MSBuild projects. 16 years ago
Daniel Grunwald d981d62c94 Fixed SdaUser sample. Remove old ICSharpCode.TextEditor samples. 16 years ago
Daniel Grunwald 9ee5a7b3cc Updated some of the SharpDevelop samples. 16 years ago
Daniel Grunwald 2f6ade9faf Fixed NullReferenceException in ShowErrorHelpCommand.Run. 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 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 471ec831c6 Editing highlighting colors is now supported for C#, VB, XML and .patch files. 16 years ago
Daniel Grunwald 061496afc3 Started work on SD2-1592 - Add back highlighting editor for AvalonEdit 16 years ago
Daniel Grunwald f834492d3c Require Visual C++ 2008 Runtime to be installed for running the SharpDevelop setup. 16 years ago
Daniel Grunwald 71c5d4d290 Move ISnippetElementProvider to ICSharpCode.SharpDevelop.Editor.AvalonEdit. 16 years ago
Siegfried Pammer 9f80028772 added ICompletionItemHandler 16 years ago
Daniel Grunwald 146b73ea01 Fixed bug introduced in last revision that caused test failure. 16 years ago
Daniel Grunwald 80c40eb5c0 Fixed SD2-1621 - WinForms designer: events are not created in source code 16 years ago
Daniel Grunwald 142f099be4 Fixed NullReferenceException in ICSharpCode.SharpDevelop.LoadSolutionProjects.JobQueue.RunThread() when canceling LoadSolutionProjects thread. 16 years ago
Daniel Grunwald 3baeaed80b Fixed System.ArgumentOutOfRangeException in ICSharpCode.SharpDevelop.ErrorPainter.AddTask(Task task). 16 years ago
Daniel Grunwald 3196f5838b Fixed ProjectBrowserPad selecting the currently opened file. 16 years ago
Daniel Grunwald 87de67e1ef Fixed updating of the IWorkbench.ActiveWorkbenchWindow property. 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald 83261c2a52 Work around strange .NET feature in command-line parsing. 16 years ago
Daniel Grunwald 23171fe112 Fixed issue when building solution that had a mix of difference project configurations. 16 years ago
Daniel Grunwald fa8cbc56ff Update string resources. 16 years ago
Daniel Grunwald 6991527a95 Removed SHFB from SharpDevelop distribution. 16 years ago
Daniel Grunwald 3c212c5839 Improved F# interactive pad. 16 years ago
Daniel Grunwald d8a358fae7 Fixed hard-binding attributes for ICSharpCode.SharpDevelop. 16 years ago
Daniel Grunwald 3c7d526857 Show progress of SD status bar also in Windows 7 taskbar. 16 years ago
Siegfried Pammer cf9d7e4766 XAML binding now uses correct modifiers for classes and fields (implemented x:ClassModifier and x:FieldModifier support) 16 years ago
Daniel Grunwald fb3fa4dac7 Rewritten IProgressMonitor: 16 years ago
Siegfried Pammer 3d952fe24c - implemented SelectCulturePanel as WPF OptionPanel 16 years ago
Daniel Grunwald 788a578ce7 Fixed build. 16 years ago
Siegfried Pammer d111238f33 - added CSharpBackgroundCompiler 16 years ago
Daniel Grunwald 87a4d497b0 Fixed SD2-1632 - Fullscreen mode not implemented in WpfWorkbench 16 years ago
Siegfried Pammer 1d825feb8c fixed InvalidOperationException related to wrong usage of Enumerable.SingleOrDefault<T>() in IsSimpleProperty 16 years ago
Daniel Grunwald cd0fbe430d Fixed SD2-1642: NotImplementedException when converting project from C# to VB 16 years ago
Daniel Grunwald 3e4c2b8990 Show path in property grid when a file is selected in the project browser. 16 years ago
Daniel Grunwald eb90f902cc Fix forum-10310: handle IOException while loading a solution. 16 years ago
Siegfried Pammer fd78f8a250 - copy modifiers from get/set accessors, when expanding an automatic property. 16 years ago
Daniel Grunwald e2601ae006 Fixed forum-10226: Resolving identifiers does not properly search InnerClasses of Structs, only Classes. 16 years ago
Siegfried Pammer 7bd640d2b1 - improved IntroduceMethod 16 years ago
Siegfried Pammer 5578fd2088 - added SharpRefactoring.Tests 16 years ago
Daniel Grunwald 9ff90bcfd4 Add F# binding back to SharpDevelop 4.0. 16 years ago