ASP.NET GUI editor for MonoDevelop, deprecated as the editor was merged into MonoDevelop
Перейти к файлу
Blagovest Dachev 17b14c9b25 Removed debugging UI
svn path=/trunk/aspeditor/; revision=48988
2005-08-27 20:16:15 +00:00
resources/icons Toolbox icon support, PropertyGrid icons, Control creation fixes 2005-08-15 16:01:12 +00:00
src Removed debugging UI 2005-08-27 20:16:15 +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 Initial commit 2005-08-09 20:29:07 +00:00
INSTALL Initial commit 2005-08-09 20:29:07 +00:00
Makefile.am Initial Mozilla integration 2005-08-26 17:40:51 +00:00
NEWS Initial commit 2005-08-09 20:29:07 +00:00
README Initial commit 2005-08-09 20:29:07 +00:00
aspnetedit.mds MonoDevelop project files 2005-08-10 18:26:03 +00:00
autogen.sh Initial commit 2005-08-09 20:29:07 +00:00
configure.in Mozilla Chrome deployment 2005-08-24 19:06:35 +00:00
script.in Initial commit 2005-08-09 20:29:07 +00:00

README

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.

At the moment you will need the cutting edge subversion Mono class libraries (module mcs).


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.