intellij-kubernetes icon indicating copy to clipboard operation
intellij-kubernetes copied to clipboard

Implement itests for editor title changes

Open olkornii opened this issue 2 years ago • 0 comments

  1. Editor title is [resource-name]@[namespace-name]: "Edit.." namespaced resource (ex. Pod) -> editor title is matching pattern @
  2. Editor title is [resource-name]: "Edit..." non namespaced resource (ex. Namespace) -> editor title is matching pattern
  3. Editor title is [filename]: File -> Open & pick local yaml/json file -> editor title displays the filename
  4. Editor title changes to new name as you type: "Edit..." resource (ex. Pod) -> change metadata > name -> editor title is changing to new name as you type
  5. Editor title is not changed (normal behaviour): File > Open & pick local xml-file OR yml file with non-kubernetes content (ex. helloworld.yml) -> editor title displays the filename (= default), there's no action toolbar (for pushing/pulling from/to cluster)

helloworld.yml: https://docs.google.com/spreadsheets/d/1frVZoygrWlxRynigLunVp0TktSG01Az1dz3tFMfDFYI/edit#gid=1307632732&range=A1

More info: https://docs.google.com/spreadsheets/d/1frVZoygrWlxRynigLunVp0TktSG01Az1dz3tFMfDFYI/edit#gid=0

olkornii avatar Mar 03 '23 13:03 olkornii