e.g. cmd-shift-u with a wpText window open will underline (the same
keystroke as Excel and probably others); it would be nice to include the
appropriate symbols in the Style menu
Discussion
Anonymous
-
2005-12-30
assigned_to: nobody --> icreedon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-12-30
Logged In: YES
user_id=1141133
For the Mac this was a relatively easy change. The trick
was adding a xmnu resource definition to SHELL.R. I had a
heck of a time finding how to write the xmnu in rez format.
A search using "resource 'xmnu'" helped me find some code I
could work from. The data format was documented in several
places.
I'm not confident I've got the parameters all specified
correctly. If you're a xmnu rez whiz please feel free to
tweak it.
I also tweaked the Style menu to show the command characters.
Just shot the changes up to sf.
Windows coders, please see if you can do the same for the
Windows version.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-12-30
assigned_to: icreedon --> nobody
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Handling this properly on Windows requires some changes to
the menu management system besides just modifying what's
displayed in the Style menu, see the feature request:
Logged In: YES
user_id=1141133
For the Mac this was a relatively easy change. The trick
was adding a xmnu resource definition to SHELL.R. I had a
heck of a time finding how to write the xmnu in rez format.
A search using "resource 'xmnu'" helped me find some code I
could work from. The data format was documented in several
places.
I'm not confident I've got the parameters all specified
correctly. If you're a xmnu rez whiz please feel free to
tweak it.
I also tweaked the Style menu to show the command characters.
Just shot the changes up to sf.
Windows coders, please see if you can do the same for the
Windows version.
Logged In: YES
user_id=1137587
Handling this properly on Windows requires some changes to
the menu management system besides just modifying what's
displayed in the Style menu, see the feature request:
https://sourceforge.net/tracker/index.php?func=detail&aid=1311315&group_id=120666&atid=687801