changes
This commit is contained in:
parent
39d4c50f24
commit
b2bafb0c3f
|
@ -46,7 +46,7 @@ Dialogs:
|
||||||
re-size the dialog as required. Reset the minimum size to the updated
|
re-size the dialog as required. Reset the minimum size to the updated
|
||||||
dialog size.
|
dialog size.
|
||||||
|
|
||||||
Dialog windows shall not exceed 1024 x 769 when displayed in a 13 point font.
|
Dialog windows shall not exceed 1024 x 768 when displayed in a 13 point font.
|
||||||
Note that the font used by end users is not something that you control from
|
Note that the font used by end users is not something that you control from
|
||||||
within the dialog, but for testing purposes please do not exceed this dialog
|
within the dialog, but for testing purposes please do not exceed this dialog
|
||||||
size should the user have selected a font size of 13 points.
|
size should the user have selected a font size of 13 points.
|
||||||
|
|
2
TODO.txt
2
TODO.txt
|
@ -25,6 +25,8 @@ Common
|
||||||
* Integer/long/double input boxes should handle comma and dot separated values,
|
* Integer/long/double input boxes should handle comma and dot separated values,
|
||||||
not only comma.
|
not only comma.
|
||||||
|
|
||||||
|
|
||||||
|
ANYONE:
|
||||||
C2) Write a tool to generate DSNLEXER keyword tables (and enums) as *.cpp and
|
C2) Write a tool to generate DSNLEXER keyword tables (and enums) as *.cpp and
|
||||||
*.h. Language of tool should probably be C++. As input, the tool should take
|
*.h. Language of tool should probably be C++. As input, the tool should take
|
||||||
a list of whitespace separated keywords from a text file that is manually
|
a list of whitespace separated keywords from a text file that is manually
|
||||||
|
|
Loading…
Reference in New Issue