|
1 |
| -[OK] - add keywords coloring |
2 |
| -[OK] - add block folding |
3 |
| -[OK] - add multilevel block folding |
4 |
| -[OK] - add autofold from *.vis file |
5 |
| -[OK] - add database of keywords description |
| 1 | +[ ] - support for fold's start on the same line |
6 | 2 | [ ] - make a search in db more efficient
|
7 |
| -[OK] - support for multiple commands for single line (nonconflicting commands) |
8 | 3 | [ ] - support for multiline comments on a single line (flowing div)
|
9 | 4 | [ ] - make a call graph for every module (use existing tools)
|
10 | 5 | [ ] - ignore comments (+color them)
|
11 | 6 | [ ] - for each folded block show start and end line number
|
12 |
| -[OK] - find a suitable dir for keyword file |
13 |
| -[OK] - install css and js files into dest directory |
14 | 7 | [ ] - highlight (silver?) all functions body
|
15 | 8 | [ ] - make a configuration file (language, colors, function highlighting, conflicts, ...)
|
16 | 9 | [ ] - add links for keywords (to its function definition for example or a line, ...)
|
|
25 | 18 | [ ] - if I move over { sign, highlight the entire {'s block
|
26 | 19 | [ ] - specify for each fold its input and output vars (optionally of course)
|
27 | 20 | [ ] - add a command to specify global variables used in functions (to know what is needed and what can be changed => side effects)
|
28 |
| -[OK] - do not mark keywords in literals or comments |
29 | 21 | [ ] - add mustnotmiss command for very important invocations, ... The entire line must flash or be unoverlookable!!!
|
30 | 22 | [ ] - add something like "the last unfinished source code page" to continue when finished the last time
|
31 | 23 | [ ] - if possible link to main function in the file (maybe some content at the begging of the page or floating div
|
32 | 24 | [ ] - automatic code indenting (commands after { has +1 \t character, ...)
|
33 | 25 | [ ] - add support for \t character (multiples of 8?)
|
34 | 26 | [ ] - if a fold contains needinfo, label the fold with needinfo flag
|
| 27 | +[ ] - concept of compact subgraphs (show only necesary parts of the code, or its subparts) |
| 28 | +[ ] - callgrind, kcachegrind |
| 29 | +[ ] - plugin for devassistant |
| 30 | + |
| 31 | +====finished tasks==== |
| 32 | +[OK] - add keywords coloring |
| 33 | +[OK] - add block folding |
| 34 | +[OK] - add multilevel block folding |
| 35 | +[OK] - add autofold from *.vis file |
| 36 | +[OK] - add database of keywords description |
| 37 | +[OK] - support for multiple commands for single line (nonconflicting commands) |
| 38 | +[OK] - find a suitable dir for keyword file |
| 39 | +[OK] - install css and js files into dest directory |
| 40 | +[OK] - do not mark keywords in literals or comments |
| 41 | + |
0 commit comments