2618 Commits (789a8f5fdc4eccfeb774568062ce338df4507ac7)

Author SHA1 Message Date
Siegfried Pammer 74e0f42f76 make colors of current statement marker customizable 14 years ago
Siegfried Pammer 6cc6d14efd fix SD-1272 - Breakpoint text highlight colour is not configurable 14 years ago
PeterForstmeier 8ede8260d2 Remove unused Files 14 years ago
Matt Ward e98d78f6df Fix null reference when using Show Service in Browser when service address not found in app.config. 14 years ago
Daniel Grunwald 90871ca3e7 Revert aca4119 (r5998) to fix forum-14354: Rename fails if filename in Project Explorer is too long for the treeview viewport 14 years ago
Siegfried Pammer 5f3fa30fda fix http://community.sharpdevelop.net/forums/p/15856/41473.aspx - Null Reference at Set as StartUp Project 14 years ago
Siegfried Pammer 017a874863 add TextMarkerService to preview in highlighting options 14 years ago
Siegfried Pammer bd7d401105 add marker colors customization 14 years ago
Siegfried Pammer f35b3e2268 implement importer for .vssettings syntax highlighting and fix some styling/theming bugs 14 years ago
Siegfried Pammer 1b9e4d2546 simplify search in GAC Panel in Add Reference dialog 14 years ago
Andreas Weizel 99bc016bc7 Options dialog now saving its location and window bounds in configuration. 14 years ago
Daniel Grunwald 0e2a410acb Move portable library strings to translation database. 14 years ago
PeterForstmeier 167b0fd2d9 Cleanup, remove unused Files 14 years ago
PeterForstmeier c80929d674 Remove unused INotifyPropertyChangend 14 years ago
PeterForstmeier 03b5bbf023 Redactor to use OptionHelper 14 years ago
PeterForstmeier 585bb4e818 Start Cleanup 14 years ago
Daniel Grunwald 2906487bf3 Allow switching between normal .NET framework and portable library in existing projects. 14 years ago
Daniel Grunwald c90716894e FixSolutionConfiguration() no longer creates new solution configurations when adding a project to an existing solution. 14 years ago
Daniel Grunwald 10161f9647 Create library projects as AnyCPU; use x86 only for applications. 14 years ago
Daniel Grunwald 950bcb3a0f Add error message when Portable Library Tools are not installed. 14 years ago
Daniel Grunwald 305c991180 Use "ResolveReferences" instead of "ResolveAssemblyReferences" for Portable Library projects. 14 years ago
Siegfried Pammer 3db890fd58 WIP 14 years ago
Daniel Grunwald e454861402 Add "Portable Library" project template. 14 years ago
Daniel Grunwald d16712d8d5 Fix ProjectOptionPanel.GetProperty() returning an uninitialized property even if the panel is already loaded. 14 years ago
Daniel Grunwald e091f3e0b1 Fixed MultiDictionary default constructor. 14 years ago
PeterForstmeier ba29a73a6f BuildOptions 14 years ago
Matt Ward 57d8888947 Fix WCFMetadata project item for Service References being added multiple times when adding a service reference. 14 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 14 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 14 years ago
PeterForstmeier 0652c481df Fix Build 14 years ago
PeterForstmeier d6809c1482 fix build 14 years ago
PeterForstmeier ff282a6a51 FormsDesigner - GeneralOptions 14 years ago
Daniel Grunwald c5e470b7af Fixed thread-safety issue when accessing IProjectContent.ReferencedContents. 14 years ago
PeterForstmeier ee0ff78f99 Project/Src/Gui/Dialogs/OptionPanels/ProjectOptions/ProjectOptionPanel.cs can hide header, cleanup 14 years ago
Daniel Grunwald b65f0de5f0 Make CreateMemento/SetMemento virtual for compatibility with SD 4.1. 14 years ago
Matt Ward 17032166d9 Add reference to System.Runtime.Serialization when generating service references. 14 years ago
PeterForstmeier 9760202023 CppBinding PreprocessorOptionsXaml.xaml 14 years ago
Matt Ward 5369b65f1c Fix view in browser for html files. 14 years ago
Matt Ward b653ce30d6 When generating a service reference only update the project after svcutil has finishing executing and successfully generates the reference. 14 years ago
Matt Ward e20bee14dd When creating a service reference use and update the app.config file that is open in the text editor. 14 years ago
Matt Ward 4927a6edd9 Use project's root namespace when generating service reference proxy classes. 14 years ago
Matt Ward 3d1e092b50 Fix argument exception when saving service reference properties. 14 years ago
Matt Ward 9bf21f950c Validate namespace before adding service reference. 14 years ago
Matt Ward 38724c86cc Prevent service generation when no url specified. 14 years ago
Siegfried Pammer abce2ee65f fix MimeTypeDetection again 14 years ago
Siegfried Pammer 4d9219bd81 implement class/namespace handling in Unit Testing 14 years ago
David Srbecký b8747a1476 Refactored Breakpoints Pad and Bookmarks Pad 14 years ago
Daniel Grunwald 2b819151e1 Mark some methods in AbstractProject as virtual for compatibility with 4.1 AddIns. 14 years ago
Matt Ward 7edecd46ba Add svcutil.exe path configuration to Tools - Options. 14 years ago
Matt Ward 8d7dcb5aef Only show web service discovery errors after all discovery methods have failed. 14 years ago