2007-02-21 Ankit Jain * Project/VerifyCodeBehindBuildStep.cs: Warn the user if AutoGenerateCodeBehindMembers is false. 2007-02-16 Lluis Sanchez Gual * AspNetAddIn.addin.xml: Change add-in versions to 0.13. 2007-02-15 Lluis Sanchez Gual * AspNetAddIn.mdp, Makefile.am: Synchronized the MD project and the Makefile 2007-02-07 Lluis Sanchez Gual * Project/VerifyCodeBehindBuildStep.cs, AspNetAddIn.addin.xml, AspNetAddIn.mdp: Replace the IBuildStep implementation by a ProjectServiceExtension subclass. IBuildStep is not available anymore. 2007-02-05 Michael Hutchinson * Templates/MasterPageWithCodeBehind.xft.xml: * Project/AspNetDisplayBinding.cs: * Parser/PageInfoVisitor.cs: Fix errors in last commit that came from my misunderstanding of how the CodeBehind model doesn't apply to MasterPages. The CodeBehindService will need support for the CodeBeside model at some point. 2007-02-04 Michael Hutchinson * Parser/Tree/DirectiveNode.cs: Workaround for parser bug, so that Codebehind for MasterPages can be found. * Parser/Internal/*: Update from mcs class tree. * Parser/PageInfoVisitor.cs: * Project/AspNetDisplayBinding.cs: Handle MasterPages. 2007-02-04 John Anderson * Templates/MasterPageWithNoCodeBehind.xft.xml: * Templates/MasterPageWithCodeBehind.xft.xml: * Makefile.am: * AspNetAddIn.mdp: * AspNetAddIn.addin.xml: Added templates for MasterPages. 2007-02-01 Michael Hutchinson * Project/AspNetAppProject.cs: More informative error messages. * Project/AspNetCodeBehindProvider.cs: Track API changes. 2007-01-18 Michael Hutchinson * Templates/CodeBehindWebControl.xft.xml: Use the proper filename rather than "Default". 2007-01-18 Michael Hutchinson * AspNetAddIn/Parser/Internal/TagType.cs: * AspNetAddIn/Parser/Internal/AspParser.cs: * AspNetAddIn/Parser/Internal/ParseException.cs: Make classes and members public so that AspNetAddIn's parser can consume them. Can revert this when AspNetEdit uses the whole parser rather that just the tokeniser as it does ATM. 2006-09-19 Jacob Ilsø Christensen * AspNetAddIn.mdp: Updated. 2006-09-16 Michael Hutchinson * Gui/AspNetConfigurationPanel.cs: * AspNetAddIn.glade: * Project/AspNetAppProjectConfiguration.cs: * AspNetAddIn.addin.xml: * Project/VerifyCodeBehindBuildStep.cs: Added a new option that can be used to disable compilation-time CodeBehind verification for different configurations. * Makefile.am: * AspNetAddIn.mdp: Add Gui/AspNetConfigurationPanel.cs to the build. 2006-09-13 Michael Hutchinson * Project/AspNetAppProject.cs: Fix parsed document caching. Check if file can be parsed before parsing, instead of at cache lookup. 2006-08-21 Michael Hutchinson * Project/AspNetDisplayBinding.cs: * Project/AspNetAppProject.cs: * Parser/PageInfoVisitor.cs: Add support for Global.asax CodeBehind. * Project/AspNetCodeBehindProvider.cs: * Project/AspNetAppProject.cs: Don't try to create Documents for files that we can't parse. * Project/AspNetAppProject.cs: Improve web server launch checking code. 2006-08-21 Michael Hutchinson * Project/VerifyCodeBehindBuildStep.cs: Make sure modified files are saved before compilation. Update the parser database to make sure our parse information is valid. * Project/AspNetAppProject.cs: Add an operation cancel handler. * Parser/Document.cs: trap file loading exceptions. 2006-08-05 Michael Hutchinson * Project/VerifyCodeBehindBuildStep.cs: Track changes in BindingService. * AspNetAddIn.mdp: Remove nonexistent file. 2006-07-25 Michael Hutchinson * Project/AspNetAppProject.cs: Become aware of Project.DoPreBuild; let it create the correct output directory for us. * Project/VerifyCodeBehindBuildStep.cs: Refactored some functionality into Monodevelop.DesignerSupport. BindingService. 2006-07-21 Michael Hutchinson * Project/AspNetAppProject.cs: * Project/VerifyCodeBehindBuildStep.cs: Move Codebehind verification into a separate build step. * Project/CodeBehindClassBuilder.cs: * Project/AspNetCodeBehindProvider.cs: Deleted. Functionality moved to MonoDevelop.DesignerSupport. * Project/AspNetAppProject.cs: * AspNetAddIn.addin.xml: * Project/CodeBehindProjectFileExtension.cs: Implement CodeBehindProvider architecture. * Parser/PageInfoVisitor.cs: Find CodeBehind info for more filetypes. * Templates/CodeBehindWebHandler.xft.xml: * Templates/CodeBehindWebControl.xft.xml: * Templates/CodeBehindWebForm.xft.xml: * Templates/WebApplication.xpt.xml: Remove unnecessary underscores in CodeBehind class names. * Templates/CodeBehindWebService.xft.xml: * Templates/EmptyWebService.xft.xml: New templates. * Project/AspNetDisplayBinding.cs: New file. For now, makes it possible to open ASP.NET mime types. * AspNetAddIn.addin.xml: * Makefile.am: * AspNetAddIn.mdp: Include new files, remove old ones. 2006-07-04 Michael Hutchinson * Templates/CodeBehindWebControl.xft.xml: * Templates/CodeBehindWebForm.xft.xml: * Project/AspNetAppProject.cs: * Project/CodeBehindProjectFileExtension.cs: Don't always throw exceptions when CodeBehind not found. * AspNetAddIn.addin.xml: * Project/CodeBehindProjectFileExtension.cs: Change "HideCodeBehind" option to "ShowCodeBehindFiles" * Project/AspNetFileDescriptionTemplate.cs: Move translation functionality to child CodeTranslationFileDescriptionTemplate. Move name substitution functionality to SingleFileDescriptionTemplate. * Templates/CodeBehindWebHandler.xft.xml: * Templates/EmptyWebForm.xft.xml: * Templates/CodeBehindWebControl.xft.xml: * Templates/CodeBehindWebForm.xft.xml: * Templates/EmptyWebHandler.xft.xml: * Templates/WebApplication.xpt.xml: * Templates/EmptyWebControl.xft.xml: Track AspNetFileDescriptionTemplate changes.