joeferraro / MavensMate-SublimeText

Sublime Text plugin for Salesforce developers. Aims to replace the Eclipse-based Force.com IDE.
http://mavensmate.com
GNU General Public License v3.0
290 stars 119 forks source link

Prefill test method names with selection #848

Open pkozuchowski opened 8 years ago

pkozuchowski commented 8 years ago

When user has selected regions while executing Run Apex Test Methods for This Class Command, the regions are concatenated with comma delimiter and displayed in command argument. This concatenated string replaces default "MyTestMethodName". If there aren't any selected regions, then default "MyTestMethodName" is displayed.

screenshot1 screenshot2