mkonicek
|
fac118b615
|
Object graph - rewrote calculation of node size. Now arrows fit.
|
15 years ago |
mkonicek
|
f1bd94dc0c
|
Object graph - better organized files into folders.
|
15 years ago |
mkonicek
|
550e862c4d
|
Object graph - simplified layout code.
|
15 years ago |
mkonicek
|
4897789b4e
|
Object graph - refactored TreeLayouter.
|
15 years ago |
mkonicek
|
dfad14e6ec
|
Object graph - Arrow tip ends at node edge.
|
15 years ago |
mkonicek
|
4b521fa95f
|
Object graph - Expanded properties are in bold.
|
15 years ago |
mrward
|
d3afb79114
|
Fix unhandled exception when opening a file added by a Subversion client but not yet committed to the repository.
|
15 years ago |
Daniel Grunwald
|
34da9b3fad
|
Code completion for generic types - insert only e.g. "List" instead of "List<T>".
This is a backport of Martin's commit b47a93ab1e to 4.0.
|
15 years ago |
mrward
|
cd89d74426
|
Shorten message view category name for package management output messages.
|
15 years ago |
mrward
|
31aa4d74a1
|
Refresh recent packages when a package is uninstalled.
|
15 years ago |
mrward
|
50d17bbe3a
|
Save recent NuGet packages used in properties file.
|
15 years ago |
mrward
|
6e703ce950
|
Add recent packages to Add Package Reference dialog.
|
15 years ago |
mrward
|
895663c6b0
|
Show available NuGet packages in first tab of the Add Package Reference dialog.
|
15 years ago |
mrward
|
f68d4162e8
|
Enable logging for the shared package repository when installing and uninstalling NuGet packages.
|
15 years ago |
mrward
|
4d2b963d57
|
Log start and end of NuGet package installation in the Output window.
|
15 years ago |
mrward
|
cc85f6564a
|
Add logging to SharpDevelopProjectSystem.
|
15 years ago |
mrward
|
28ce7f2d26
|
Files added by NuGet package are now removed when package is uninstalled.
|
15 years ago |
mrward
|
3d6c88d5cc
|
Show NuGet log messages in Output window.
|
15 years ago |
mrward
|
cbe272ce6b
|
Use XML highlighting for file extensions defined in XMLEditor.addin file.
|
15 years ago |
mrward
|
14de7f0723
|
Associate supported MSBuild project files with XML editor.
|
15 years ago |
mrward
|
ca3c59d455
|
Add support for xml completion with the NuGet nuspec XML schema.
|
15 years ago |
mrward
|
19729e1bdb
|
Determine PackageOperations only once and use them when installing packages.
|
15 years ago |
Matt Ward
|
540b66cc37
|
Ignore FileLoadException thrown when attempting to load an unverifiable assembly.
|
15 years ago |
mrward
|
b7f372bb64
|
Update to NuGet 1.1
|
15 years ago |
Daniel Grunwald
|
5280d731ce
|
Deactivate code completion when non-default input handler (e.g. incremental search) is used.
|
15 years ago |
mrward
|
a7dd797c87
|
Do not send empty search criteria in http request to NuGet repository.
|
15 years ago |
mrward
|
f69e6bdb83
|
Prevent repeated http requests sent to NuGet repository when selecting a different page.
|
15 years ago |
mrward
|
a825d13f0f
|
Update to IronRuby 1.1.2
|
15 years ago |
mrward
|
499758b414
|
Use key binding to trigger searching in the Add Package Reference dialog on pressing the enter key.
|
15 years ago |
Matt Ward
|
90e3b939a3
|
Fix null reference exception when dragging controls from the toolbox to a WiX dialog when a project has not been opened.
|
15 years ago |
Matt Ward
|
6e16bab319
|
Fix null reference exception when opening a WiX dialog in the designer.
|
15 years ago |
mrward
|
85c7b54d85
|
Fix right click menu in XML tree view.
|
15 years ago |
mrward
|
4b3a456fd0
|
Fix null reference when XmlTreeView not created and clipboard handler methods called.
|
15 years ago |
mrward
|
50c9455dec
|
Sort packages by id.
|
15 years ago |
mrward
|
d4a8997c15
|
Only create single instance of the PackageManagementService.
|
15 years ago |
mrward
|
d4fccb2f42
|
Cache package repositories.
|
15 years ago |
mrward
|
871c373b11
|
Do not create package repositories in background thread.
|
15 years ago |
mrward
|
a4d467fb87
|
Show error messages in Add Package Reference dialog.
|
15 years ago |
mrward
|
0a05faa707
|
Read NuGet packages from repositories on background worker thread.
|
15 years ago |
mrward
|
5931f6d71a
|
Check for NuGet package updates in all configured repositories.
|
15 years ago |
Siegfried Pammer
|
067b671ad5
|
use MouseEventArgs instead of Mouse.GetPosition
|
15 years ago |
Siegfried Pammer
|
f59c66ba3d
|
move MouseHover logic from TextView to separate class and make it reusable
|
15 years ago |
Siegfried Pammer
|
72ae83ed8e
|
implemented Daniel's suggestion #1: http://community.sharpdevelop.net/forums/p/12701/34494.aspx#34494
|
15 years ago |
Siegfried Pammer
|
cc7fb01bb8
|
fixed SD-1813 - ArgumentOutOfRangeException when moving mouse over green change marker at start of file (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1813&PROJID=4)
|
15 years ago |
Siegfried Pammer
|
5c9b0b7ec5
|
implemented improvements suggested by Adam (BlueNinja) - http://community.sharpdevelop.net/forums/t/12701.aspx
|
15 years ago |
Eusebiu Marcu
|
f008d1852e
|
handle the exception when starting ProcessMonitor(ManagementEventWatcher).
|
15 years ago |
Daniel Grunwald
|
78fcd1140f
|
Remove Reflector AddIn as Reflector will be non-free soon.
|
15 years ago |
Eusebiu Marcu
|
f4beb9bcf1
|
Fix NullReferenceException when starting ASP.NET website - http://community.sharpdevelop.net/forums/t/12694.aspx
|
15 years ago |
Daniel Grunwald
|
856c4987cd
|
Avoid using git.cmd: call git.exe directly instead. This avoids issues with cmd echo output sometimes appearing in git output.
|
15 years ago |
Daniel Grunwald
|
3edc30debb
|
Use GlobalAssemblyInfo in Git AddIn.
|
15 years ago |