Peter Forstmeier
2fae041d9d
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
e6b7ed94fc
WizardPages
11 years ago
Peter Forstmeier
e8293448cd
Create PushModel report with Wizard
11 years ago
Matt Ward
2baac1b1c5
Use version constraints for updates shown in Manage Packages dialog.
...
A version constraint defined in the packages.config file, as shown
below, is now used when checking for package updates from a package
source. Previously always the latest version of the NuGet package
would be displayed as an update in the Manage Packages dialog.
<package
id="jQuery"
version="1.4.1"
targetFramework="net40"
allowedVersions="[1.4.1,1.8)" />
After updating to jQuery 1.7.2 then no further updates will be shown
in the Manage Packages dialog.
Currently this only works if a project is selected when the Manage
Packages dialog is opened.
11 years ago
Matt Ward
5a8f57f425
Support version constraints in packages.config file.
...
NuGet allows you to define a range of package versions that are
allowed in your project.
http://docs.nuget.org/docs/reference/versioning
This is done by editing the packages.config file and adding an
allowedVersions attribute for the installed package. For example,
the following restricts jQuery to be any version from 1.4 up to but
not including version 1.8.
<package
id="jQuery"
version="1.4.1"
targetFramework="net40"
allowedVersions="[1.4.1,1.8)" />
The NuGet addin now supports this information when updating the
package from the PowerShell console when using the Update-Package
cmdlet when no version is specified. With the above example when
updating jQuery the NuGet addin will now update to jQuery 1.7.2 and
not the latest 2.1.1 version. Previously it would update to the
latest version of the NuGet package.
Note that if you search for another NuGet package and install a later
version that is outside the allowed range it will still install. This
is the same behaviour as Visual Studio. The allowedVersions attribute
is to prevent you from accidentally updating the version but you can
explicitly pick a later NuGet package and update to it with the
Manage Packages dialog.
11 years ago
Matt Ward
9424de8c9b
Fix PackageManagement.sln.
...
Allow NuGet addin to be compiled and unit tests to be run separately.
11 years ago
Siegfried Pammer
96fdb81cfb
fix #526 : InsertWithCursor broken in Create Enum refactoring - Enum member is added properly
11 years ago
Siegfried Pammer
569e086cae
partial fix for #526 : InsertWithCursor broken in Create Enum refactoring
11 years ago
Peter Forstmeier
3acbe6cce0
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
a1fd70e664
PushDataWizard
11 years ago
Daniel Grunwald
8ae347fd0a
Fix build.
11 years ago
Siegfried Pammer
2256606360
raise FileCreated events for all newly-created files when creating a new solution/project
11 years ago
Siegfried Pammer
582d996f28
fix #530 : Missing whitespace in XML Doc tooltips
11 years ago
Daniel Grunwald
4be799023b
Fix #533 : Use a mutex to prevent concurrent git add/rm calls.
11 years ago
Daniel Grunwald
71e2387f0d
Fix part of #525
11 years ago
Daniel Grunwald
5810bb51e0
Fix #529 : CC item creating an event handler has confusing name 'HandleHandleClick'
...
Because EventCreationCompletionData uses a new SDRefactoringContext with a different compilation, import the delegateType into the new compilation so that CreateShortType() works as expected.
11 years ago
Daniel Grunwald
07870409a3
use "git add --intent-to-add"
11 years ago
Siegfried Pammer
e98a46da00
allow public use of indentation-alignment logic from TextMarkerToolTipProvider
11 years ago
Daniel Grunwald
6c0d5d2561
Remove weird extension method that was only used in a single place.
11 years ago
Siegfried Pammer
904373afe2
fix #234 : Short cuts/toolbar actions do not always work in non-WPF view contents
11 years ago
Daniel Grunwald
e5dde6f4ac
Don't use lazy loading for built-in WPF commands.
11 years ago
Matt Ward
af0cc60416
Fix Check with StyleCop menu not returning any StyleCop warnings.
11 years ago
Siegfried Pammer
7a6df89318
fix build
11 years ago
Siegfried Pammer
e152b747dd
fix calculation of sequence points for breakpoints in pdb files
11 years ago
Siegfried Pammer
d68d301519
reimplement support for @model ModelTypeName
11 years ago
Siegfried Pammer
0c84517c9c
remove old RazorCSharp completion code
11 years ago
Siegfried Pammer
466aa3a986
fix #371 : No code completion in Razor .cshtml files
11 years ago
Siegfried Pammer
8063942775
close #296 : ArgumentNullException when debugging and pdb points to missing file
...
+ show StackFrames without file name as unreachable in CallStackPad
11 years ago
Siegfried Pammer
a8a3391f25
fix problem with captured/local variables in a generic context while debugging
11 years ago
Peter Forstmeier
2f519daa66
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
9f847f624f
First, very basic implementation for FormSheet Wizard
11 years ago
Siegfried Pammer
b2f7ee4fe1
Merge branch 'gumme-WpfDesignerPropGrid'
11 years ago
Siegfried Pammer
98aa45acee
Merge branch 'WpfDesignerPropGrid' of git://github.com/gumme/SharpDevelop into gumme-WpfDesignerPropGrid
...
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/DesignPanel.cs
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/PropertyGrid/PropertyGrid.cs
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/PropertyGrid/PropertyGridView.cs
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/WpfDesign.Designer.csproj
11 years ago
Daniel Grunwald
181731849c
Replace StringResourceTool with ResGet, and update the string resources.
11 years ago
Siegfried Pammer
28394f99b2
fix build
11 years ago
Siegfried Pammer
954988f921
Merge pull request #469 from gumme/WpfDesignerPropertyGridInterface
...
Created Interface to be able to customize PropertyGrid
11 years ago
Siegfried Pammer
793c6a1a76
Merge pull request #514 from gumme/WpfDesignerBindingWrapperFix
...
Wpf Designer BindingWrapper now supports MultiBinding and PriorityBinding.
11 years ago
Siegfried Pammer
8089e3ec80
Merge pull request #516 from jogibear9988/bugfixNumberEditor
...
Bugfix -> Number Editor smallest possible Value was zero!
11 years ago
Siegfried Pammer
a72899fdee
Merge pull request #519 from jogibear9988/gridplacementfix
...
Grid placement Fix
11 years ago
Siegfried Pammer
6ffe7b8cbe
fix #106 : Source code file reference cannot be extracted from non-English stacktrace
...
by using ´Environment.GetResourceString´ through reflection
11 years ago
Siegfried Pammer
00d2fd1d66
fix #220 : Cannot rename an identifier starting with an @
11 years ago
jkuehner
50ad72bcc0
Grid placement Fix
...
When Grid Stretched horizontal no width should be set!
Same on vertical!
11 years ago
Andreas Weizel
e51144a5c3
Fix: InvalidOperationException when opening XML file in HexEditor when it was already open in normal XML editor.
11 years ago
Peter Forstmeier
97677677c5
Remove GlobalEnums.cs, start work on Wizard
11 years ago
Andreas Weizel
bc3ac0cbaf
Double click in list in "Open with..." dialog does the same as clicking on "OK" button.
11 years ago
Andreas Weizel
bbf0565fe2
Deleting all selected bookmarks or breakpoints in pad (on Del key or toolbar command), not only one of them.
11 years ago
Siegfried Pammer
16125c67b3
fix #362 : Code completion when typing lambda expression parameters
11 years ago
Siegfried Pammer
fa567215f0
Revert "Add support for DefineDebug and DefineTrace MSBuild properties in CSharpProject"
...
This reverts commit 2bae86b018
.
11 years ago
Siegfried Pammer
2bae86b018
Add support for DefineDebug and DefineTrace MSBuild properties in CSharpProject
11 years ago
Siegfried Pammer
281d132e43
fix #316 : Error when running Search for issues with Automatically Fix enabled.
...
Disable "Fix issues" feature once an "unfixable" issue is selected.
11 years ago