ASP.NET GUI editor for MonoDevelop, deprecated as the editor was merged into MonoDevelop
Перейти к файлу
Michael Hutchinson 2e016d8ea4 2007-02-16 Michael Hutchinson <m.j.hutchinson@gmail.com>
* README:
	* configure.in: Add a notice informing users that AspNetEdit is now 
	  maintained in MonoDevelop.
	
	* INSTALL: Fix longstanding typo.


svn path=/trunk/aspeditor/; revision=73022
2007-02-16 15:14:22 +00:00
resources/icons Toolbox icon support, PropertyGrid icons, Control creation fixes 2005-08-15 16:01:12 +00:00
src Missed a minor but important change! 2006-07-15 00:15:29 +00:00
AUTHORS Initial commit 2005-08-09 20:29:07 +00:00
COPYING Initial commit 2005-08-09 20:29:07 +00:00
ChangeLog 2007-02-16 Michael Hutchinson <m.j.hutchinson@gmail.com> 2007-02-16 15:14:22 +00:00
INSTALL 2007-02-16 Michael Hutchinson <m.j.hutchinson@gmail.com> 2007-02-16 15:14:22 +00:00
Makefile.am Set svn:ignore for all directories. 2006-04-26 18:32:18 +00:00
NEWS Initial commit 2005-08-09 20:29:07 +00:00
README 2007-02-16 Michael Hutchinson <m.j.hutchinson@gmail.com> 2007-02-16 15:14:22 +00:00
aspnetedit.mds Set svn:ignore for all directories. 2006-04-26 18:32:18 +00:00
autogen.sh Fix command order in autogen.sh, aclocal need to be run first 2005-09-16 20:27:00 +00:00
configure.in 2007-02-16 Michael Hutchinson <m.j.hutchinson@gmail.com> 2007-02-16 15:14:22 +00:00
script.in Set svn:ignore for all directories. 2006-04-26 18:32:18 +00:00

README

****************************** PLEASE NOTE *************************************
*  AspNetEdit has now been merged into the MonoDevelop IDE                     *
*  (http://www.monodevelop.com) and this standalone version has not been       *
*  maintained since July 2006. If you would like to resurrect the standalone   *
*  editor please contact Michael Hutchinson <m.j.hutchinson@gmail.com>.        *
********************************************************************************

Introduction
============
This is a pre-release version of AspNetEdit, Mono's Graphical Editor for 
ASP.NET. This version is provided as a preview for curious developers only. 
Not all functionality is present or working, so please do not judge it until 
a final release is made.


Installation
============
For installation instruction please read the INSTALL file.


Developers
==========
A list of contributors can be found in the AUTHORS file.
If you are interested in contributing to AspNetEdit, please contact Michael Hutchinson <m.j.hutchinson@gmail.com>.


Release Notes
=============
Pre-alpha 0.0.1:
	Initial commit to SVN.
	The PropertyGrid and Toolbox are functional, but incomplete.
	The design surface cannot yet be modified directly. Use the control selector above the PropertyGrid.
	Saving ASPX files works, but page directives are not supported.