Peter Forstmeier
31e3d1c8e2
Start working on Designer
12 years ago
Siegfried Pammer
699cc3381d
fix #256 : When collapsing/expanding folding sections, the EnhancedScrollBar icons should update their position
12 years ago
Siegfried Pammer
ba726d2011
fix #319 : Enhanced Scrollbar: Drawing / Navigation Issues
12 years ago
Linquize
a4bbc517dc
Fixes issue #402 : NullReferenceException when creating new WPF application project
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
Andreas Weizel
d307bf8a1e
Fixed #400 : Indentation engine misbehaves when editing MSBuildBasedProject.cs.
...
Fixed CSharpBinding tests.
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
764198f6c5
Avoid adding the extension element if the user did not change anything.
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.
...
Once the DerivedTypesTreeNode was created, any change to the type definition was causing an expensive search for derived types; even if the DerivedTypesTreeNode was collapsed.
We now never perform this search on updates, and instead collapse the node.
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
deb5126476
Re-run issue analysis when LoadSolutionProjectThread finishes.
12 years ago
Daniel Grunwald
1ea97d2e3c
Use different error message when debugger is used in 64-bit process.
12 years ago
Daniel Grunwald
3bd7fe71ef
Re-run issue analysis when issue options are changed.
12 years ago
Andreas Weizel
dc02fe543a
Adapted formatting editor items for latest NR integration.
12 years ago
Andreas Weizel
f71f6c6295
Merged work on #304 and #306 : GUI for C# formatting options.
...
Conflicts:
src/AddIns/BackendBindings/CSharpBinding/Project/CSharpBinding.csproj
12 years ago
Andreas Weizel
2cf319cbea
Temporarily hidden autoFormatting check box.
12 years ago
Siegfried Pammer
f9ae991f90
fix #385 - DebuggerExceptions while stepping through code
12 years ago
Andreas Weizel
d8c7c08678
Added AutoFormatting option in GUI and option container, but without function right now.
12 years ago
Daniel Grunwald
af1e958b6d
Update to NRefactory commit b880fc60.
...
b880fc6 Fix possible NullReferenceException in XmlDocIssue.GatherVisitor.CheckXmlDoc()
9f6b757 Fix potential NullReferenceException in RedundantExtendsListEntryIssue
f73c7c0 Fix NullReferenceException in RedundantThisQualifierIssue.
3d2fb77 Fix possible ArgumentNullException in CS0169FieldIsNeverUsedIssue and related issues.
e8e5240 Fix ArgumentOutOfRangeException in ResolveVisitor.VisitArrayCreateExpression().
3082317 Fix NullReferenceException in AddArgumentNameAction.
b92f505 Fix NullReferenceException in NullAnalysisVisitor.VisitObjectCreateExpression
72d62f6 Guard ikvm loader against null namespaces.
ef6b76e Fix NullReferenceException in OwnedParameterReference.Resolve.
dcaa3a2 Fix constant folding for binary operators on enum values if mscorlib isn't loaded.
2c8646d Suppress ExplicitConversionInForEachIssue if variable has unknown type.
1ae6ba2 Fixed bug in CopyCommentsFromInterface
9deefa8 Fixed potiental crash in ConvertImplicitToExplicitImplementationAction
c5ca3ac Fixed add imports bug.
721ce12 Filter out synthetic types in import items.
909088b Ignored failing unit test.
75c6ad3 AlignEmbeddedIf/Using statement is now AlignEmbeddedStatements & works now with embedded lock statements as well.
12 years ago
Daniel Grunwald
cc04f8f59b
Attempt to fix NullReferenceException in ILSpySymbolSource.GetLocalVariables().
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
9ddae1abe9
Fix ArgumentException in CSharpProject.get_LanguageVersion
12 years ago
Daniel Grunwald
ef9d5a66f5
Merge remote-tracking branch 'origin/4.x' into master.
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
31460530d9
Avoid ArgumentOutOfRangeException in CSharpSyntaxIssue.CreateCodeIssue().
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
7e2c24c482
Fix build.
12 years ago
Daniel Grunwald
a9fafbe40f
StorageLocationPicker: fix switching from a configuration-specific location to the base location.
...
The CoerceValue-callback is not called by WPF for values set by the control itself, so it was setting ProjectProperty.Location to PropertyStorageLocations.Unchanged instead of PropertyStorageLocations.Base.
12 years ago
Daniel Grunwald
7c9af3d00c
Handle errors when saving the code completion usage cache.
12 years ago
Daniel Grunwald
99747ac0fc
Fix #311 - AvalonEdit cannot be used in WPF application with multiple UI threads.
12 years ago
Daniel Grunwald
b22bb9d57f
Update string resources.
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.
...
Closes #395 : Tools v12 not supported.
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
Matt Ward
5d4439e393
Allow searching for packages by id, tags and description.
...
Can now run searches for NuGet packages using 'id', 'tags' and
'description' on repositories that support this feature such as the
main NuGet feed.
Example searches:
id:nunit
tags:typescript
description:typescript
12 years ago
Matt Ward
f64ddc14d4
Fix null reference error message show in Manage Packages dialog.
...
Show no package sources error in Manage Packages dialog instead
of null reference error message.
12 years ago
Matt Ward
9abeedf318
Fix #389 - Disabled package source used in Manage Packages dialog.
12 years ago
Matt Ward
0b95a6e235
Revert string resources change.
12 years ago
Matt Ward
399a4c44a2
Merge branch 'xml-expandall' of https://github.com/linquize/SharpDevelop
12 years ago