132 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Matt Ward ad3a588668 Fix #352: Folding for Razor files crashes. 12 years ago
Siegfried Pammer 04d8d26fab move most of the IDebugger DebuggerService infrastructure to Debugger.AddIn 12 years ago
Sergey Galich 239f46bc27 Run IIS Express from multiple IDE instances 12 years ago
Daniel Grunwald eec385146f Change LGPL headers to MIT header. 12 years ago
Daniel Grunwald ee0e6b1d4d Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService. 12 years ago
Daniel Grunwald 97e6596a2c Set target CPU to AnyCPU where possible. 12 years ago
Siegfried Pammer 8ed5264b29 adjust unit tests to API changes 12 years ago
Siegfried Pammer 7c0e667388 move Attach/Detach to ITextEditorExtension and use ILanguageBinding as extensible replacement for old "LanguageProperties" 12 years ago
Daniel Grunwald 1229e35d23 Use class FileName for the ProjectItem.FileName property. 13 years ago
Daniel Grunwald 571a8d08bb Move all code related to file/project templates to SharpDevelop.Templates. 13 years ago
Daniel Grunwald 44d5a83dc4 Add IFileSystem interface to SharpDevelop. 13 years ago
Matt Ward cfa9692151 Add .aspx file filter. 13 years ago
Daniel Grunwald 918582348c Fix compiler warnings. 13 years ago
Daniel Grunwald 9cc8c5248d Fix various crashes reported by UDC. 13 years ago
Daniel Grunwald 6e08cfe87e Reimplemented project configuration management. 13 years ago
Daniel Grunwald 7f08fe1c0f Simplify project creation API. 13 years ago
Matt Ward 0f78edb8bb Fix web project options panel behaviour when IIS and IIS Express is not installed. 13 years ago
Matt Ward eafe04b069 Allow external program to be run when starting web project. 13 years ago
Daniel Grunwald 194dcce61d Add FakeMessageLoop as a fall-back service so that unit tests don't have to instantiate it manually. 13 years ago
Daniel Grunwald 7aa8e6c63b Initial implementation of new ISolution-API. 13 years ago
Daniel Grunwald 5ac93c1540 Port most of SharpDevelop to new ISolution API. 13 years ago
Daniel Grunwald b88947a4fe Started refactoring the project service / solution API. 13 years ago
Daniel Grunwald cc470ec86e Replace DelegateCommand and DesignCommand with RelayCommand. 13 years ago
Matt Ward ddd6946569 Enable folding for Razor and .aspx files. 13 years ago
Matt Ward f21be253f2 Add Asp.NET MVC addin. 13 years ago
Matt Ward 356e7bfc6f Add MVC T4 processing errors to Errors window. 13 years ago
Matt Ward c67061996d Fix FileNotFoundException if MVC T4 template processing fails. 13 years ago
Matt Ward 83e9ad2722 Enable method insight for C# Razor views. 13 years ago
Matt Ward 7a742d922f Add C# Razor completion for model. 13 years ago
Matt Ward e5836be58e Add C# Razor completion for MVC helper methods. 13 years ago
Matt Ward ebbc850754 Add basic C# Razor completion for WebViewPage members. 13 years ago
Matt Ward 4aef0a2189 Add simple dot completion for C# Razor files. 13 years ago
Matt Ward 06f2886d1f Fix AspNet.Mvc tests being run with NUnit 64-bit and failing. 13 years ago
Matt Ward a19fc84b42 Fix invalid IIS Express command line arguments when a project name has a space character. 13 years ago
Daniel Grunwald d16712d8d5 Fix ProjectOptionPanel.GetProperty() returning an uninitialized property even if the panel is already loaded. 13 years ago
Matt Ward 5369b65f1c Fix view in browser for html files. 13 years ago
Daniel Grunwald 9a8ee8c9ae Remove some unused string resources. 14 years ago
Matt Ward 5e34cf768e Register projects with IIS Express as separate sites and use the configured port. 14 years ago
Matt Ward 2e8a512fc9 Update text editor syntax highlighting when a filename is changed. 14 years ago
Matt Ward 69a29bc736 Fix argument exception when using File->Save As and changing a file to a ASP.NET file extension when it was not previously. 14 years ago
Matt Ward 915b36334a Store IIS Express and IIS settings in project file. 14 years ago
Matt Ward 17afd007e0 Debugging with IIS Express and IIS now working. 14 years ago
Siegfried Pammer be4aed03f8 correct typo in string resource name and add Web options as separate project options page 14 years ago
Siegfried Pammer e2d61ab0ae add note to AspNet.Mvc.addin 14 years ago
Siegfried Pammer 4c7aefdf7a move WebProjectService to AspNet.Mvc.csproj 14 years ago
Siegfried Pammer 4188272c0e reduced code duplication in WebBehavior.Start 14 years ago
Siegfried Pammer 7c3e361c79 starting a project with/without debugger works again 14 years ago
Siegfried Pammer 80160c1c19 finished implementation of Behaviors 14 years ago
Matt Ward 77b0c7c23b Fix exception when adding a new ASP.NET file from the new file dialog due to folding manager not being uninstalled. 14 years ago
Matt Ward 097b82a58b Add icons for Razor project and file templates. 14 years ago