Hi!
I've been thinking about a little notepad like XUL app. Someone said that
Messenger has a plain text editor in case Editor is not installed. Is
anything there? Is it reusable? The requirements are listed below (the first
three are the ones of interest)
**) plain text only
**) displays current line and column
**) pattern and regexp search (and replace)
*) reads LF, CR/LF and CR files
*) writes LF, CR/LF and CR files
*) reads many codings (my personal minimum Latin1, MacWestern, DOS)
*) writes many codings (incl. UTF-8 and Unicode)
Possible extra features:
*) vi and emacs key bindings
*) indenting blocks
*) indenting blocks with a prefix (eg "// " or "# ")
What do you think? What's already there? What has to be created (besides the
UI)?
Masi