<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi guys,<br><br>I have been using drools 4 for couple of months now and I am starting to get the hang of it. We recently decided to move to Dools 5 with Eclipse 3.4.2 (Ganymede). <br>We unfortunately hit a major 'show stopper' (for us). In the DSLR editor: Context Assist + space + enter removes/replaces the whole line, not only the place holder.<br><br>In other words:<br><br>DSL:<br>[*][]Log : {msg}=System.out.println("{msg}");<br>[*][]id1="some id label"<br><br>DSLR:<br>rule "MyRule"<br>&nbsp;&nbsp;&nbsp; when<br>&nbsp;&nbsp;&nbsp; then <br>end<br><br>If I Press L , control space --&gt; the line Log:{msg} appears in the context menu. Hit enter I get<br>Log :{msg}<br><br>Now, If want to replace msg by id1. I position the cursor in the {msg}, hit ctrl space, id1 shows in the list. I hit enter the whole line disappear, and I am left with<br>id1<br>instead of<br>Log : id1<br><br>Is this a setting somewhere in eclipse itself?? I doubt it.<br>The same thing use to work as expected in Drools 4.<br><br>thanks.<br>/elextra<br><br><br>                                               </body>
</html>