Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Some KB shortcuts break syntax highlighting in JS
Some KB shortcuts break syntax highlighting in JS [message #168948] Wed, 10 May 2006 18:52 Go to next message
Osman Ullah is currently offline Osman UllahFriend
Messages: 11
Registered: July 2009
Junior Member
This has been a bug for a while now and I thought it would have been
fixed, but since it hasn't I thought maybe I would report it. :)

Some keyboard shortcuts (the one I know about is ctrl-d) seem to break
the syntax highlighting in the Javascript editor. The syntax
highlighting will be highlighting the characters as if it were the
deleted line, not the line that is now there instead.

Like this example

//some test code heree
function foo(){
window.alert('bar');
}

In this example, if you hit ctrl-d while you are on the comment line,
the function line will now be the color of the comment line.

Osman
Re: Some KB shortcuts break syntax highlighting in JS [message #168999 is a reply to message #168948] Thu, 11 May 2006 02:36 Go to previous message
David Williams is currently offline David WilliamsFriend
Messages: 722
Registered: July 2009
Senior Member
On Wed, 10 May 2006 14:52:03 -0400, Osman Ullah <osmanullah1@aol.com>
wrote:


>
> In this example, if you hit ctrl-d while you are on the comment line,
> the function line will now be the color of the comment line.
>

I didn't know this ... would make a good bug report.
Previous Topic:parsing a jst to a dom tree
Next Topic:Several build of wtp 1.0.2?
Goto Forum:
  


Current Time: Fri Apr 19 20:14:31 GMT 2024

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

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

Back to the top