1 |
26 |
unneback |
To-Do List for Configuration Tool 2.x
|
2 |
|
|
=====================================
|
3 |
|
|
|
4 |
|
|
- Implement Memory Layout Tool.
|
5 |
|
|
|
6 |
|
|
- Verify Run Tests Dialog works for TCP/IP mode on Linux.
|
7 |
|
|
There's a problem under Windows too, apparently (2002-02-13),
|
8 |
|
|
whereby everything is greyed out.
|
9 |
|
|
|
10 |
|
|
- Importing more than one package at a time can cause conflicts
|
11 |
|
|
whereas importing one at a time causes no conflicts.
|
12 |
|
|
|
13 |
|
|
- Switching to Rich Edit control for Output Window causes scroll problems
|
14 |
|
|
on Windows 98.
|
15 |
|
|
|
16 |
|
|
- Resolve target makefile problems. A user:-
|
17 |
|
|
|
18 |
|
|
"It looks like the Configuration Tool 2.0 builds the library by replacing
|
19 |
|
|
lib members, not recreating the whole library. Example situation: I want to
|
20 |
|
|
remove POSIX pthread support and write my enhanced pthread_create() etc..
|
21 |
|
|
If I just uncheck POSIX thread support and rebuild, the pthread functions
|
22 |
|
|
remain in libtarget.a, resulting to redefinition error in my application
|
23 |
|
|
link phase. Is this intended for some obvious reason?
|
24 |
|
|
Now I must save to another xxx.ecc and build all."
|
25 |
|
|
|
26 |
|
|
Bart says: "The whole makefile generation system needs a major overhaul."
|
27 |
|
|
|
28 |
|
|
- Make as many UI elements as possible copyable to the clipboard, such as the
|
29 |
|
|
name and description for a configuration option. Can do this via the right-click
|
30 |
|
|
menus.
|
31 |
|
|
|
32 |
|
|
- Should look for a .ecc file in the current directory if no save file is
|
33 |
|
|
passed on the command line.
|
34 |
|
|
|
35 |
|
|
- Packages dialog:
|
36 |
|
|
|
37 |
|
|
o optionally, the ability to hide inactive and/or calculated options
|
38 |
|
|
and/or interfaces. They add a lot to visual clutter, but we do require the
|
39 |
|
|
user to be _able_ to view them if need be.
|
40 |
|
|
|
41 |
|
|
- List controls: sometimes it's not possible to scroll horizontally to see
|
42 |
|
|
all of a label, for example in the Properties window. Need to set the
|
43 |
|
|
column width according to the maximum size of labels in that column.
|