-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Shortcuts #27
Comments
+1. I'm addicted to the "Rerun Test" shortcut for JUnit tests. Would love to have something similar for ScalaTest. |
agree, we should definitely add them. |
+1. I'm so used to mapping F12 to "Run JUnit Test". It would be super cool if I could do the same for ScalaTest. |
Yes, this would be really helpful |
The fix for the basic launch shortcut commands is pretty simple. I added this to plugin.xml:
(Only added one keyBinding as an example. Not sure what keySequences will avoid stepping on other plugins. In any case, now that the rest of the commands are defined, users can make their own mappings under General > Keys). Added to plugin.properties:
I just modified the org.scala-ide.sdt.scalatest_2.10.0.v-4-2_11-201603171205-8ee752f.jar in my eclipse plugins directory, so I'm happy now. Is anybody still active here and wants to make the change to the repository? |
Hi, the plugin is great. The only thing I miss are shortcuts. At least one for running the tests on the current open file. It's quite tedious to have to use the mouse every time I want to run the tests.
It would be awesome if there was also a shortcut to run the tests for the current file. The name of the test file could be defined by convention. Something like: CurrentClassTest.
Is it possible?
The text was updated successfully, but these errors were encountered: