File: TODO

package info (click to toggle)
fte 0.46b5-4.2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,844 kB
  • ctags: 5,183
  • sloc: cpp: 39,445; ansic: 2,415; perl: 567; makefile: 71; sh: 30
file content (31 lines) | stat: -rw-r--r-- 1,223 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Todo list (needs to be updated)
-----------------------------------------------------------------------
 - improve documentation
 - configurable smart indentation like in C/JAVA/PERL/REXX modes for any mode
 - fully support clipboard in every prompt
 - BlockPasteOver.
 - draw mode
 - piping block to program, redirection of program output to buffer
 - hex mode editing
 - shell window support
 - Menus should determine keybindings automatically.
 - CVS/RCS support.
 - Regexp optimizer and improved regexps.
 - multiple frame support for gui version.
 - Win32 gui version.

Here are some more:
 - command to center the lines in block (BlockCenter) 
 - command to wrap entire paragraph
 - commands to load/close desktop
 - remove all modal states (when getting input) (needed for kbd macros and multiframe).
 - fix win95 compiler execution
 - OS2: see if we can avoid clipserv under OS/2 using Ilya's fake-PM trick.
 - make configuration editor in Java (support only subset of config files?)
 - see if we could use java as the macro language
 - X11: set icons for X11
 - X11: set WM_COMMAND
 - Linux: make it run on tty.
 - Linux: fix the console version (capslock, numlock, ...)

Comments and suggestions are appreciated!