[jboss-jira] [JBoss JIRA] Updated: (JBRULES-2343) Context assist in DSLR Editor
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Thu Jul 22 17:52:42 EDT 2010
[ https://jira.jboss.org/browse/JBRULES-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Proctor updated JBRULES-2343:
----------------------------------
Fix Version/s: 5.2.0.M1
(was: 4.0.8)
These issues where all marked for 4.0.8, we no longer maintain the 4.0.x branch in the community. I'm moving them to 5.2.0.M2, so they can be checked that they no longer cause a problem there, and fixed if they do. If you require these fixed at the 4.0.x branch level, then please contact sales at jboss.com for subscription based support.
> Context assist in DSLR Editor
> -----------------------------
>
> Key: JBRULES-2343
> URL: https://jira.jboss.org/browse/JBRULES-2343
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.0.1.FINAL
> Environment: Eclipse 3.4 Ganymede
> Reporter: Hamza Bakkali
> Assignee: Mark Proctor
> Fix For: 5.2.0.M1
>
>
> 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).
> 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.
> In other words:
> DSL:
> [*][]Log : {msg}=System.out.println("{msg}");
> [*][]id1="some id label"
> DSLR:
> rule "MyRule"
> when
> then
> end
> If I Press L , control space --> the line Log:{msg} appears in the context menu. Hit enter I get
> Log :{msg}
> 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
> id1
> instead of
> Log : id1
> Is this a setting somewhere in eclipse itself?? I doubt it.
> The same thing use to work as expected in Drools 4.
> thanks.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list