Skip to main content



      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 14:52 Go to next message
Eclipse UserFriend
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] Wed, 10 May 2006 22:36 Go to previous message
Eclipse UserFriend
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: Wed Jul 23 14:10:04 EDT 2025

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

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

Back to the top