3988 Commits (16125c67b3ad5e74ccc428e461249d134cda2544)

Author SHA1 Message Date
Christoph Wille 193975c4bf Beta 3 designation 12 years ago
Andreas Weizel e0e1df51e0 Revert "Fix #414: Loading enum-typed formatter settings from .csproj files fails." 12 years ago
Andreas Weizel 48502c9d85 Fix #414: Loading enum-typed formatter settings from .csproj files fails. 12 years ago
Andreas Weizel 7a058817d8 Fixed localization of solution formatting options dialog's title. 12 years ago
Andreas Weizel e81ec2310b Removed unnecessary methods from new interface. 12 years ago
Andreas Weizel 4997ba5dff Fix #378: CaretReferenceHighlightRenderer cannot be turned off. 12 years ago
Sergey Galich e2531d6254 Show project properties on project node activation 12 years ago
Aaron Lenoir 1b4e816e79 Fixes #105: Toggling multiple block comments 12 years ago
Andreas Weizel 7afed714b9 SymbolTypeAtCaretConditionEvaluator now only used for context menus to address issue #405. 12 years ago
Sergey Galich e355c00191 Show project properties on project node activation 12 years ago
Daniel Grunwald ce912f6929 Fix unit tests. 12 years ago
Daniel Grunwald 19017ee081 Fix #401: SD fails to start when using "load previous solution on startup" and the solution load fails with an unhandled exception. 12 years ago
Daniel Grunwald a441bb9f9f WpfWorkbench.OnDrop: don't show dialogs during the drop event; use Dispatcher.BeginInvoke instead. 12 years ago
Daniel Grunwald 07fb7891b6 Fix #386 - SharpDevelop 5 cannot open project files, only solution files 12 years ago
Daniel Grunwald 8e6e3a41b3 Fix crash in MSBuildBasedProject.LoadProjectExtensions when the extension element exists, but the requested element name does not. 12 years ago
Andreas Weizel 8abddcfc80 Added localizations of some strings relating to code formatting UI. 12 years ago
Daniel Grunwald 8de363f34b Don't throw NotImplementedExceptions in IParser.ResolveSnippet() - see #399 12 years ago
Daniel Grunwald 6ebd1e6dca Don't use ModelCollectionTreeNode for class browser nodes that don't use a IModelCollection. 12 years ago
Daniel Grunwald 8990ebe04c Fix performance problem with DerivedTypesTreeNode. 12 years ago
Daniel Grunwald 2fdf239254 GotoDialog and CodeCompletion-window: Fix window being closed when double-clicking the list's scroll bar. 12 years ago
Daniel Grunwald fc13481579 Document exceptions thrown by AssemblyParserService. 12 years ago
Daniel Grunwald cf8f7e890a Fix ArgumentNullException due to null filename when stepping in debugger. 12 years ago
Daniel Grunwald eb8f07c5a5 Make some parameters optional in ParserService.ResolveSnippet(). 12 years ago
Daniel Grunwald da5a241006 Fix InvalidCastException in ShowErrorHelpCommand.Run() - revert owner of ErrorContextMenu to errorView instead of the pad. 12 years ago
Daniel Grunwald 6c01dcd6fd Fix NullReferenceException in ActiveWindowStateConditionEvaluator.IsValid(). 12 years ago
Daniel Grunwald 1cdbd20ce0 Add minimal corlib to initial IProjectContent, so that the primitive types are available while the LoadSolutionProjectsThread is running. 12 years ago
Daniel Grunwald a9fafbe40f StorageLocationPicker: fix switching from a configuration-specific location to the base location. 12 years ago
Daniel Grunwald 7c9af3d00c Handle errors when saving the code completion usage cache. 12 years ago
Daniel Grunwald 8ad7e39caa Move IViewContent interface to Workbench namespace. 12 years ago
Daniel Grunwald 1621a04324 Prompt user to install Microsoft Build Tools 2013 when opening project with ToolsVersion=12.0. 12 years ago
Daniel Grunwald 086fc78876 Add ToolNotFoundProjectLoadException. 12 years ago
Andreas Weizel 84c262df0f Introduced new FormatLines() overload in IFormattingStrategy for more convenience. 12 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. 12 years ago
Andreas Weizel 5da7b92b8f Added editing of solution-wide formatting options (accessible through property pad). 12 years ago
Andreas Weizel 144fde6b36 Now creating solution-wide formatting options container correctly. Added "Code Formatting" option tab to project properties view. 12 years ago
Matt Ward 6cba48a75e Fix #312 - Complex project templates are not correctly built. 12 years ago
Matt Ward 60e9787645 Support templates that use icons from files. 12 years ago
Andreas Weizel 8a1c65b016 Persisting and restoring formatter settings on global level, support for presets from NR. 12 years ago
Daniel Grunwald 032f01c73c Add IOutputPad.GetOrCreateCategory() 12 years ago
Daniel Grunwald c42c4dab9e Change VersionName to Beta 2. 12 years ago
Matt Ward fae42a9bfc Fix errors on saving T4MVC.tt 12 years ago
Daniel Grunwald 4e35d331dc WeakCollection<T>: use Equals() in Remove() implementation. This is necessary to make the use as WeakCollection<EventHandler> work as expected. 12 years ago
Siegfried Pammer 543912d79c fix #308: Creating a new .NET 4.5.1 project results in a .NET 4.0 project 12 years ago
Siegfried Pammer 0c7d038f8b fix #351: "Save as" dialog for C# files has default filter for .cshtml 12 years ago
Matt Ward 17abcde447 Fix #358: NullReferenceException on closing dirty xml file 12 years ago
Andreas Weizel 0fa166d704 Fix: Exception in AsynchronousWaitDialog, when asynchronous operation ends in a narrow time range before dialog is shown. 12 years ago
Matt Ward 2a0cb435d7 Implement EnvDTE.CodeInterface.AddFunction() 12 years ago
Andreas Weizel 0a7a97df38 Fix #244: /platform:anycpu32bitpreferred set for library projects. 12 years ago
Matt Ward c0b7089e95 Implement EnvDTE.CodeType.AddVariable() 12 years ago
Siegfried Pammer 92234d0944 fix #278: NumericUpDown does not store a new value properly, if entered by typing 12 years ago