ASP.NET GUI editor for MonoDevelop, deprecated as the editor was merged into MonoDevelop
Перейти к файлу
Blagovest Dachev 6665bea629 Added a link to the document describing available editor commands
svn path=/trunk/aspeditor/; revision=49320
2005-09-02 07:23:56 +00:00
resources/icons Toolbox icon support, PropertyGrid icons, Control creation fixes 2005-08-15 16:01:12 +00:00
src Added a link to the document describing available editor commands 2005-09-02 07:23:56 +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 * Fixed saving and loading on C# side, but saving doesn't work with 2005-08-28 15:03:55 +00:00
script.in Set the LD_LIBRARY_PATH 2005-08-30 19:51:19 +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.