!!BUG!! JSP code editor coloring syntax
The color syntax gets out of wack.
Copy the following code to a new jsp file and you will see in the script block.
In the if statement where the "<" sign is jdev starts coloring as if it were the begining of a html tag. which it isn't.
Just thought I would let people know about it so people could fix it.
<html>
<head>
<script>
function cartTransition(top, left) {
if(top < toTop) {
}
}
</script>
</head>
<body>
<h1>Hello</h1>
</body>
</html>