File: BUGS

package info (click to toggle)
sex 0.15
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 552 kB
  • ctags: 776
  • sloc: ansic: 6,197; sh: 188; makefile: 116
file content (66 lines) | stat: -rw-r--r-- 1,680 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Some bugs in SeX, and things to do
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

things to do for 1.0

	from within exmh: pipe through ikiclean kills editor (signal?)

	add some border to text window

	undo, redo
	sbuf: change log should join adjacent typed characters
	
	manual: search regex syntax (what is it, use extended
	or not?); see rx-dev package
	
	manual: complete list of actions

	install manual when doing "make install" (doesn't work now? yes,
	but requires special programs for formatting, and manualdir on
	make command line)
	
	make release: put formatted manual on web site as a .tar.gz?

	have a long beta testing period (no new features,
	bugs fixed); release two months after last bug fix
	
---

things to do after 1.0

	forget ~/.sexrc, make everything configurable via X resources?
	no, but make sexrc editable via a GUI interface

	make smaller (rss) and faster

	anchors are shared over windows (should be in editwin's buf_info)

	missing: move(pair), extend(pair), select(pair)

	tab handling in sbuf is still a mess (hardcoded 8)

	press1+move outside window -> extend + scroll

	saving to directory without write permission: overwrite
	directly instead, after asking user

	check mtime before saving: save mtime when loading file,
	check before saving, if it is newer, check if files
	differ, and if so, ask if it should be overwritten
	
	write selection to file: ask if append/overwrite if
	file already exists
	
	popups: get focus (initially)
	
	color should be configurable
	 
	cursor should be configurable
	
	empty selection should be shown as bar or caret
	
	mark stack
	
	better file selectors (and other dialogs, and buffer menu)

	use gettext for i18n