Matt Ward
d6501ec632
Fix NuGet package dependencies not displaying.
...
Add WPF data template for PackageDependencySet.
13 years ago
Daniel Grunwald
e703981624
Fix typo
13 years ago
Daniel Grunwald
ea71582c4f
Create new projects as Any CPU (32-bit) if the .NET 4.5 framework is installed.
...
Any CPU (32-bit) also works with older target frameworks as those interpret the 32-bit preferred flag as 32-bit required; but we require the new compiler version.
13 years ago
Daniel Grunwald
2c4b5da6a8
Add "AnyCPU (32-bit preferred)" option.
...
This option is only available if .NET 4.5 is installed.
13 years ago
Daniel Grunwald
9990ce8399
Fix 'Add existing project'
...
Commit 401e6b90
fixed a typo in the command name, but didn't change the .addin file.
13 years ago
Daniel Grunwald
4f623afecb
Add XmlDoc for SearchOptionsChangedEventArgs
13 years ago
Daniel Grunwald
6b73af01c7
Fix Init vs. Load in project option panel user controls
13 years ago
Siegfried Pammer
fee9e64f8d
update string resources
13 years ago
Siegfried Pammer
372153ee9d
add missing files
13 years ago
Daniel Grunwald
b5561233dc
Better warning message for obsolete implicit conversion operator
13 years ago
Matt Ward
938844f12e
Merge branch 'master' of github.com:miseeger/SharpDevelop
13 years ago
Michael Seeger
87441961e4
Support for project templates using ${SolutionName} in files: File in project template containing ${SolutionName} have the solution name expanded.
13 years ago
Matt Ward
2b3edb2784
Fix pre-release NuGet packages always being installed.
...
Pre-release NuGet packages can now only be installed with the Package Management
console when the -IncludePrerelease argument is specified.
13 years ago
Matt Ward
088d0d76ee
Stop SharpDevelop from requiring PowerShell 3.0
...
Add explicit reference to System.Management.Automation version 1.0.0.0 to match NuGet.Core.dll and
prevent the Package Management Console from requiring PowerShell 3.0 to run when built on the
build server.
13 years ago
Matt Ward
04d4ed86f6
Fix invalid EF association names in SSDL.
...
Replace dots with underscores in Assocation/@Name and AssociationSet/@Name
to create valid names for EdmGen.exe
<AssociationSet Name="FK_dbo_Posts_dbo_Blogs_BlogId"
Association="EFTest.BloggingContextModel.FK_dbo_Posts_dbo_Blogs_BlogId">
<Association Name="FK_dbo_Posts_dbo_Blogs_BlogId">
13 years ago
Matt Ward
bf58f7a3bb
Fix null reference in ConnectionWizardWindow.
...
Disable Connect button until the database driver is selected.
13 years ago
Matt Ward
2566ff1aa7
Fix unhandled exception when creating WiX projects.
...
Catch the InvalidProjectException thrown by the NewProjectDialog if WiX 3.6 is not installed.
13 years ago
Matt Ward
6c0f4bd9e6
Remove WiX files from installer.
13 years ago
Matt Ward
00aad225b3
Remove unused items from WiX compiler project options.
13 years ago
Matt Ward
894f7d93ed
New WiX projects now use installed WiX targets.
...
Now generating the same WiX project format as Visual Studio does when WiX 3.6 is installed.
13 years ago
Matt Ward
b433c5bda6
Update WiX schemas to version 3.6
13 years ago
Matt Ward
e27c96cb31
Fix XML attribute value completion with union member types.
...
<xs:union memberTypes="YesNoType Preprocessor"/>
13 years ago
Siegfried Pammer
a260b93579
add import for resource files in StringResourceTool
13 years ago
Siegfried Pammer
002cd2be53
- fix bug in VB Parser with Handles and Implements on class members
...
- implement VB 11 Async and Iterator features in parser
13 years ago
Siegfried Pammer
0f36a2c40f
proposed fix for: SD-1917 - Find Next highlights wrong text after text edited
13 years ago
Siegfried Pammer
dc3da0a8e9
fixed SD-1656 - Tools window does not show ToolboxBitmaps by applying suggestion from http://community.sharpdevelop.net/forums/t/16404.aspx , which seems to be a good approximation of what VS is doing
13 years ago
Matt Ward
ff2815fc6b
Update NuGet to version 2.2
13 years ago
Matt Ward
f9b3a52cc0
Fix build warning in ProjectCustomToolOptionsPanel.
13 years ago
Matt Ward
401e6b907e
Fix project templates not installing NuGet packages.
...
Adding a project template into an existing solution was running the
template actions before the project was added to the solution.
Rename AddExitingProjectToSolution class to AddExistingProjectToSolution.
13 years ago
Matt Ward
e8ae5d9d73
Merge branch 'xmlForms'
...
Conflicts:
src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj
13 years ago
Matt Ward
98edd1da19
Wrap text in Code Completion options.
13 years ago
Matt Ward
e9f682ca5a
Fix labels hidden in Hex Editor options.
13 years ago
Matt Ward
c052ce5b9f
Fix missing ProviderManifest passed to EDM generator.
...
Bypassing the auto-discovery of data sources by entering the data source information
in manually causes the provider manifest to not be set. This then causes EdmGen.exe
to fail since the provider manifest is missing from the Store schema definition language
(.ssdl) file.
13 years ago
Matt Ward
a35ec77d34
Show output from EDM generator on exception.
13 years ago
Mike Krüger
140fb308f0
[CodeActions] Extract method now works with comments.
13 years ago
Erik Källén
2acbd969aa
CecilLoader: Import fields with a DecimalConstantAttribute as 'const'
13 years ago
Erik Källén
9875662562
Test demonstrating that a const field of type decimal is not considered constant by the cecil loader.
13 years ago
Matt Ward
56acd0a82b
Fix exception when moving items in string list editor.
...
Up/Down buttons now disabled when selected item is the first/last item in the list.
Keep the moved string selected when up/down button used. Allows a string to be moved all
the way to the top/bottom of the list without having to re-select it.
13 years ago
Matt Ward
15c8a822c7
Do not show WPF designer for Windows Workflow files.
13 years ago
Matt Ward
49303a69ae
Fix saving project BaseAddress property.
...
On saving the BaseAddress the first time the 0x is removed the first time it is saved.
Saving the BaseAddress then fails since it is no longer treated as a hex number.
13 years ago
Matt Ward
b718642bee
Rearrange controls in External Tools options.
...
Rearrange controls so they display on the dialog with the default size of the tools
options dialog without having to scroll.
13 years ago
Matt Ward
cfd8d312be
Change selection mode in External Tools.
...
Change the list box selection mode to Extended rather than Multiple when selecting tools otherwise
clicking another tool does not deselect the previously selected one.
13 years ago
Matt Ward
c3947fe6cc
Reformat code.
13 years ago
Matt Ward
3fc1735e15
Fix ampersands in External Tools context menus.
13 years ago
PeterForstmeier
bb7df50264
ExternalToolPanel.xaml.cs, delete unused files
13 years ago
Daniel Grunwald
2b2bdf221d
Merge remote-tracking branch 'origin/newNR' into newNR
13 years ago
Daniel Grunwald
455ff263d8
Adjust SharpDevelop to NRefactory 5.2.0-533-gad6ce10
13 years ago
Daniel Grunwald
a84d44e9f1
Merge NRefactory 5.2.0-533-gad6ce10 into SD5.
13 years ago
Daniel Grunwald
ad6ce1059f
Add Import() extension method for INamespace
13 years ago
Daniel Grunwald
f24192d7b6
Both semicolon and comma are valid separators.
13 years ago