de-jcup / eclipse-jenkins-editor

Jenkins Editor - A eclipse plugin to edit "Jenkinsfile" files
https://marketplace.eclipse.org/content/jenkins-editor
Apache License 2.0
45 stars 5 forks source link

Don't add closing brakes if within string #60

Closed ChristianLutz closed 2 years ago

ChristianLutz commented 5 years ago

Hello,

If you you have a string like "Hello" and now you will just add a variable like "Hello ${world}" The editor immediately adds two lines later the closing bracket when if typed {

kind regards Christian

de-jcup commented 5 years ago

Hello Christian,

I am myself sometimes annoyed about this "feature". Currently I am very busy and will not have time to implement a "its inside a string" handling.

But... you can disable auto bracket closing in first preference page of jenkins editor. At least It works 4 me...

BeckerFrank commented 2 years ago

I have a fix for this but this is in de.jcup.egradle.eclipse.ui.GroovyBracketInsertionCompleter.

de-jcup commented 2 years ago

Just released v1.9.1 on eclipse marketplace - contains bugfix from @BeckerFrank inside EGradle library.