Commit 88f0009
mgricken
This change to the MacPlatform class allows special treatment for
keyboard mnemonics, which do not work correctly on Mac OS.
Currently, they are just being ignored, which seems to agree
with the Mac OS user interface standard not to provide mnemonics
such as Alt-F for opening the file menu.
M platform/src-mac/edu/rice/cs/drjava/platform/MacPlatform.java
M platform/classes/base-windows/edu/rice/cs/drjava/platform/WindowsPlatform.class
M platform/classes/base-mac/edu/rice/cs/drjava/platform/MacPlatform$1$1.class
M platform/classes/base-mac/edu/rice/cs/drjava/platform/MacPlatform.class
M platform/classes/base-mac/edu/rice/cs/drjava/platform/MacPlatform$1.class
git-svn-id: file:///tmp/test-svn/trunk@4526 fe72c1cf-3628-48e9-8b72-1c46755d3cff1 parent cf5f5e0 commit 88f0009
File tree
5 files changed
+54
-0
lines changed- platform
- classes
- base-mac/edu/rice/cs/drjava/platform
- base-windows/edu/rice/cs/drjava/platform
- src-mac/edu/rice/cs/drjava/platform
5 files changed
+54
-0
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 54 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
149 | 203 | | |
0 commit comments