syndesisio / syndesis-react

[FORK] A flexible, customizable, open source platform that provides core integration capabilities as a service.
Apache License 2.0
3 stars 19 forks source link

TTOOLS-598 SQL editor highlighting and autocomplete #455

Closed mdrillin closed 5 years ago

mdrillin commented 5 years ago

Would just like comments on these changes.
The intention is to enable SQL highlighting for the codemirror component, and enable auto-complete hints. The hightlighting is working ok, but auto-complete hints seem to be hidden, at least in dev environment.

riccardo-forina commented 5 years ago

PR Storybook available here

riccardo-forina commented 5 years ago

PR Storybook available here

gashcrumb commented 5 years ago

Ah, this will need a rebase, @riccardo-forina did some much needed refactoring of the text editor component to sort out some problems.

riccardo-forina commented 5 years ago

PR Storybook available here

rareddy commented 5 years ago

@riccardo-forina I think still the following import is missing from refactoring.

import 'codemirror/addon/hint/show-hint.css';

riccardo-forina commented 5 years ago

Sure, just open a new PR with that add!