Matt Ward
9e2d9ff8b0
Fix exceptions thrown when PowerShell script writes to host.
15 years ago
Matt Ward
e37674ff62
Fix cross-thread exception when deleting files and directories.
15 years ago
Matt Ward
a3b896b2e6
Check PowerShell scripts exist before attempting to run them.
15 years ago
Matt Ward
776d564105
Disable support for running PowerShell scripts in Add Package Reference dialog.
15 years ago
Matt Ward
9a726f5b07
Add support for running PowerShell scripts in NuGet packages.
15 years ago
Matt Ward
5ce9465f25
Show better error messages in the Add Package Reference dialog when an aggregate exception has an inner aggregate exception.
15 years ago
Matt Ward
23142939d5
Log exceptions raised in the Add Package Reference dialog.
15 years ago
Matt Ward
f1e142228b
Remove unused code.
15 years ago
Matt Ward
4d3453902c
Add missing unit tests.
15 years ago
Matt Ward
84a08041c1
Remove cmdlet dependency on the active solution.
15 years ago
Matt Ward
ab1229eadc
Return PackageManagementProjects from console host.
15 years ago
Matt Ward
b229231c85
Remove properties no longer required from package actions.
15 years ago
Matt Ward
e7fb02720a
Move install/uninstall/update package actions to project.
15 years ago
Matt Ward
8e12bbc046
Remove unused code.
15 years ago
Matt Ward
41ee929603
Add PackageManagementProject class.
15 years ago
Matt Ward
a354836b3b
Rename PackageManagementService to PackageManagementSolution.
15 years ago
Matt Ward
e182ef53ae
Reduce number of parameters in PackageViewModel constructor.
15 years ago
Matt Ward
aecbb026b4
Move package view model logging to separate class.
15 years ago
Matt Ward
0a8be1d18f
PackageManagementOutputMessagesView no longer needs to implement ILogger.
15 years ago
Daniel Grunwald
3301c6c4ca
Update to Mono.Cecil 0.9.4.1 (commit f5c9642760)
15 years ago
Matt Ward
c6ff8a7ad1
Package operation log messages are now raised as package management events.
15 years ago
mkonicek
c0312c45d5
Collection visualizer - moved ColumnPicker to a separate file.
15 years ago
mkonicek
09319462f2
Moved files into right folders.
15 years ago
mkonicek
af0f9cbdd5
Fixed a bug in ObjectGraphBuilder caused by recently added "Properties first, then fields" sorting.
15 years ago
mkonicek
b36e7335f6
- "Raw view" node in Object graph visualizer (commented out for now).
...
- ObjectGraphBuilder evaluates properties first and then fields.
- Some refactoring of GetIListCount() and other minor refactorings.
- Experiments with penalization in Edge routing, so that edges tend to pick disjoint paths. Not working yet, commented out.
15 years ago
Matt Ward
c1d3a8dda5
Move package install/uninstall events into package management events class.
15 years ago
Matt Ward
56caa05034
Remove message reporter class.
15 years ago
Matt Ward
7443b601fb
Remove options dependency from PackageManagementService class.
15 years ago
Matt Ward
8eee3a31f6
Move package repository code into separate class.
15 years ago
Matt Ward
77c0d4c4ca
Move unit tests for package processing actions into separate test classes.
15 years ago
Daniel Grunwald
857dec863b
Git OverlayIconManager: avoid removing the overlay icons belonging to other version control systems.
15 years ago
Daniel Grunwald
5d1bfe90aa
Fixed SD-1743 - ArgumentOutOfRangeException in Replace all in selection
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
Matt Ward
00e5a5206b
Prevent package install/uninstall events being captured by closed Add Package Reference dialog.
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
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