Andreas Weizel
1d132a1fc4
Added .nuspec file to "SharpDevelop AddIn" project template.
12 years ago
Andreas Weizel
987620575b
Updated string resources, added missing label for "AddWatchExpression" menu item.
12 years ago
Siegfried Pammer
d16566ee9d
update localization resources
12 years ago
Andreas Weizel
25bdf445cf
Added "General" option panel for AddInManager2 allowing to disable UpdateNotifier. Also updated resource strings from server.
12 years ago
Siegfried Pammer
cf5cef9c07
Add icons for WatchPad toolbar
12 years ago
Siegfried Pammer
99233ad438
update string resources
12 years ago
Siegfried Pammer
c5acf9b1da
add group by project in SearchResults
12 years ago
Andreas Weizel
2b67452b13
Localized some menu items added with ClassBrowser and updated string resources.
12 years ago
Siegfried Pammer
7451341a1f
update string resources
12 years ago
Andreas Weizel
cc99d46805
Added text of error messages shown by ModelFactoryExtensions to resources, updated resource files.
12 years ago
Siegfried Pammer
26ee58a5d8
add Icons.16x16.AssemblyError and Icons.16x16.ModuleError
12 years ago
Siegfried Pammer
7dbf90413e
updated DebugAssembly and DebugModule icons
12 years ago
Siegfried Pammer
54eacfa3b2
update "open assembly" icons in Class Browser to the new icons suggested by Michael
12 years ago
Siegfried Pammer
13623553e0
add icons for new ClassBrowser nodes
12 years ago
Andreas Weizel
a17b9a6335
Added resource strings for UpdateNotifier.
12 years ago
Matt Ward
8e9b5208e0
Fix Visual Basic project and file templates.
...
Templates were using the old icon resource names.
12 years ago
Siegfried Pammer
81e886c9ae
update paths to VB project/file icons
12 years ago
Siegfried Pammer
78d4cc2632
Add comment column and edit command to Resource Editor
12 years ago
Matt Ward
7555fc0590
Show WiX not installed message on creating new project and WiX is missing.
12 years ago
Andreas Weizel
00491b78fd
Moved AddInManager2 resource strings to central resource and updated latest string resources from server.
12 years ago
Matt Ward
d4c41e09b7
Add F# class library project templates.
12 years ago
Daniel Grunwald
441a78fec2
Rename VBNetBinding -> VBBinding.
12 years ago
Daniel Grunwald
feab288aca
Put the SortOrder in the AddIn-Tree; and remove the SortOrder.xml files.
12 years ago
Siegfried Pammer
a202c6e274
add "All known file extensions" to "Open file" FileFilter
12 years ago
Matt Ward
ad860bcac0
Rename MVC 3 project templates.
12 years ago
Matt Ward
0f282ad56c
Add MVC 4 project templates.
12 years ago
Daniel Grunwald
e0365b101c
Update StringResources
12 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
Siegfried Pammer
fee9e64f8d
update string resources
13 years ago
Matt Ward
b433c5bda6
Update WiX schemas to version 3.6
13 years ago
Matt Ward
de23dce6a4
Update string resources.
13 years ago
Matt Ward
dd47d4416d
Add Prism icons created by Michael Seeger.
13 years ago
Daniel Grunwald
f9988e30e4
Update link to wiki in AddInWritingHelp.
13 years ago
Daniel Grunwald
498f77ad07
Fix 'My.Application' in VB WPF project template.
13 years ago
Siegfried Pammer
052d80d953
clarify UI messages for highlighting import
13 years ago
Siegfried Pammer
c3d16e4730
improve highlighting import mappings
13 years ago
Siegfried Pammer
cbce4f70ba
Add "Reset all to default" button to HighlightingOptions
13 years ago
Matt Ward
f02f880254
Fix strongly typed ASPX views not working with default MVC project templates.
13 years ago
Matt Ward
a680540446
Move layout information to _ViewStart file in Razor templates so scaffolded views use common layout.
13 years ago
Siegfried Pammer
9345aa7cc9
update translations
13 years ago
Siegfried Pammer
bd7d401105
add marker colors customization
13 years ago
Daniel Grunwald
0e2a410acb
Move portable library strings to translation database.
13 years ago
Daniel Grunwald
10161f9647
Create library projects as AnyCPU; use x86 only for applications.
13 years ago
Daniel Grunwald
950bcb3a0f
Add error message when Portable Library Tools are not installed.
...
Allow picking the profile (set of target frameworks) in project upgrade view.
13 years ago
Daniel Grunwald
e454861402
Add "Portable Library" project template.
13 years ago
Siegfried Pammer
c28103cce9
mark 4.2 RC release + update translations
13 years ago
Matt Ward
1aaf6ddc6f
Update to latest jQuery and Modernizr NuGet packages.
13 years ago
Siegfried Pammer
6789dd762e
add some more project browser commands
...
- open folder (missing on solution node)
- open command prompt here
- run project without debugger (http://community.sharpdevelop.net/forums/t/15640.aspx )
13 years ago
Daniel Grunwald
7aea1ca75e
Rewritten ICSharpCode.Core.Properties:
...
- The meaning of "Get" is no longer overloaded, GetList and NestedProperties are now seperate methods.
- "Get" and "GetList" no longer cause the default value to be written into the properties container.
- Use DataContractSerializer instead of XmlSerializer.
13 years ago