solettaproject / soletta-dev-app

Soletta Development Application
Apache License 2.0
7 stars 13 forks source link

WIP: Autocomplete suggestions in Editor #120

Closed preetham closed 8 years ago

preetham commented 8 years ago

These series of commits implement autocomplete suggestions while typing in the editor.

brunobottazzini commented 8 years ago

The overall of the patch is totally good! It works as it should be.

As we have talked over IRC it would be perfect if we have some changes in our code.

1- Changing the shortcut names to be easier to be understood

Example: We could replace these: gpioread and gpiowrit to GPIO Reader and GPIO Writer

Something more readable for human eyes.

Also, we could change the color of the font to be white or something clearer.

The Screenshot: screenshot from 2016-06-13 14-52-04

2- Also, we could put the descriptions of the nodetypes in the white box in the right. This would teach the programmer what the nodetypes do.