<Glazblog/>

Diavolo progress

DiavoloThe v0.4 of my source code editor Diavolo is available from here, as always. I think you'll like this new version:

  • line numbering can be hidden
  • click on a line number selects the line, and it's possible to extend the selection to other lines
  • much better copy/paste, drag and drop with whitespace preservation; still some issues with refresh though
  • much harder to freeze :-)
  • improvements in the CSS grammar

diavolo 20080701

Comments

1. On Wednesday 2 July 2008, 02:16 by Matthew Holloway

Here's a feature idea: drag the line numbers to rearrange lines.

2. On Wednesday 2 July 2008, 11:54 by Dfaure

It looks *very* promising, as a potential alternative to some scintilla/python bloated editors...
What about code folding now?

Another feature idea: couldn't it be used as a drop-in replacement for a textarea to edit markup oriented contents such as (blogs|bulletin boards|wiki) pages?