Daniel Grunwald
df5b8df4cd
Fix build.
15 years ago
Daniel Grunwald
56d8146303
Fixed memory leak in SharpDevelopCompletionWindow
15 years ago
Matt Ward
e6ee67e72a
Message now shown in dialog when Entity Framework Data Model wizard fails with an error.
15 years ago
Matt Ward
1b99485b88
Fix KeyNotFoundException when cancelling the creation of a new Entity Framework Data Model file.
15 years ago
Daniel Grunwald
632c44e10e
Inherit conditions into child codons (lexically within the same .addin file).
...
This ensures that, if a parent menu item is disabled, its child menu items cannot be executed using a shortcut. (at least for children defined within the same .addin file)
15 years ago
mrward
f3e3671a3c
Handle exceptions when installing and uninstalling NuGet packages.
15 years ago
mrward
331968923f
Update to IronRuby 1.1.3
15 years ago
mrward
e37603ba57
Support excluding code behind files from a project.
15 years ago
mrward
fccc219a43
Update IronPython to version 2.7
15 years ago
Daniel Grunwald
c7ab696cf9
Merge branch '4.0'
15 years ago
Daniel Grunwald
c610e1b0b9
Fix issue in TextEditorOptions copy constructor.
15 years ago
Daniel Grunwald
b4f6f3a435
Fixed bug introduced in b7b12d310e
(Reduce memory usage when dealing with long lines and word-wrapping)
15 years ago
Siegfried Pammer
532364965d
added missing documentation in MouseHoverLogic, FoldingElementGenerator and FoldingMargin
15 years ago
Siegfried Pammer
41b10e921c
fixed scrolling in Console-Pads
15 years ago
Daniel Grunwald
b301a5a998
Merge branch '4.0'
15 years ago
Daniel Grunwald
b7b12d310e
Reduce memory usage when dealing with long lines and word-wrapping.
15 years ago
Daniel Grunwald
441fd15488
Fixed bug in EditingCommandHandler.Cut that allowed deleting read-only text.
15 years ago
mrward
8ab4f3c65d
Support background colour when syntax highlighting.
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
Daniel Grunwald
b173684de0
Remove out-of-date documentation comment.
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
Matt Ward
dcc21eeb99
Fix ArgumentOutOfRangeException when searching for references on array indexer.
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
7e006da63c
Add 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
Daniel Grunwald
8d828d1702
AvalonEdit: Add "EnableRectangularSelection" and "EnableTextDragDrop" to TextEditorOptions.
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
Daniel Grunwald
f2f61d6c5e
Fixed bug in window bound restore code (introduced in 1230d8a392
)
15 years ago
Daniel Grunwald
783fc0024e
VisualLine.GetVisualColumnFloor bugfix: for positions after the end of the line; return the line's end column.
15 years ago
mrward
af85c593cf
Update to WiX 3.5
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
Eusebiu Marcu
ab9f590fba
Fix Access Denied error when opening the same type (thanks to Martin).
15 years ago
Daniel Grunwald
be23f5c119
Merge branch 'master' of f:\SD.git-bundle
15 years ago