|
Lines 224-227
Link Here
|
| 224 |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
224 |
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"> |
| 225 |
</key> |
225 |
</key> |
| 226 |
</extension> |
226 |
</extension> |
|
|
227 |
<extension |
| 228 |
point="org.eclipse.ui.handlers"> |
| 229 |
<handler |
| 230 |
class="org.eclipse.mylyn.internal.provisional.commons.ui.commands.DeleteLineHandler" |
| 231 |
commandId="org.eclipse.ui.edit.text.delete.line"> |
| 232 |
<activeWhen> |
| 233 |
<with variable="activeContexts"> |
| 234 |
<iterate operator="or" ifEmpty="false"> |
| 235 |
<equals |
| 236 |
value="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext"/> |
| 237 |
</iterate> |
| 238 |
</with> |
| 239 |
</activeWhen> |
| 240 |
</handler> |
| 241 |
|
| 242 |
<handler |
| 243 |
class="org.eclipse.mylyn.internal.provisional.commons.ui.commands.CutLineHandler" |
| 244 |
commandId="org.eclipse.ui.edit.text.cut.line"> |
| 245 |
<activeWhen> |
| 246 |
<with variable="activeContexts"> |
| 247 |
<iterate operator="or" ifEmpty="false"> |
| 248 |
<equals |
| 249 |
value="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext"/> |
| 250 |
</iterate> |
| 251 |
</with> |
| 252 |
</activeWhen> |
| 253 |
</handler> |
| 254 |
|
| 255 |
<handler |
| 256 |
class="org.eclipse.mylyn.internal.provisional.commons.ui.commands.DeleteLineToBeginningHandler" |
| 257 |
commandId="org.eclipse.ui.edit.text.delete.line.to.beginning"> |
| 258 |
<activeWhen> |
| 259 |
<with variable="activeContexts"> |
| 260 |
<iterate operator="or" ifEmpty="false"> |
| 261 |
<equals |
| 262 |
value="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext"/> |
| 263 |
</iterate> |
| 264 |
</with> |
| 265 |
</activeWhen> |
| 266 |
</handler> |
| 267 |
|
| 268 |
<handler |
| 269 |
class="org.eclipse.mylyn.internal.provisional.commons.ui.commands.CutLineToBeginningHandler" |
| 270 |
commandId="org.eclipse.ui.edit.text.cut.line.to.beginning"> |
| 271 |
<activeWhen> |
| 272 |
<with variable="activeContexts"> |
| 273 |
<iterate operator="or" ifEmpty="false"> |
| 274 |
<equals |
| 275 |
value="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext"/> |
| 276 |
</iterate> |
| 277 |
</with> |
| 278 |
</activeWhen> |
| 279 |
</handler> |
| 280 |
|
| 281 |
|
| 282 |
<handler |
| 283 |
class="org.eclipse.mylyn.internal.provisional.commons.ui.commands.DeleteLineToEndHandler" |
| 284 |
commandId="org.eclipse.ui.edit.text.delete.line.to.end"> |
| 285 |
<activeWhen> |
| 286 |
<with variable="activeContexts"> |
| 287 |
<iterate operator="or" ifEmpty="false"> |
| 288 |
<equals |
| 289 |
value="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext"/> |
| 290 |
</iterate> |
| 291 |
</with> |
| 292 |
</activeWhen> |
| 293 |
</handler> |
| 294 |
|
| 295 |
|
| 296 |
<handler |
| 297 |
class="org.eclipse.mylyn.internal.provisional.commons.ui.commands.CutLineToEndHandler" |
| 298 |
commandId="org.eclipse.ui.edit.text.cut.line.to.end"> |
| 299 |
<activeWhen> |
| 300 |
<with variable="activeContexts"> |
| 301 |
<iterate operator="or" ifEmpty="false"> |
| 302 |
<equals |
| 303 |
value="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext"/> |
| 304 |
</iterate> |
| 305 |
</with> |
| 306 |
</activeWhen> |
| 307 |
</handler> |
| 308 |
|
| 309 |
</extension> |
| 227 |
</plugin> |
310 |
</plugin> |