File: TODO

package info (click to toggle)
libwpd 0.10.0-2
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 4,932 kB
  • sloc: cpp: 28,427; sh: 11,363; makefile: 601; ansic: 4
file content (22 lines) | stat: -rw-r--r-- 879 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TODO list for libwpd:

Near Future:
- Handle {right, center} tabs using tab stops instead of just inserting 
standard tabs all over the place and using our complicated justification
code.
- Support paragraph styles (open)
- WordPerfect 6+ document export (Marc is planning to start work
on this soon)
- Support more features from WordPerfect 4.x/5.x documents (open)

Future:
- Support for importing the following WordPerfect 6+ features (in
approximate order of difficulty/time):
	    - Text boxes and other positioned objects
	    - Embedded objects (need to link up with external libraries to
	      handle WPG graphics, Quattro Pro spreadsheets, etc.: 
	      complicated, but do-able)

Features that the primary maintainers won't implement:
- WordPerfect 4.x/5.x document export (can't do regression testing
without original DOS-based programs, it's an obsolete format, ..)