jsp tags not completing?

Hey i'm using 856 anybody else notice that jsp tag completion isnt working? Not sure if this has been broke for a while, this is the first EAP build i've used in a while.

0
7 comments
Avatar
Permanently deleted user

I'm assuming that you have a web app setup?

R

Andre Mermegas wrote:

Hey i'm using 856 anybody else notice that jsp tag completion isnt working? Not sure if this has been broke for a while, this is the first EAP build i've used in a while.


0

yep, it shows the intention popup window and the list of what is possible, but when you press enter it doesnt complete anything.

0
Avatar
Permanently deleted user

try space or tab

Andre Mermegas wrote:

yep, it shows the intention popup window and the list of what is possible, but when you press enter it doesnt complete anything.


0

well i should say it completes, but it does not complete in the way i'm used in ariadna.

example

<c:hit enter key select from list if
yields:
<c:if

in ariadna
<c:hit enter key select from list if
<c:if test="" ></c:if>

it automatically gives a skeleton with closing tag and any mandatory attributes.

0
Avatar
Permanently deleted user

I've also seen this incomplete behaviour in Aurora (in all beta builds I
think). In Ariadna the mandatory attributes are automatically written and
the tag is closed, but in Aurora nothing happens.


"Andre Mermegas" <no_mail@jetbrains.com> wrote in message
news:26392967.1057945272280.JavaMail.itn@is.intellij.net...

well i should say it completes, but it does not complete in the way i'm

used in ariadna.
>

example

>

<c:hit enter key select from list if
yields:
<c:if

>

in ariadna
<c:hit enter key select from list if
<c:if test="" ></c:if>

>

it automatically gives a skeleton with closing tag and any mandatory

attributes.


0
Avatar
Permanently deleted user

Andre, you should file a bug report with this example, don't you think?


"Andre Mermegas" <no_mail@jetbrains.com> wrote in message
news:26392967.1057945272280.JavaMail.itn@is.intellij.net...

well i should say it completes, but it does not complete in the way i'm

used in ariadna.
>

example

>

<c:hit enter key select from list if
yields:
<c:if

>

in ariadna
<c:hit enter key select from list if
<c:if test="" ></c:if>

>

it automatically gives a skeleton with closing tag and any mandatory

attributes.


0

Yeah i was thinking the same thing this weekend so entered one into tracker.

http://www.intellij.net/tracker/idea/viewSCR?publicId=14157

0

Please sign in to leave a comment.