Triply-Dev / YASGUI.YASQE-deprecated

Deprecated, see https://github.com/TriplyDB/Yasgui for the Yasgui monorepo
MIT License
73 stars 36 forks source link

suggestion: mark warning for prefixes not yet defined #66

Closed alanruttenberg closed 8 years ago

alanruttenberg commented 9 years ago

Generally you get this error 1 step later when you submit the query, but it could be detected earlier.

LaurensRietveld commented 9 years ago

I'll see whether this is possible without too much of a performance hit

LaurensRietveld commented 8 years ago

a bit overdue, but now added to the latest yasqe version (see yasqe.yasgui.org for demo)

LaurensRietveld commented 8 years ago

forgot to add one comment: because of the incremental tokenization, the current implementation is not bullet-proof. False-negatives are possible (e.g. when commenting or removing a prefix). False-positives aren't though. Guess this should suffice though