Hey,

I notice that if I utilize content assist to auto-complete a slot name
and type relatively fast, I end up with an incorrect slot name.

For example, while attempting to type the following pattern:

(allocation-entity (source ocr))

If I type '(allocation (' and then pause for the content assist popup to
appear, then type 'souRETURN' quickly to invoke content assist to
auto-complete the 'source' slot name I get '(sourceou)' with the cursor
between the 'e' and the 'o'.

Here is my deftemplate for the allocation entity fact:

(deftemplate allocation-entity (slot page (default 0))(slot row (default
0))
    (slot source)(slot score)(slot type)(slot firstName)(slot
middleInitial)
    (slot lastName)(slot suffixName)(slot ssn)(slot caseNo)(slot county)
    (slot particid)(slot docketState)(slot docketNumber)(slot
docketCounty))

I'm not sure if this should work or not, I may be abusing the Eclipse
content-assist paradigm (i.e. type a partial word and hit RETURN to
invoke content assist).

-Mitch

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to