File: TODO

package info (click to toggle)
hindent 1.1.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 96 kB
  • ctags: 12
  • sloc: makefile: 85
file content (29 lines) | stat: -rw-r--r-- 944 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
			Hindent - To Do List

* Commented-out tags still affect indenting.

* Support different versions of HTML (3.2, 4.0, ie4, ie5, ...)

* Need to ignore all between <SCRIPT>...</SCRIPT>

* Fix -s to not damage code
	Detect which tags it's OK to do white-space breaks with
	(i.e. already space, tab, newline, or carriage-return
	to the right of the tag); for all other tags, do the
	trick where you take the ">" from the previous tag and
	put it on the next line, so that there's no whitespace
	between the ">" of that tag and the "<" of the next tag.
	NOTE: don't do this until the wraparound-tag bug is fixed
	(or hindent won't be able to parse its own output!)

* Look into XML support

* add cmd line options to specify additional HTML tags,
  or remove tags you want ignored, i.e.:   -tag p,li -notag body

----------------------------
RELEASE INFO - Ignore Please
   New Version:
	BUGS CHANGES INSTALL README Makefile
   New Date:
	CHANGES