Matt Ward
|
abb7a31a09
|
Fix VB.NET web page project that did not compile.
|
14 years ago |
Matt Ward
|
bf3741f9d1
|
Do not escape ProjectTypeGuids property when creating new project.
|
14 years ago |
Matt Ward
|
5898c09238
|
Fix missing array type when converting VB.NET multiple variables on a single line to Python.
|
14 years ago |
Matt Ward
|
dbd2bb40dd
|
Fix missing array type when converting VB.NET multiple variables on a single line to Ruby.
|
14 years ago |
Matt Ward
|
30d6618f14
|
Fix missing array type when converting VB.NET multiple fields on a single line to Ruby.
|
14 years ago |
Matt Ward
|
fdd4223116
|
Fix missing array type when converting VB.NET multiple fields on a single line to Python.
|
14 years ago |
Matt Ward
|
441df0e328
|
Support converting multiple class fields defined on one line when converting to Ruby.
|
14 years ago |
Matt Ward
|
bdd0f33cda
|
Support converting multiple class fields defined on one line when converting to Python.
|
14 years ago |
Matt Ward
|
f9f6611fd7
|
Support converting VB.NET exit statements to Ruby.
|
14 years ago |
Matt Ward
|
8926ba5a93
|
Support converting VB.NET exit statements to Python.
|
14 years ago |
Matt Ward
|
fba3a7a46d
|
Supporting converting multiple variable assignments on a single line to Python.
|
14 years ago |
Matt Ward
|
0dae208d54
|
Support converting multiple variable assignments on a single line to Ruby.
|
14 years ago |
Matt Ward
|
c2674fba66
|
Support converting VB.NET for next loops to Ruby.
|
14 years ago |
Matt Ward
|
b2e0f592f7
|
Support converting VB.NET for next loops to Python.
|
14 years ago |
Daniel Grunwald
|
35e5a72359
|
Fix whole-word search in wildcard search mode.
http://community.sharpdevelop.net/forums/t/13167.aspx
|
14 years ago |
Daniel Grunwald
|
b0556be96a
|
Fix ArgumentException (Illegal characters in path) when clicking a hyperlink that contains characters that are invalid in a filename
http://community.sharpdevelop.net/forums/t/13326.aspx
|
14 years ago |
Matt Ward
|
66d07b6e62
|
Fix errors when installing jQuery NuGet package.
|
14 years ago |
Matt Ward
|
7962901968
|
Second attempt to fix hang when closing SharpDevelop with a solution and the package management console open.
|
14 years ago |
Matt Ward
|
09d3724f90
|
Fix errors when uninstalling jQuery NuGet package.
|
14 years ago |
peterforstmeier
|
60ce1e365a
|
Draw Line in FixedPage
|
14 years ago |
mrward
|
94a6d5d89e
|
Fix null DTE object in PowerShell host.
|
14 years ago |
mrward
|
507a8a6dc9
|
Fix PowerShell detection error when registry key does not exist.
|
14 years ago |
mrward
|
efc8507e50
|
Move PowerShell specific code to separate assembly.
|
14 years ago |
mrward
|
a333679a30
|
Add new package management addin files to installer.
|
14 years ago |
mrward
|
f5df2190b9
|
Add PackageManagement.Cmdlets project to SharpDevelop solutions.
|
14 years ago |
Siegfried Pammer
|
eb728f63d9
|
fix build
|
14 years ago |
peterforstmeier
|
d662eb7898
|
Draw Border in FixedPage
|
14 years ago |
Siegfried Pammer
|
d6d43afc5b
|
fixed http://community.sharpdevelop.net/forums/t/13308.aspx
|
14 years ago |
Siegfried Pammer
|
d410aac6e5
|
use TypeName in attributes
|
14 years ago |
mrward
|
8b37df49ad
|
Merge branch 'powershell'
|
14 years ago |
Matt Ward
|
b7a218199c
|
Support updating the text editor's font size and default text background and foreground colours from PowerShell.
|
14 years ago |
peterforstmeier
|
ff5f93c1c4
|
Code duplications
|
14 years ago |
Matt Ward
|
52097c9e0d
|
If PowerShell is not installed the Add Package Reference dialog will not install the package using the console.
|
14 years ago |
Matt Ward
|
79edee6940
|
Show error message in package management console if PowerShell 2.0 is not installed.
|
14 years ago |
Matt Ward
|
65baef9f19
|
Fix cross-thread exceptions when running PowerShell scripts with Add Package Reference dialog is open.
|
14 years ago |
Matt Ward
|
bed8a56844
|
Fix Get-Package cmdlet not returning packages from repository when a project is not open.
|
14 years ago |
peterforstmeier
|
0e0dbdc3e2
|
Code duplications in Wizard
|
14 years ago |
Matt Ward
|
359fde507f
|
Fix duplicate assembly references being added by NuGet when reference name does not have .dll or .exe file extension.
|
14 years ago |
Matt Ward
|
8342c8288d
|
Fix null reference exception when clearing packages after the configured NuGet package sources are changed.
|
14 years ago |
Matt Ward
|
ee506d2adb
|
Change how PowerShell scripts are executed from a cmdlet so exceptions do not stop the script running and exception error messages are displayed by PowerShell itself.
|
14 years ago |
Matt Ward
|
74a201369f
|
Implement same behaviour as Visual Studio's EnvDTE.ProjectItems by throwing an exception when AddFileFromCopy called and the destination file exists.
|
14 years ago |
peterforstmeier
|
fc92018322
|
Font handling in WPF (Bold,Italic etc)
|
14 years ago |
Matt Ward
|
6cd00943dc
|
Refactor package script creation code.
|
14 years ago |
Matt Ward
|
e577490860
|
NuGet package now being passed to PowerShell scripts.
|
14 years ago |
Matt Ward
|
dadb1e0ceb
|
Fix exception when NuGetPSVariables package iterates over project properties.
|
14 years ago |
Matt Ward
|
72a2251995
|
Prevent a package from being uninstalled before a PowerShell script has run when uninstalling from the Add Package Reference dialog.
|
14 years ago |
peterforstmeier
|
bcdb65f125
|
WPF - Image from File
|
14 years ago |
Matt Ward
|
e0030363b0
|
Execute commands using the console host instead of directly accessing the scripting console.
|
14 years ago |
Matt Ward
|
3ce0fcea4f
|
Fix null reference exception when package management console first displayed by Add Package Reference dialog.
|
14 years ago |
Matt Ward
|
62b1dc36cb
|
Run PowerShell scripts when installing/uninstalling NuGet packages with the Add Package Reference dialog.
|
14 years ago |