GSP tag attribute completion..

Hi,

When typing attribute names of tagname, for example, when typing the following:

<g:each in="$" status... and pressing '=' after 'status' (becuase I didn't want to use the code completion, since typing is sometimes faster), it results in: <g:each in="$" status = =""

With an extra '=' sign! This is so annoying! I keep removing the double = sign all the time, since it's quite unpredictable if code completion works for an tag, or not. Please fix this!! (I can image this explanation is a bit hard to understand, but just type the above, and you'll see what gets me frustrated here!)

0

What you type after "status" exactly? Space or '='? Do you press something more(ctrl+space or else)?
I can't reproduce this behavior.

0

I've made a jira isse for it...(I don't have the jira at the moment)

When I type 'status', code codecompletion comes up. When I type the complete word, and finish with a '=', this behaviour happens...

0
Avatar
Permanently deleted user

Hello, Erik.
This is nasty bug, caused, as it seems to me, by not fully elaborate completion handler for GSP tag attributes.
Thanks.

With best reagrds,
Ilya

Edited by: Ilya Sergey on Nov 22, 2008 1:09 PM

0
Avatar
Permanently deleted user

i think this issue is not just apply to GSP tag. For any auto-completion/hints, there might be problem.

for example, in HTML editing, if you type "<a href ... ", after pressed the '<' and 'a', the autocomplete menu showup and 'address' is the first item. when you press the third key, 'space', "address" is selected.

there are other cases. They are trivial so i didn't report, but they are annoying.

regards,
mingfai

0

请先登录再写评论。