On Tuesday 05 June 2007 20:31:35 L.J.H. Timmerman wrote: > Hi all, > > IMHO this should go into the "geda/gaf: Symbol Creation Guide" Wiki > page, paragraph "Style", sub-paragraph "Text". > > I don't see how this can be implemented in a pull-down menu if onl part > of the text needs overbars, for example "\_READ\_/WRITE". >
Easy. Look at each end of the string. If a "\_" is present, remove it. If there is no "\_", add one. "\_READ\_/WRITE" --> "READ\_/WRITE\_" This is *almost* the Right Thing, and probably close enough for non-advanced users. :) Peter -- Fisher Society http://tinyurl.com/o39w2 CU Small-Bore Club http://tinyurl.com/mwrc9 09f911029d74e35bd84156c5635688c0 peter-b.co.uk
pgpqmKbkQDWB9.pgp
Description: PGP signature
_______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
