0

There are variables:

  • ${selected_resource_loc}, ${selected_resource_name}, ${selected_resource_path}

but none in plural:

  • ${selected_resources_locs}, ${selected_resources_names}, ${selected_resources_paths}

If you select more than one resource and run your external tool the former variables resolve to the first resource only.

The variables available to me:

Eclipse variables

Gerold Broser
  • 14,080
  • 5
  • 48
  • 107
  • Eclipse is an extensible platform, which also applies to these variables. For example, the variables that start with `git_` are provided by EGit. If you implement what you need as your own plugin, remember that these are strings that are passed in your case to the command line, and there may be a length limitation depending on the operating system you use. – howlger Feb 18 '23 at 12:22

0 Answers0