Hide Forgot
Date of First Response: 2009-09-10 00:48:26 securitylevel_name: Public When using the Code completion in an DSL-File-Editor in the when-part the completion does not work properly anymore. It only shows up if you hit ALT-Space and have no character entered, so you can see the full list of "commands". But it's not possible to restrict that list using the beginning of a phrase. In the then-part everything works find. And it already worked in "when" using Drools 4.0.7 with Eclipse 3.3.
Link: Added: This issue is related to JBRULES-1959
Fix in place.
For documenting this in the Release Notes, can you please confirm the following and fill in the missing information. Dot point explanations are fine: The CAUSE (what was actually broken) * Eclipse's code-completion functionality was broken. CONSEQUENCES of the bug (how it impacts users.) * If a user was entering the "when" portion of a DSL script, the syntax would not be automatically completed. The FIX (what was changed to eliminate this bug) and * RESULTS of the fix (what now happens for users.) * The error no longer occurs???
We are still awaiting the outstanding information for the Release Notes on this one. Please provide it as soon as possible. Thanks.
The CAUSE (what was actually broken) * Eclipse's code-completion functionality was broken for partial DSL sentences CONSEQUENCES of the bug (how it impacts users.) * If a user was entering the "when" portion of a DSL script, the syntax would not be automatically completed. The FIX (what was changed to eliminate this bug) and * The already entered text has been taken into account as well RESULTS of the fix (what now happens for users.) * Code completion for partial sentences now also works