[MonoDevelop] ASPNetAddin

Ympostor ympostor at clix.pt
Fri Jun 30 05:37:50 EDT 2006


Michael Hutchinson wrote:
>> BTW, does it include code-completion for CSS attributes?
> 
> Not yet, and though I'd love it to have that feature, it's not a
> short-term priority.
> 
> So far you can expect to be able to create a new project, build it
> and run it, and see the page in a browser. There's also basic
> CodeBehind support - it will attempt to verify your CodeBehind when
> compiling, and add page controls to the CodeBehind class as fields. It
> also croups CodeBehind classes with their pages in the Solution View.
> 
> I next plan to integrate the AspNetEdit designer, add FTP/WebDAV
> deployment, and add some options to the CodeBehind support and web
> browser launching. After that I'll have met my SoC 'deliverables', and
> will be looking into implementing various forms of code completion.
> I'll also be open to suggestions :)
> 

Then, here goes my first suggestion: perhaps it is possible and 
beneficial to integrate some of the code of a project I know, called 
Pandereta [1], which is a WYSIWYG HTML editor made with Mono (it uses 
Gecko# for displaying previews).

I don't know if it has CSS code-completion, but what I can see is that 
it has a form for CSS edition [2] (using Nvu style).

[1] http://sourceforge.net/projects/pandereta
[2]
http://sourceforge.net/project/screenshots.php?group_id=143372&ssid=22596

-- 



More information about the Monodevelop-list mailing list