blob: 435cb059359c14bb5fa4ae565c9de608f3869511 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
TODO
- allow users to set a preferred shell
- improving template support
- create a plain text importer (one that would convert % to \%, $ to \$ etc.)
- create a fast powerful (La)TeX parser
- recursive sectioning: also parse sections that were inserted with
\input or \include (optional)
- file_selector could use a configurable filter. Now only *.tex files are
shown, some people might use a .ltx extension for their LaTeX files (or
something completely different).
- #142987 project load crash
- strange ref error see http://sourceforge.net/forum/forum.php?thread_id=1746112&forum_id=292014 and BTS
docu:
- explain tool stuff and the magic %... abbreviations
|