Siegfried Pammer
|
cc0f399162
|
fixed build
|
14 years ago |
Siegfried Pammer
|
693f476a0f
|
properly implement attribute arguments in Expression Finder
|
14 years ago |
Siegfried Pammer
|
be773345b9
|
properly indent declarations with attributes (http://community.sharpdevelop.net/forums/t/13157.aspx)
|
14 years ago |
Siegfried Pammer
|
c31af1c91e
|
fix another possible source for OOME in VB formatting engine
|
14 years ago |
Siegfried Pammer
|
ca9a55ab73
|
fix OOME caused by infinite loop in FindNextEol: break on EOF Token (http://community.sharpdevelop.net/forums/p/13158/35592.aspx#35592)
|
14 years ago |
Siegfried Pammer
|
717a34a6be
|
fix "End"-insertion for SyncLock
|
14 years ago |
mrward
|
3e10978ef4
|
Update WPF template for IronPython 2.7
|
14 years ago |
mrward
|
07e835aed6
|
Remove unused code.
|
14 years ago |
Siegfried Pammer
|
ba4afb7792
|
fix wrong indentation when dealing with preprocessor directives (http://community.sharpdevelop.net/forums/p/13149/35570.aspx#35570)
|
14 years ago |
Siegfried Pammer
|
8cdeb9b897
|
fix missing insertion "End Using" (http://community.sharpdevelop.net/forums/p/13149/35570.aspx#35570)
|
14 years ago |
mrward
|
d745d4cef2
|
Fix duplicate attribute exception when saving settings file.
|
14 years ago |
mrward
|
81f323322b
|
Add tools options to clear recent NuGet packages and clear the local machine NuGet package cache.
|
14 years ago |
mrward
|
787fce196d
|
Can now browse for a directory containing NuGet packages in the options dialog.
|
14 years ago |
mrward
|
a93d7f4667
|
Update to NuGet 1.3
|
14 years ago |
Matt Ward
|
eeb3684f47
|
PowerShell scripts can now access the FullPath property for project items.
|
14 years ago |
Matt Ward
|
7297193a84
|
Support DTE.References.AddFromGAC method.
|
14 years ago |
Matt Ward
|
16806ea5a5
|
PowerShell scripts can now search for references by name.
|
14 years ago |
Matt Ward
|
3c4f59b6eb
|
Allow PowerShell scripts to determine the project type (C# or VB.NET).
|
14 years ago |
Matt Ward
|
31302f5f60
|
Add extra public properties to EnvDTE.Project.
|
14 years ago |
Matt Ward
|
b38de40d25
|
Add FileName and FullName to DTE.Project
|
14 years ago |
Matt Ward
|
19e732fe54
|
Add DTE.Solution.FileName
|
14 years ago |
Matt Ward
|
92df3493a9
|
Add minimal support for accessing project files inside subdirectories in PowerShell scripts.
|
14 years ago |
Matt Ward
|
7e6b16229b
|
Support getting project item by name in PowerShell scripts.
|
14 years ago |
Matt Ward
|
d507dfeccf
|
Support updating a project item's CustomTool with a PowerShell script.
|
14 years ago |
Matt Ward
|
9065cebc57
|
Support enumerating project item properties in PowerShell scripts.
|
14 years ago |
Matt Ward
|
1c4db6e458
|
Support getting and setting the project file's CopyToOutputDirectory property via PowerShell script.
|
14 years ago |
Matt Ward
|
1915a655f6
|
Add support for enumerating EnvDTE.Project.ProjectItems in PowerShell scripts.
|
14 years ago |
Matt Ward
|
afd3f84190
|
Do not add an assembly reference from a PowerShell script if the reference already exists in the project.
|
14 years ago |
Matt Ward
|
ca40c856d2
|
Support navigating to a web page from a PowerShell script.
|
14 years ago |
Matt Ward
|
fa0d1d9b24
|
Support adding files into the project with PowerShell scripts.
|
14 years ago |
Matt Ward
|
8837c0ce31
|
Add get-project cmdlet.
|
14 years ago |
Matt Ward
|
a456ad58c5
|
Support PowerShell scripts that access the TargetFrameworkMoniker project property.
|
14 years ago |
Matt Ward
|
9b465c972b
|
Support enumerating project references and removing references from PowerShell scripts.
|
14 years ago |
Matt Ward
|
2f3d89a313
|
Return the NuGet version number for the PowerShell host version.
|
14 years ago |
Matt Ward
|
8fae88d020
|
Support opening files from PowerShell scripts that use DTE.ItemOperations.OpenFile.
|
14 years ago |
Matt Ward
|
a3566e1c68
|
Support installing SQL Server Compact NuGet package.
|
14 years ago |
Matt Ward
|
f036b01bac
|
Save project after making changes with PowerShell scripts.
|
14 years ago |
Matt Ward
|
873c6af946
|
Add support for adding GAC references and post build events in NuGet PowerShell scripts.
|
14 years ago |
Matt Ward
|
adeeb6ceb9
|
Show line being executed in the console window when a PowerShell script has a runtime error.
|
14 years ago |
Matt Ward
|
9e2d9ff8b0
|
Fix exceptions thrown when PowerShell script writes to host.
|
14 years ago |
Matt Ward
|
e37674ff62
|
Fix cross-thread exception when deleting files and directories.
|
14 years ago |
Matt Ward
|
a3b896b2e6
|
Check PowerShell scripts exist before attempting to run them.
|
14 years ago |
Matt Ward
|
776d564105
|
Disable support for running PowerShell scripts in Add Package Reference dialog.
|
14 years ago |
Matt Ward
|
9a726f5b07
|
Add support for running PowerShell scripts in NuGet packages.
|
14 years ago |
Matt Ward
|
5ce9465f25
|
Show better error messages in the Add Package Reference dialog when an aggregate exception has an inner aggregate exception.
|
14 years ago |
Matt Ward
|
23142939d5
|
Log exceptions raised in the Add Package Reference dialog.
|
14 years ago |
Matt Ward
|
f1e142228b
|
Remove unused code.
|
14 years ago |
Matt Ward
|
4d3453902c
|
Add missing unit tests.
|
14 years ago |
Matt Ward
|
84a08041c1
|
Remove cmdlet dependency on the active solution.
|
14 years ago |
Matt Ward
|
ab1229eadc
|
Return PackageManagementProjects from console host.
|
14 years ago |