PeterForstmeier
|
0652c481df
|
Fix Build
|
13 years ago |
PeterForstmeier
|
d6809c1482
|
fix build
|
13 years ago |
PeterForstmeier
|
ff282a6a51
|
FormsDesigner - GeneralOptions
|
13 years ago |
Daniel Grunwald
|
c5e470b7af
|
Fixed thread-safety issue when accessing IProjectContent.ReferencedContents.
Fixes InvalidOperationException in XamlCompilationUnit.FindType (crash #240)
|
13 years ago |
PeterForstmeier
|
ee0ff78f99
|
Project/Src/Gui/Dialogs/OptionPanels/ProjectOptions/ProjectOptionPanel.cs can hide header, cleanup
|
13 years ago |
Daniel Grunwald
|
b65f0de5f0
|
Make CreateMemento/SetMemento virtual for compatibility with SD 4.1.
|
13 years ago |
Matt Ward
|
17032166d9
|
Add reference to System.Runtime.Serialization when generating service references.
|
13 years ago |
PeterForstmeier
|
9760202023
|
CppBinding PreprocessorOptionsXaml.xaml
|
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 |
Matt Ward
|
4927a6edd9
|
Use project's root namespace when generating service reference proxy classes.
|
13 years ago |
Matt Ward
|
3d1e092b50
|
Fix argument exception when saving service reference properties.
|
13 years ago |
Matt Ward
|
9bf21f950c
|
Validate namespace before adding service reference.
|
13 years ago |
Matt Ward
|
38724c86cc
|
Prevent service generation when no url specified.
|
13 years ago |
Siegfried Pammer
|
abce2ee65f
|
fix MimeTypeDetection again
|
13 years ago |
Siegfried Pammer
|
4d9219bd81
|
implement class/namespace handling in Unit Testing
|
13 years ago |
David Srbecký
|
b8747a1476
|
Refactored Breakpoints Pad and Bookmarks Pad
|
13 years ago |
Daniel Grunwald
|
2b819151e1
|
Mark some methods in AbstractProject as virtual for compatibility with 4.1 AddIns.
|
13 years ago |
Matt Ward
|
7edecd46ba
|
Add svcutil.exe path configuration to Tools - Options.
|
13 years ago |
Matt Ward
|
8d7dcb5aef
|
Only show web service discovery errors after all discovery methods have failed.
|
13 years ago |
Matt Ward
|
419ad6f456
|
Fix unhandled exception when using invalid url in Add Service Reference dialog.
|
13 years ago |
Matt Ward
|
f411289491
|
Support discovering services using metadata exchange.
|
13 years ago |
PeterForstmeier
|
1dee68f7c6
|
C++ Binding, change ApplicationOptions.cs to Wpf
|
13 years ago |
PeterForstmeier
|
5daf3ef84b
|
adjust src\AddIns\BackendBindings\CppBinding\CppBinding\Project\ApplicationOptions.cs to work with old ApplicationOptions.cs,
|
13 years ago |
Siegfried Pammer
|
17479d34f6
|
improve mime type detection
|
13 years ago |
PeterForstmeier
|
e726babb78
|
ApplicationSettingsXaml.xaml
|
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)
|
14 years ago |
Matt Ward
|
ac21d298e5
|
Fix COMException when searching across all files when one file is an empty file.
|
14 years ago |
Daniel Grunwald
|
6e9190b6a9
|
Add InsertWithCursor implementation.
|
14 years ago |
Matt Ward
|
4e050511e1
|
Store recently used service reference urls in SharpDevelop properties instead of using the browser's most recently used urls.
|
14 years ago |
Matt Ward
|
2ed3df1604
|
Bring output window to front when adding service reference so svcutil output can be seen.
|
14 years ago |
Matt Ward
|
97898e4c8e
|
Support selecting individual assemblies to use when generate service references.
|
14 years ago |
Matt Ward
|
c78b7ad694
|
Remove discover in projects button from service reference dialog.
|
14 years ago |
Matt Ward
|
30d21da23e
|
Fix items selected in Advanced service reference dialog changing on opening and closing dialog.
|
14 years ago |
Siegfried Pammer
|
cf5f9a1836
|
fix detection of UTF-32 and add Unit Tests
|
14 years ago |
Siegfried Pammer
|
50fd5bc242
|
fix detection of UTF-16 BOM
http://community.sharpdevelop.net/forums/p/15627/39925.aspx#39925
|
14 years ago |
PeterForstmeier
|
7a03834bfe
|
Convert CodeGenerationPanel.cs to WPF
|
14 years ago |
Matt Ward
|
482660ffe3
|
Remove Web Reference features from service reference dialog.
|
14 years ago |
Matt Ward
|
06df4bbea1
|
Use svcutil built against .NET 4.0
|
14 years ago |
Matt Ward
|
2513d08f9f
|
Implement advanced options for generating service references.
|
14 years ago |
Daniel Grunwald
|
485309d3e4
|
Fix context actions and issue manager.
|
14 years ago |
PeterForstmeier
|
5129e1b5d4
|
Convert EditStandardHeaderPanel.cs to Wpf
|
14 years ago |
Siegfried Pammer
|
c580b21697
|
fix leaked OpenedFile after creation of ViewContent fails, causes exceptions some later actions, see:
http://community.sharpdevelop.net/forums/t/15625.aspx
|
14 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)
|
14 years ago |
Daniel Grunwald
|
6921b3ed90
|
Fixed crash when overwriting binary files while creating a new project.
http://community.sharpdevelop.net/forums/t/15626.aspx
|
14 years ago |
PeterForstmeier
|
6d868f9b7b
|
Cleanup
|
14 years ago |
PeterForstmeier
|
fcaa037aa6
|
Convert SelectStylePanel from *.xrfm to Wpf
|
14 years ago |
Daniel Grunwald
|
326283c975
|
Add support for caching project contents on disk.
|
14 years ago |
PeterForstmeier
|
d912c0b6d5
|
StringListEditorXaml.xaml, DataBinding still missing
|
14 years ago |