Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xtext-dev] xtext-dev Digest, Vol 71, Issue 1

Hi Kevin,

I have shared this in the forum also.

Regards,
Pranay

On Sat, Jan 16, 2016 at 1:00 AM, <xtext-dev-request@xxxxxxxxxxx> wrote:
Send xtext-dev mailing list submissions to
        xtext-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/xtext-dev
or, via email, send a message with subject or body 'help' to
        xtext-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
        xtext-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of xtext-dev digest..."


Today's Topics:

   1. Regarding Content Assist in Xtext (Pranay Roy)
   2. Re: Regarding Content Assist in Xtext
      (Sven Efftinge (sven@xxxxxxxxxxx))


----------------------------------------------------------------------

Message: 1
Date: Fri, 15 Jan 2016 15:04:05 +0800
From: Pranay Roy <pranayroy01@xxxxxxxxx>
To: xtext-dev@xxxxxxxxxxx
Subject: [xtext-dev] Regarding Content Assist in Xtext
Message-ID:
        <CAG1uVPJAP2gPgoyzYPachWkXvjwrkSoOVGF_jnkqJt4b9mKpdg@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Hi all,

I have started exploring Xtext .The web editor is the particular interest
to me . I want to understand on adding custom behaviour on the top of what
is already provided.

For example,

   - How can I trigger content assist on completion of prefix(two letters)
   of a word instead of "Control + Space" or   suggesting inputs right after
   spacebar after a word ends.
   - How can I get a list from the database and present in the web UI
   editor. For example , if the next word is of the type "Employee" . I want
   to fetch this using a query to the database with all the employee names.


I would appreciate any help on this :).


Thanks and Regards,
Pranay Roy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/xtext-dev/attachments/20160115/a030088c/attachment.html>

------------------------------

Message: 2
Date: Fri, 15 Jan 2016 08:57:49 +0100
From: "Sven Efftinge (sven@xxxxxxxxxxx)" <sven@xxxxxxxxxxx>
To: Xtext dev list <xtext-dev@xxxxxxxxxxx>
Subject: Re: [xtext-dev] Regarding Content Assist in Xtext
Message-ID:
        <CAP2riaPj+jm1YQ0sRcar-TNoBhJCqwDmFn1gY8=t4jvBnKSyrg@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Hi Pranay,

this is the developers list. Please repost your question in the users forum
[1] or on stackoverflow.

[1] - https://www.eclipse.org/forums/index.php?t=thread&frm_id=27&

Kind Regards,
Sven

2016-01-15 8:04 GMT+01:00 Pranay Roy <pranayroy01@xxxxxxxxx>:

> Hi all,
>
> I have started exploring Xtext .The web editor is the particular interest
> to me . I want to understand on adding custom behaviour on the top of what
> is already provided.
>
> For example,
>
>    - How can I trigger content assist on completion of prefix(two
>    letters) of a word instead of "Control + Space" or   suggesting inputs
>    right after spacebar after a word ends.
>    - How can I get a list from the database and present in the web UI
>    editor. For example , if the next word is of the type "Employee" . I want
>    to fetch this using a query to the database with all the employee names.
>
>
> I would appreciate any help on this :).
>
>
> Thanks and Regards,
> Pranay Roy
>
> _______________________________________________
> xtext-dev mailing list
> xtext-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/xtext-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/xtext-dev/attachments/20160115/7dcf8109/attachment.html>

------------------------------

_______________________________________________
xtext-dev mailing list
xtext-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/xtext-dev

End of xtext-dev Digest, Vol 71, Issue 1
****************************************



--
Regards,
Pranay Roy

Back to the top