2776 Commits (a8e2c542579e6a6bb920cafa93024f1729364259)

Author SHA1 Message Date
Daniel Grunwald 90871ca3e7 Revert aca4119 (r5998) to fix forum-14354: Rename fails if filename in Project Explorer is too long for the treeview viewport 13 years ago
Siegfried Pammer 5f3fa30fda fix http://community.sharpdevelop.net/forums/p/15856/41473.aspx - Null Reference at Set as StartUp Project 13 years ago
Siegfried Pammer 017a874863 add TextMarkerService to preview in highlighting options 13 years ago
Siegfried Pammer bd7d401105 add marker colors customization 13 years ago
Siegfried Pammer f35b3e2268 implement importer for .vssettings syntax highlighting and fix some styling/theming bugs 13 years ago
Siegfried Pammer 1b9e4d2546 simplify search in GAC Panel in Add Reference dialog 13 years ago
Andreas Weizel 99bc016bc7 Options dialog now saving its location and window bounds in configuration. 13 years ago
Daniel Grunwald 0e2a410acb Move portable library strings to translation database. 13 years ago
PeterForstmeier 167b0fd2d9 Cleanup, remove unused Files 13 years ago
PeterForstmeier c80929d674 Remove unused INotifyPropertyChangend 13 years ago
PeterForstmeier 03b5bbf023 Redactor to use OptionHelper 13 years ago
PeterForstmeier 585bb4e818 Start Cleanup 13 years ago
Daniel Grunwald 2906487bf3 Allow switching between normal .NET framework and portable library in existing projects. 13 years ago
Daniel Grunwald c90716894e FixSolutionConfiguration() no longer creates new solution configurations when adding a project to an existing solution. 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. 13 years ago
Daniel Grunwald 305c991180 Use "ResolveReferences" instead of "ResolveAssemblyReferences" for Portable Library projects. 13 years ago
Siegfried Pammer 3db890fd58 WIP 13 years ago
Daniel Grunwald e454861402 Add "Portable Library" project template. 13 years ago
Daniel Grunwald d16712d8d5 Fix ProjectOptionPanel.GetProperty() returning an uninitialized property even if the panel is already loaded. 13 years ago
Daniel Grunwald e091f3e0b1 Fixed MultiDictionary default constructor. 13 years ago
PeterForstmeier ba29a73a6f BuildOptions 13 years ago
Matt Ward 57d8888947 Fix WCFMetadata project item for Service References being added multiple times when adding a service reference. 13 years ago
Siegfried Pammer 4819102e03 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 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
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. 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, 14 years ago