GoogleCloudPlatform / google-cloud-eclipse

Google Cloud Platform plugin for Eclipse
Apache License 2.0
86 stars 49 forks source link

<starting...> --> Starting #1173

Open elharo opened 7 years ago

elharo commented 7 years ago

Looking at this image I wonder if the message --> Starting should just be Starting

no angle brackets, no ellipsis

image

briandealwis commented 7 years ago

The angle brackets represents the state and mirrors the use of <terminated> in the JDT Java launches. When launching the description should change as follows:

  1. On launch: <starting…> launch name
  2. Once running: launch name
  3. Terminate initiated: <stopping…> launch name
  4. Once stopped: <stopped> launch name

Perhaps just dropping the ellipses from <starting…> and <stopping…>?