14050 Commits (193975c4bfb0206c7177832acead947b0bade016)
 

Author SHA1 Message Date
Daniel Grunwald 07fb7891b6 Fix #386 - SharpDevelop 5 cannot open project files, only solution files 11 years ago
Daniel Grunwald 764198f6c5 Avoid adding the extension element if the user did not change anything. 11 years ago
Daniel Grunwald 8e6e3a41b3 Fix crash in MSBuildBasedProject.LoadProjectExtensions when the extension element exists, but the requested element name does not. 11 years ago
Andreas Weizel 8abddcfc80 Added localizations of some strings relating to code formatting UI. 11 years ago
Daniel Grunwald 8de363f34b Don't throw NotImplementedExceptions in IParser.ResolveSnippet() - see #399 11 years ago
Daniel Grunwald 6ebd1e6dca Don't use ModelCollectionTreeNode for class browser nodes that don't use a IModelCollection. 11 years ago
Daniel Grunwald 8990ebe04c Fix performance problem with DerivedTypesTreeNode. 11 years ago
Daniel Grunwald 2fdf239254 GotoDialog and CodeCompletion-window: Fix window being closed when double-clicking the list's scroll bar. 11 years ago
Daniel Grunwald deb5126476 Re-run issue analysis when LoadSolutionProjectThread finishes. 11 years ago
Daniel Grunwald 1ea97d2e3c Use different error message when debugger is used in 64-bit process. 11 years ago
Daniel Grunwald 3bd7fe71ef Re-run issue analysis when issue options are changed. 11 years ago
Andreas Weizel dc02fe543a Adapted formatting editor items for latest NR integration. 11 years ago
Andreas Weizel f71f6c6295 Merged work on #304 and #306: GUI for C# formatting options. 11 years ago
Andreas Weizel 2cf319cbea Temporarily hidden autoFormatting check box. 11 years ago
Siegfried Pammer f9ae991f90 fix #385 - DebuggerExceptions while stepping through code 11 years ago
Andreas Weizel d8c7c08678 Added AutoFormatting option in GUI and option container, but without function right now. 11 years ago
Daniel Grunwald af1e958b6d Update to NRefactory commit b880fc60. 11 years ago
Daniel Grunwald cc04f8f59b Attempt to fix NullReferenceException in ILSpySymbolSource.GetLocalVariables(). 11 years ago
Daniel Grunwald fc13481579 Document exceptions thrown by AssemblyParserService. 11 years ago
Daniel Grunwald cf8f7e890a Fix ArgumentNullException due to null filename when stepping in debugger. 11 years ago
Daniel Grunwald eb8f07c5a5 Make some parameters optional in ParserService.ResolveSnippet(). 11 years ago
Daniel Grunwald 9ddae1abe9 Fix ArgumentException in CSharpProject.get_LanguageVersion 11 years ago
Daniel Grunwald ef9d5a66f5 Merge remote-tracking branch 'origin/4.x' into master. 11 years ago
Daniel Grunwald da5a241006 Fix InvalidCastException in ShowErrorHelpCommand.Run() - revert owner of ErrorContextMenu to errorView instead of the pad. 11 years ago
Daniel Grunwald 31460530d9 Avoid ArgumentOutOfRangeException in CSharpSyntaxIssue.CreateCodeIssue(). 11 years ago
Daniel Grunwald 6c01dcd6fd Fix NullReferenceException in ActiveWindowStateConditionEvaluator.IsValid(). 11 years ago
Daniel Grunwald 1cdbd20ce0 Add minimal corlib to initial IProjectContent, so that the primitive types are available while the LoadSolutionProjectsThread is running. 11 years ago
Daniel Grunwald 7e2c24c482 Fix build. 11 years ago
Daniel Grunwald a9fafbe40f StorageLocationPicker: fix switching from a configuration-specific location to the base location. 11 years ago
Daniel Grunwald 7c9af3d00c Handle errors when saving the code completion usage cache. 11 years ago
Daniel Grunwald 99747ac0fc Fix #311 - AvalonEdit cannot be used in WPF application with multiple UI threads. 11 years ago
Daniel Grunwald b22bb9d57f Update string resources. 11 years ago
Daniel Grunwald 8ad7e39caa Move IViewContent interface to Workbench namespace. 11 years ago
Daniel Grunwald 1621a04324 Prompt user to install Microsoft Build Tools 2013 when opening project with ToolsVersion=12.0. 11 years ago
Daniel Grunwald 086fc78876 Add ToolNotFoundProjectLoadException. 11 years ago
Andreas Weizel 84c262df0f Introduced new FormatLines() overload in IFormattingStrategy for more convenience. 11 years ago
Andreas Weizel fa88338bd7 Added "Reformat" menu item in Edit and editor context menues. Showing "(solution)" or "(global)" instead of "(default)" on settings referring to parent settings container. 11 years ago
Matt Ward 5d4439e393 Allow searching for packages by id, tags and description. 11 years ago
Matt Ward f64ddc14d4 Fix null reference error message show in Manage Packages dialog. 11 years ago
Matt Ward 9abeedf318 Fix #389 - Disabled package source used in Manage Packages dialog. 11 years ago
Matt Ward 0b95a6e235 Revert string resources change. 11 years ago
Matt Ward 399a4c44a2 Merge branch 'xml-expandall' of https://github.com/linquize/SharpDevelop 11 years ago
Andreas Weizel 5da7b92b8f Added editing of solution-wide formatting options (accessible through property pad). 11 years ago
Linquize ba18897694 XmlEditor add context menu "Expand All" and "Collapse All" 11 years ago
Daniel Grunwald 0f62dccb01 Update NRefactory to commit 1663c9a. 11 years ago
Andreas Weizel 144fde6b36 Now creating solution-wide formatting options container correctly. Added "Code Formatting" option tab to project properties view. 11 years ago
Andreas Weizel 931dea812a Fix: Not correctly updating cache of project-specific formatter settings after loading project. 11 years ago
Andreas Weizel 3111578e32 Fix: Still not correctly updating child formatting options when editing the parent. 11 years ago
Matt Ward 6cba48a75e Fix #312 - Complex project templates are not correctly built. 11 years ago
Matt Ward 60e9787645 Support templates that use icons from files. 11 years ago