Thread overview
Completion menu in Dexed
Nov 03, 2021
pascal111
Nov 05, 2021
Basile B.
Nov 05, 2021
Basile B.
November 03, 2021

Today, I installed Dexed editor, but I found that the completion menu doesn't have the keywords like "dup, sizeof, lenght ..." when I typed "." after variable name like next image:

[img]https://i.postimg.cc/nrbZDybc/Screenshot-from-2021-11-03-17-18-23.png[/img]

November 05, 2021

On Wednesday, 3 November 2021 at 15:22:45 UTC, pascal111 wrote:

>

Today, I installed Dexed editor, but I found that the completion menu doesn't have the keywords like "dup, sizeof, lenght ..." when I typed "." after variable name like next image:

[img]https://i.postimg.cc/nrbZDybc/Screenshot-from-2021-11-03-17-18-23.png[/img]

This is clear a sign that DCD is not setup. Check Help>About dialog. you'll get a red signs for missing tools.

$ which dcd-server

and

$ which dcd-client

Should both returns a valid file name.

November 05, 2021

On Friday, 5 November 2021 at 00:57:03 UTC, Basile B. wrote:

>

This is clear a sign that DCD is not setup. Check Help>About dialog. you'll get a red signs for missing tools.

$ which dcd-server

and

$ which dcd-client

Should both returns a valid file name.

BTW check #dexed-ide on oftc for better support. Small stuff like that are usually solved faster in live.