Some KB shortcuts break syntax highlighting in JS [message #168948] |
Wed, 10 May 2006 14:52  |
Eclipse User |
|
|
|
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
|
|
|
|
Powered by
FUDForum. Page generated in 1.24661 seconds