Summary of comment after meeting April 17, 04 (add
yours):
1. SGE should preserve the most recent state as a
default future state. Some examples:
a)if I select XML view in the text window (RHS), the
SGE should stay in this view after selecting another x-
frame
b) if I have re-sized windows, the new sizes should be
preserved
c) when I re-enter SGE and open dir/SPC, the dir
browser should show let me start with the last open dir
d) I should be able to save various settings
2. scroll bar is invisible in fully open XML window
3. attribute
Enhancements:
1. treatment of XML special symbols (CDATA)
and ,value-of>
a) first well check what are those special symbols and
if we undefined some of them as special using provided
mechanism
b) Cao Yang came up with a possible solution to
enclose TEXT in CDATA and she will explore this one first
2. better space management in the Attribute view of
text window (RHS); allow multiple lines to see the whole
attribute value
3. in the Attributes column of the x-frame window (the
middle one): show attribute values in more compact,
readable form. E.g.,
set x = 5
adapt xxx
adapt xxx outdir ddd
value-of @x@y
break bbb
The format of required display for different commands
can be defined in a suitable style sheet. The procedure
displayAttrs() may be driven by the style sheet.
Language-dependence will be minimal.
WORD file contianing the same info as above
Logged In: YES
user_id=752246
1-c is already implemented
Enhancements 1-a: I've checked with this: only "<" and "&"
are illegal in XML
Others:
"find usage" function of adapting x-frames, variables....