Matt Ward
cf1c456d6f
Fix position of NuGet menu items when project selected.
12 years ago
Matt Ward
80984a870f
Merge branch 'master' into newNR
...
Conflicts:
src/AddIns/Misc/PackageManagement/Project/PackageManagement.addin
src/AddIns/Misc/PackageManagement/Test/Src/PackageManagementOptionsTests.cs
src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj
src/Main/Base/Project/Src/Project/Behaviors/DotNetStartBehavior.cs
src/Main/Base/Project/Src/Services/IconService.cs
src/Main/Base/Test/ICSharpCode.SharpDevelop.Tests.csproj
src/Main/Base/Test/MimeDetectionTests.cs
12 years ago
Siegfried Pammer
a849a6f938
fix ArgumentException occurring when pressing backspace at the start of the document, introduced by ebb5d25c
12 years ago
Siegfried Pammer
82862dd7cd
fix a caret navigation bug introduced by 35a81d3e
12 years ago
Siegfried Pammer
16e7d7bc26
fix insertion of ="" with x:Key or other special completion items
12 years ago
jkuehner
e64135beef
Default Placement should also work for Control, because it could have a Content Property
...
(when the ContentPropertyAttribute is set)
With this Change you can DragDrop a for Example a PieSeries into the Chart Control from the WPF Toolkit
12 years ago
Siegfried Pammer
f2c8cd5bed
reimplement WatchPad
12 years ago
Siegfried Pammer
678ce75f0b
add type column to tooltips
12 years ago
Siegfried Pammer
871022c697
add missing command
12 years ago
Siegfried Pammer
23af1a7112
fix managed detection in AttachToProcessForm
12 years ago
Siegfried Pammer
17ddb265d2
reimplement context menu for debugger tooltips
12 years ago
Siegfried Pammer
21a4a3349b
fix http://community.sharpdevelop.net/forums/t/19403.aspx - MIME Type detection throws COM Exception on 2-byte (non-Unicode) files
12 years ago
Siegfried Oleg Pammer
463ee0248a
Merge pull request #63 from jogibear9988/master
...
Fix Unit Tests -> ListBox is a ItemsControl and can now get Content!
12 years ago
Matt Ward
2f2d22f3c6
Do not clear cached images from file system when resources change.
12 years ago
Matt Ward
31e96db276
Minor code reformat.
12 years ago
Michael Seeger
1cb4e87fdb
FileIconService added to allow custom template icons to be loaded from the file system.
12 years ago
jkuehner
a6b6e44fbb
x:name does not set the name property of a Control.
...
Now also Code like this:
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation "
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml ">
<Canvas>
<Button x:Name="aa"
Content="{Binding Name, ElementName=aa}"
Width="75.2"
Height="23.2"
Canvas.Left="85.6"
Canvas.Top="197.6" />
</Canvas>
</Window>
works!
12 years ago
jkuehner
9cf2257f18
Fix Unit Tests -> ListBox is a ItemsControl and can now get Content!
12 years ago
Siegfried Pammer
59744fabfa
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNRILSpyDebugger
12 years ago
Siegfried Pammer
8d5347a934
fix missing debugger commands
12 years ago
Siegfried Pammer
623cc269fa
add documentation to GridViewColumnAutoSize and correct position of tooltip for partly visible cells in TaskView
12 years ago
Siegfried Oleg Pammer
604696c83e
Merge pull request #62 from jogibear9988/master
...
Again 2 small fixes for XAML Designer
12 years ago
Siegfried Pammer
c3dfe8dd2a
fix DebuggerProcessEntityContext: each IEntityModelContext needs a specific main or current assembly.
12 years ago
Siegfried Pammer
f6dedc1311
fix InvalidCastException in CSharpAmbience
12 years ago
Matt Ward
6641a37b67
Update NuGet.exe to 2.7.40809.172
...
This version does not have Visual Studio specific
messages when using package restore.
12 years ago
jkuehner
05ddcf4275
Items Control can also be a Control container, so allow Placement in it!
12 years ago
jkuehner
085945326b
Fix a Null Ref Exception in Thumbnail View
...
(happend for Example on wrong XAML Code)
12 years ago
Siegfried Pammer
704811c7cd
add column auto-width property to debugger pads
12 years ago
Matt Ward
e2b05442f7
Support restoring NuGet packages.
...
Add Restore Packages menu item which executes "NuGet.exe restore"
to restore all packages in the solution.
12 years ago
Siegfried Pammer
a8edb951b3
implement GridViewColumnAutoSize
12 years ago
Siegfried Pammer
91dc59fd7e
don't crash if Pad is collapsed or too small
12 years ago
Siegfried Pammer
bda8abaaa9
implement some more methods in ILSpyUnresolvedFile
12 years ago
Siegfried Pammer
0a6a63e58e
reimplement Copy and SelectAll commands
12 years ago
Siegfried Pammer
71c7f52105
fix text in scope ComboBox
12 years ago
Matt Ward
2c6d2f6468
Fix forms designer error when non .NET assembly referenced by project.
12 years ago
Siegfried Oleg Pammer
6e8e02860f
Merge pull request #61 from jogibear9988/master
...
XAML Designer fixes...
12 years ago
Matt Ward
41e0c5bea5
Fix Python forms designer.
...
The Python forms designer was walking code after the
InitializeComponents and if this code tried to create an
instance of the form it would fail. Now the forms
designer only walks the code inside the InitializeComponents.
12 years ago
Siegfried Pammer
b4df154db2
clean up TaskListPad code
12 years ago
jkuehner
ee07c9f064
Merge remote-tracking branch 'upstream/master'
12 years ago
jkuehner
f05bf96027
Set the IsInDesignMode Property
12 years ago
jkuehner
32e9869652
RenderTransformOriginProperty -> Only one Undo Step when moving the Origin, not for each MouseMove!
12 years ago
jkuehner
34857e15bd
Whitespace fixes...
12 years ago
jkuehner
2f872569c6
Remove unused Fields
12 years ago
Siegfried Pammer
21ec3eaf0b
convert ErrorListPad and TaskListPad to WPF
12 years ago
Matt Ward
86a171505b
Fix null path error when uninstalling jQuery NuGet package.
...
Run uninstall PowerShell scripts before the NuGet package is
removed so the jQuery uninstall.ps1 script can find the Scripts
folder in the project when uninstalling.
12 years ago
Matt Ward
c532a4b46e
Merge branch 'nuget-2.7'
12 years ago
Siegfried Pammer
b277aa8865
remove remaining traces of ITextEditorProvider and ICodeEditorProvider
12 years ago
Siegfried Pammer
46c5c037aa
check ActiveViewContent.Services as well, when evaluating WindowActive-Condition
12 years ago
Siegfried Pammer
1e10eb47fc
check ActiveViewContent.Services as well, when evaluating WindowActive-Condition
12 years ago
Siegfried Pammer
973ca64615
fix SD-1912 - Debugger displays wrong values for captured parameters
12 years ago