Open gmccraw opened 2 years ago
"Jenkinsfile*"
will not work because of the eclipse architecture mechanism,*.jenkins
does already work*.jenkinsfile
does already workPlease refer to https://github.com/de-jcup/eclipse-jenkins-editor/wiki/FAQ#how-can-i-open-other-files-than-jenkinsfile-with-jenkins-editor . Here I described which file names and endings are supported and also how to customize file associations. Hope this helps.
"Jenkinsfile*"
will not work because of the eclipse architecture mechanism,
AFAIK the limitation is only applied to editor file associations Window -> Preferences -> General -> Editors -> File Associations
, but there is another way to create an association: using General -> Content Types
that I use to manually setup support for Jenkinsfile*
files.
Here is how it looks:
Steps to reproduce:
Text
tree item in Content types:
Add Child
buttonJenkinsfile
Jenkinsfile*
in File associations:
Jenkins editor
in Associated editors:
I believe the Content Types
way may be implemented instead of the File Associations
way of binding the editor in the initial plugin configuration.
Excellent Jenkinsfile editor. It would excellenter if it supported named Jenkinsfile, .jenkins, *.jenkinsfile. Thank you for your consideration.