Daniel Grunwald
|
3e697f8582
|
Set version number to 4.3.
|
13 years ago |
Siegfried Pammer
|
29ec08c745
|
if project name and project file name differ, it is not possible to rename the project, if the new name is the same as the project file name. - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |
Siegfried Pammer
|
2723154950
|
update version name for RTW
|
13 years ago |
Daniel Grunwald
|
c5e470b7af
|
Fixed thread-safety issue when accessing IProjectContent.ReferencedContents.
Fixes InvalidOperationException in XamlCompilationUnit.FindType (crash #240)
|
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 |
Siegfried Pammer
|
c28103cce9
|
mark 4.2 RC release + update translations
|
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 |
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.
|
14 years ago |
Matt Ward
|
419ad6f456
|
Fix unhandled exception when using invalid url in Add Service Reference dialog.
|
14 years ago |
Matt Ward
|
f411289491
|
Support discovering services using metadata exchange.
|
14 years ago |
Siegfried Pammer
|
17479d34f6
|
improve mime type detection
|
14 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 |
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 |
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 |
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 |
Daniel Grunwald
|
e1b0e5249e
|
Save docking layout into memory stream first, then write the contents to file.
This prevents corruption when there is an exception saving the layout.
|
14 years ago |
Matt Ward
|
6373be8ba0
|
Generate app.config with service reference information.
|
14 years ago |
Matt Ward
|
3358edbaa0
|
Use SvcUtil to generate service proxy class.
|
14 years ago |
Daniel Grunwald
|
9d4c0377e1
|
Handle UnauthorizedAccessException from trying to read from XmlDoc cache.
|
14 years ago |
Daniel Grunwald
|
6f34f0a131
|
Remove ".NET 4.5 Client" target framework - as of .NET 4.5 Beta, there is no client profile.
|
14 years ago |
Siegfried Pammer
|
e6e380cc04
|
fix quirks in XML completion
|
14 years ago |
Daniel Grunwald
|
6f6a97acca
|
Move listbox/listview styles that highlight the focus instead of the selection to GlobalStyles.
|
14 years ago |
Daniel Grunwald
|
08a54ec770
|
Expose the <ReferenceOutputAssembly> setting in the SharpDevelop UI.
|
14 years ago |
PeterForstmeier
|
02184b1b64
|
Convert hard coded text to StringResources in DebugOptions
|
14 years ago |
Daniel Grunwald
|
7fed1f99e4
|
Fix compiler warning.
|
14 years ago |
Daniel Grunwald
|
ba5274635c
|
Fix ArgumentOutOfRangeException when opening "add service reference" dialog.
|
14 years ago |
Daniel Grunwald
|
6779d14fbd
|
Fix build.
|
14 years ago |
Daniel Grunwald
|
0a4d05cc97
|
Fixed race condition in project.GetOrCreateBehavior().
Avoid loading behaviors into UnknownProject/MissingProject.
|
14 years ago |
Daniel Grunwald
|
9f36c5a5e4
|
Fixed potential cause for NullReferenceException in CppProject.get_OutputAssemblyFullPath.
|
14 years ago |