Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » How do you turn off the popups in the XSLT editor?
How do you turn off the popups in the XSLT editor? [message #493079] Fri, 23 October 2009 01:52 Go to next message
Adam Nielsen is currently offline Adam NielsenFriend
Messages: 15
Registered: July 2009
Junior Member
Hi all,

Not sure if this is the right place to ask, but I'm using the XSLT editor
provided by the Eclipse Web Tools Platform (org.eclipse.wst.xsl.feature)

Unfortunately I'm having lots of problems fighting with the popup suggestion
box - it seems that almost every keypress I type results in an instant popup
window suggesting XSLT tags I can insert, even when I'm in the middle of
typing normal text. It's infuriating because when the box is on the screen I
can't use the arrow keys properly because they scroll through the choices in
the box instead of moving around between lines of code.

I've been all through the options many times but I can't find where you
disable this popup feature!

Can someone please let me know how to stop these annoying popups from getting
in my way? Or is there some other Eclipse plugin that just provides XML
syntax highlighting then gets out of my way? (I'd miss the validation but I'd
save so much time by not getting random tags inserted in my code thanks to the
popup deciding to appear just before I press Enter...)

Many thanks,
Adam.
Re: How do you turn off the popups in the XSLT editor? [message #493198 is a reply to message #493079] Fri, 23 October 2009 15:11 Go to previous messageGo to next message
David Carver is currently offline David CarverFriend
Messages: 174
Registered: July 2009
Senior Member
The only time you should get these popups is if you use any of the following:

< : "

You can control some of this through the XML Editor preferences which the XSLT editor inherits. Go to Windows->Preferences->XML->XML Files->Editor. You can turn off the Automatically make suggestions, or change the options that show the suggestions.

You can still bring up the suggestions by hitting CTRL+Space or CMD+Space when necessary.

Hope this helps.

Re: How do you turn off the popups in the XSLT editor? [message #493420 is a reply to message #493198] Mon, 26 October 2009 07:29 Go to previous messageGo to next message
Adam Nielsen is currently offline Adam NielsenFriend
Messages: 15
Registered: July 2009
Junior Member
> The only time you should get these popups is if you use any of the
> following:
>
> < : "

I was getting them on } as well at the time (which was very irritating as I
was typing in LaTeX code in the XSL), but I can't seem to reproduce that now.

> You can control some of this through the XML Editor preferences which
> the XSLT editor inherits. Go to Windows->Preferences->XML->XML
> Files->Editor. You can turn off the Automatically make suggestions, or
> change the options that show the suggestions.

Ah excellent, didn't even think to look in the XML settings. I also found an
option in there to disable automatically closing the comment tags which has
irritated me for a long time so that's great!

Unfortunately unticking "automatically make suggestions" doesn't stop the box
from popping up. It only seems to do it when I type ':' now (so it's
improved) but if you've got any suggestions to stop it even if I type a colon
that'd be great!

> You can still bring up the suggestions by hitting CTRL+Space or
> CMD+Space when necessary.

That'd be ideal.

Thanks for the suggestions!

Cheers,
Adam.
Re: How do you turn off the popups in the XSLT editor? [message #493747 is a reply to message #493420] Tue, 27 October 2009 19:22 Go to previous message
David Carver is currently offline David CarverFriend
Messages: 174
Registered: July 2009
Senior Member
If you can, please open a bug, with exact steps to reproduce, and I'll see if I can replicate the issue. You may get the { } within attributes. Which if you are, then I think I know where the issue might be.

Previous Topic:Dynamic Web Project Renaming Issue
Next Topic:Edited CSS not taking effect
Goto Forum:
  


Current Time: Tue Apr 16 13:52:58 GMT 2024

Powered by FUDForum. Page generated in 0.17682 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top