Daniel Grunwald
a7938d7e56
Work around a WPF issue when %WINDIR% is set to an incorrect path
15 years ago
Daniel Grunwald
9b9758974c
Fixed bug in CecilReader that could cause it to confuse types with the same full name (but different number of type parameters)
15 years ago
Daniel Grunwald
5d1bfe90aa
Fixed SD-1743 - ArgumentOutOfRangeException in Replace all in selection
15 years ago
Daniel Grunwald
0d96627a19
Fixed VB expression finder when there are array declarators on the parameter name.
...
e.g. "Sub Test(Values() As String)"
15 years ago
Daniel Grunwald
e10d969891
WinForms designer: Add workaround for InvalidOperationException in DesignerHost.Dispose
...
Also, get rid of some unexpected reentrancy.
15 years ago
Eusebiu Marcu
34761a4837
Show graph if are vertexes.
15 years ago
Eusebiu Marcu
396ae2f0d9
Fix memory exception.
15 years ago
Daniel Grunwald
0f9e6d0d69
Fix bug that caused highlighting colors to change even when the option dialog was cancelled.
15 years ago
Daniel Grunwald
ce785fda34
Fixed customized syntax highlightings.
15 years ago
Daniel Grunwald
9ac63e38ca
Fix NullReferenceException when the debugger loads a module while no solution is loaded.
15 years ago
Daniel Grunwald
d77090270c
Fixed ObjectDisposedException on MSBuildBasedProject in OptionPanels.ApplicationSettings.<LoadPanelContents>b__1:
...
- close project options view when the project is removed from the solution
- use an event on MSBuildBasedProject to detect a changed tools version, instead of querying it whenever the option page becomes visible
15 years ago
Daniel Grunwald
947f4eea3e
Add workaround for exception in RefactoringService.FixIndexerExpression
15 years ago
Daniel Grunwald
62ce690fd1
Avoid NullReferenceException when DataObject.GetData returns null.
15 years ago
Daniel Grunwald
e647623199
Fixed SD-1817 - NullReferenceException in C# OverloadResolution when editing signature of generic method with 'params'
15 years ago
Matt Ward
00e5a5206b
Prevent package install/uninstall events being captured by closed Add Package Reference dialog.
15 years ago
Daniel Grunwald
9c5bdcc801
Look up xml documentation in reference assemblies folder.
15 years ago
Daniel Grunwald
73268d6fda
Throw meaningful exception when ICompletionData.Text returns null.
15 years ago
Boris Kozorovitzky
1199d0915b
Tooltip in toolbar combobox
15 years ago
Eusebiu Marcu
b3dbde7bb0
Refactor the memory pad.
...
Changing the display option, will refresh only the UI.
15 years ago
Matt Ward
92e828e142
Refactor PackageManagementService to reduce the number of method parameters.
15 years ago
Eusebiu Marcu
c363250bdc
Set display byte size to 1, 2, 4.
15 years ago
Eusebiu Marcu
4405e279c0
add display byte size.
15 years ago
Eusebiu Marcu
2b95ae806a
Get addresses only when searching.
15 years ago
Eusebiu Marcu
45b5c233a9
Refresh memory addresses
15 years ago
Eusebiu Marcu
6f6ca1b9ca
Merge branch 'master' of https://github.com/icsharpcode/SharpDevelop into MemoryPad
15 years ago
Eusebiu Marcu
6fe1ac9d76
Read virtual memory of a process.
15 years ago
Eusebiu Marcu
ae0d2b3e51
Put icon bookmark inside the Location column. Fix resize issue.
...
Remove enable/disable all from BookmarkPad.
Rename some namespaces.
Fix jumping to bookmarks in the file.
15 years ago
Eusebiu Marcu
70ee998c95
Add memory pad for debugged process memory
15 years ago
Matt Ward
6888b03202
Add extra text helper methods to save text written to scripting console.
15 years ago
Matt Ward
612f075644
Show help in package management console.
15 years ago
Matt Ward
6dd81bc8ab
Display NuGet version in package management console.
15 years ago
mrward
9f134c32a3
Update NUnit to version 2.5.10
15 years ago
Daniel Grunwald
441d644366
Fixed bugs in DocumentationTag implementation.
15 years ago
Daniel Grunwald
8af6f54abd
Add ILSpy AddIn.
15 years ago
Matt Ward
6aae2a7abe
Add update-package cmdlet.
15 years ago
Matt Ward
4be69831a8
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into powershell
...
Conflicts:
src/AddIns/Misc/PackageManagement/Project/PackageManagement.csproj
src/AddIns/Misc/PackageManagement/Project/Src/Design/FakePackageManagementService.cs
src/AddIns/Misc/PackageManagement/Project/Src/Design/FakePackageManager.cs
src/AddIns/Misc/PackageManagement/Project/Src/IPackageManagementService.cs
src/AddIns/Misc/PackageManagement/Project/Src/ISharpDevelopPackageManager.cs
src/AddIns/Misc/PackageManagement/Project/Src/PackageManagementService.cs
src/AddIns/Misc/PackageManagement/Project/Src/SharpDevelopPackageManager.cs
src/AddIns/Misc/PackageManagement/Project/Src/SharpDevelopProjectSystem.cs
src/AddIns/Misc/PackageManagement/Test/PackageManagement.Tests.csproj
src/AddIns/Misc/PackageManagement/Test/Src/PackageManagementServiceTests.cs
src/AddIns/Misc/PackageManagement/Test/Src/SharpDevelopPackageManagerTests.cs
15 years ago
mrward
713fcb745f
Use NuGet update methods when updating a package.
15 years ago
Siegfried Pammer
ce13878003
fix conversion of anonymous delegate-Expressions to VB lambdas
15 years ago
mrward
93b0dfcee8
Update to NuGet 1.2
15 years ago
Matt Ward
51bdbe6243
Change Get-Package cmdlet parameters to match those in NuGet 1.2
15 years ago
Matt Ward
3c89d6aaef
Fix cross thread operation when removing a reference from a project.
15 years ago
Matt Ward
aa89bc79b5
Add uninstall-package cmdlet.
15 years ago
Matt Ward
9cfc77aa5b
Add install-package cmdlet.
15 years ago
Matt Ward
e77c921ed8
PowerShell output fills console window if width is larger than 80 characters.
15 years ago
Matt Ward
bf9e815a0f
Scroll to end of console when any text is output.
15 years ago
Matt Ward
9e873eb31a
Add get-package cmdlet.
15 years ago
mkonicek
ad68c69135
Object graph member icons. Object graph supports IEnumerable, and fixed a cast bug in IList. TODO release PermanentReferences for collections.
15 years ago
mkonicek
8836f72720
GridValues - clearing debugger expression cache each 50 items to prevent keeping too many PermanentReferences.
15 years ago
Matt Ward
6121f63c7a
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into powershell
15 years ago
mrward
6bfdcc0912
Handle errors on opening Add Package Reference dialog.
15 years ago