2330 Commits (5eb2d97b3356450fd150ff692f64607fcc4b141e)

Author SHA1 Message Date
Daniel Grunwald 5eb2d97b33 Register parsed files in project content. 14 years ago
Matt Ward 212dac921a Fix underscores in a filename being treated as a shortcut in the Windows menu. 14 years ago
Siegfried Pammer 343322f5bb apply suggestions by Andrew Olson http://community.sharpdevelop.net/forums/p/14441/38437.aspx 14 years ago
Siegfried Pammer 1b69de73c1 fixed possible NullReferenceException in ProjectChangeWatcher 14 years ago
Siegfried Pammer eb69663ee4 fix http://community.sharpdevelop.net/forums/t/14436.aspx 14 years ago
Siegfried Pammer 322351adea add support for properties and add back info text 14 years ago
Daniel Grunwald e9fd1864e1 Adjusting SharpDevelop to new type system (unresolved/resolved split). 14 years ago
Siegfried Pammer a06323c7a0 add option to shcw tasks from all open files 14 years ago
Matt Ward 72a2e21ae4 Support running a web project with either IIS Express or IIS when both are installed. 14 years ago
Alex 7907c844e7 Allow multi-line build events scripts 14 years ago
Matt Ward 8d5533a925 Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon. 14 years ago
Siegfried Pammer 93673a2945 finish implementation of Matrix <-> TreeView sync 14 years ago
Siegfried Pammer 0ede6cfcb7 implemented TreeViews of DependencyMatrix 14 years ago
Matt Ward 39891c3b4b Generate WCF service reference proxy using the namespace in the Add Service Reference dialog. 14 years ago
Siegfried Pammer 127b080566 fix SD-1877 - Unable to remove solution item using context menu in Projects window 14 years ago
Matt Ward 45908b905c Make the Go button the default button on the Add Service Reference dialog. 14 years ago
Matt Ward fcb7abb0a7 Add reference to System.ServiceModel assembly when adding a service reference. 14 years ago
Matt Ward 3bc3d34acf Show errors in Service Reference dialog when trying to discovery service information. 14 years ago
Siegfried Pammer 1a5cd796f4 fix setting sync bug in output window 14 years ago
Daniel Grunwald 67554f993c Fixed code completion for C# 3.0 projects - reference to mscorlib was missing. 14 years ago
Daniel Grunwald 821bb6e6e7 Don't expose LinkElementGenerator.GetMatch(). 14 years ago
Matt Ward 256b569d03 Fix SD-1841 - SolutionDir MSBuild property not defined when running project. 14 years ago
Matt Ward 082f532a69 Fix assemblies not being resolved when a MSBuild project defines a reference search path via a PropertyGroup/ReferencePath which defines the path using $(SolutionDir). 14 years ago
Siegfried Pammer 90dc21d60a added SD-790 - Output window text search 14 years ago
Siegfried Pammer 8c64954a06 move OutputPad to WPF based on AvalonEdit 14 years ago
Matt Ward 745640729a Ignore case when comparing project type guids to check if a project is a web or Silverlight project. 14 years ago
Matt Ward 69c7dde1e3 Fix SD-1874 - Attribute code completion not working for assemblies that reference assemblies using a different .NET framework version to those referenced by the project. 14 years ago
Matt Ward 53d7b69a09 Fix service reference node appearing in wrong place in Visual Studio's Solution Explorer. 14 years ago
Matt Ward 00adbade6b Generate service reference map file (Reference.svcmap) when adding service references. 14 years ago
Matt Ward 8a968a390e Move code to determine service reference folder into separate ServiceReferenceFileName class. 14 years ago
Matt Ward a0801f53f9 Add WCFMetadataStorage item to project when a WCF service reference is added. 14 years ago
Matt Ward 6a2c375c8e Reformat code and fix typos. 14 years ago
Matt Ward f06449a0fd Generate WCF proxy file from Add Service Reference dialog. 14 years ago
Matt Ward adb253e5cc Move check for web reference folder out of DirectoryNode. 14 years ago
Matt Ward ce4caf8a33 Show WCF service references in Projects window with different icons. 14 years ago
Daniel Grunwald b057643818 Fix NullReferenceException in BookmarkPad.BookmarkManagerRemoved() 14 years ago
Daniel Grunwald 2c9371b13c Add code-completion icons to AvalonEdit. 14 years ago
PeterForstmeier 9a897d3fae Missing File 14 years ago
PeterForstmeier 3f5f683032 DebugOptions Panel 14 years ago
PeterForstmeier 2ea859e545 DebugOptions.cs 14 years ago
PeterForstmeier fc47f092d2 Cleanup 14 years ago
Siegfried Pammer 63bbc50e24 fixed some compiler warnings 14 years ago
Siegfried Pammer 4457c68054 integrate changes for virtual space into SharpDevelop 14 years ago
PeterForstmeier cee7c8d18c Change from ListView to ListBox in AddServiceReferenceDialog.xaml and AdvancedServiceDialog.xaml 14 years ago
PeterForstmeier 9b7c109937 Checkable ListView in AdvancedServiceDialog.xaml 14 years ago
PeterForstmeier 7784f273da Set Icon's for ServiceMethods in AddServiceReferenceDialog.xaml/ListView 14 years ago
PeterForstmeier 32ff71c147 AdvancedServiceDialog.xaml (ChildDialog of AddServiceReferenceDialog.xaml 14 years ago
Matt Ward cdffb2319c Fix string resource not being replaced in Output window when a COM reference is added to a project. 14 years ago
Matt Ward d5c521dd7c Support COM references with hex version numbers. 14 years ago
PeterForstmeier 1ccfcd682a Change discovery of ServiceDescription from Port to PortType 14 years ago