Daniel Grunwald
305c991180
Use "ResolveReferences" instead of "ResolveAssemblyReferences" for Portable Library projects.
...
This makes the default references (System.Linq.dll etc.) available in code completion (previously we were only showing types from mscorlib)
13 years ago
Daniel Grunwald
e454861402
Add "Portable Library" project template.
13 years ago
PeterForstmeier
ba29a73a6f
BuildOptions
13 years ago
PeterForstmeier
d6809c1482
fix build
13 years ago
PeterForstmeier
ff282a6a51
FormsDesigner - GeneralOptions
13 years ago
Matt Ward
5369b65f1c
Fix view in browser for html files.
13 years ago
Matt Ward
b653ce30d6
When generating a service reference only update the project after svcutil has finishing executing and successfully generates the reference.
13 years ago
Matt Ward
e20bee14dd
When creating a service reference use and update the app.config file that is open in the text editor.
13 years ago
David Srbecký
b8747a1476
Refactored Breakpoints Pad and Bookmarks Pad
13 years ago
Matt Ward
7edecd46ba
Add svcutil.exe path configuration to Tools - Options.
13 years ago
Matt Ward
f411289491
Support discovering services using metadata exchange.
13 years ago
PeterForstmeier
5daf3ef84b
adjust src\AddIns\BackendBindings\CppBinding\CppBinding\Project\ApplicationOptions.cs to work with old ApplicationOptions.cs,
13 years ago
PeterForstmeier
e726babb78
ApplicationSettingsXaml.xaml
13 years ago
Matt Ward
4e050511e1
Store recently used service reference urls in SharpDevelop properties instead of using the browser's most recently used urls.
13 years ago
PeterForstmeier
7a03834bfe
Convert CodeGenerationPanel.cs to WPF
13 years ago
Matt Ward
2513d08f9f
Implement advanced options for generating service references.
13 years ago
PeterForstmeier
5129e1b5d4
Convert EditStandardHeaderPanel.cs to Wpf
13 years ago
Siegfried Pammer
b6d2d5a60d
fix SD-1594 - Windows Forms designer generates the wrong version of .resx files for .NET 3.5 projects
...
and convert .resx on project upgrade/downgrade (as noted in a comment on the issue)
13 years ago
PeterForstmeier
6d868f9b7b
Cleanup
13 years ago
PeterForstmeier
fcaa037aa6
Convert SelectStylePanel from *.xrfm to Wpf
13 years ago
Daniel Grunwald
326283c975
Add support for caching project contents on disk.
13 years ago
Daniel Grunwald
ebceccdaa9
Fix LoadSolutionProjects-Thread.
13 years ago
Daniel Grunwald
1c61553dd7
Move remainder of the FileService into interface.
13 years ago
Daniel Grunwald
ab95b18a3f
Refactored parser service.
13 years ago
PeterForstmeier
f4a5cc6400
StringListEditorXaml.xaml
14 years ago
Matt Ward
3358edbaa0
Use SvcUtil to generate service proxy class.
14 years ago
David Srbecký
fb31be5e4c
Cleaning up debugger tree model and tooltips
14 years ago
Daniel Grunwald
d38eb13e71
AnalyticsMonitorService: move to new services infrastructure
14 years ago
Daniel Grunwald
fbced09b89
Start restructuring of SD Base:
...
- the static class "SD" is providing services
- service interfaces are defined in ICSharpCode.SharpDevelop.dll
- services are implemented in SharpDevelop.exe or in AddIns
- ICSharpCode.SharpDevelop.Sda is moved into SharpDevelop.exe
Also added XmlEditor.Tests to SharpDevelop.Tests.sln
14 years ago
Daniel Grunwald
fe6d77bedc
SD service container
14 years ago
PeterForstmeier
7d26705e9f
Change ProjectOptions.ReferencePaths.cs to WPF
14 years ago
Daniel Grunwald
541497a978
Implemented support for issue providers and quick fixes.
14 years ago
Daniel Grunwald
cb15d5418d
Move ContextActions UI to AvalonEdit.AddIn.
14 years ago
Daniel Grunwald
cf8da3c94d
Add C# context actions to AddInTree.
14 years ago
Daniel Grunwald
c0cc23d11e
Reenable context action code.
14 years ago
Daniel Grunwald
f0bf6dbd8d
Set target framework to 4.5.
14 years ago
Daniel Grunwald
69759876bc
Handle error conditions when .NET 3.5 is not installed and the user tries to open/build .NET 2.0/3.0/3.5 projects.
14 years ago
PeterForstmeier
c42e4ca0c1
Remove TaskListOptions.xfrm fix Addin File
14 years ago
PeterForstmeier
6d2f62853d
Convert TaskList Option's to WPF
14 years ago
Daniel Grunwald
aa1642faa8
Add XmlDocTooltipProvider.
14 years ago
Matt Ward
c4afa0ea5b
Fix failing unit test.
14 years ago
Siegfried Pammer
4c7aefdf7a
move WebProjectService to AspNet.Mvc.csproj
14 years ago
Siegfried Pammer
7c3e361c79
starting a project with/without debugger works again
14 years ago
Siegfried Pammer
80160c1c19
finished implementation of Behaviors
14 years ago
Daniel Grunwald
adda0ee18d
C# code completion
14 years ago
Siegfried Pammer
8527075b41
initial implementation of the ProjectBehavior-API
14 years ago
Daniel Grunwald
5eb2d97b33
Register parsed files in project content.
14 years ago
Daniel Grunwald
e9fd1864e1
Adjusting SharpDevelop to new type system (unresolved/resolved split).
14 years ago
Matt Ward
39891c3b4b
Generate WCF service reference proxy using the namespace in the Add Service Reference dialog.
14 years ago
PeterForstmeier
ab8450b7f4
All queries are checked for '0' values, StatusBar show RemovedValues.Count
14 years ago