Triply-Dev / YASGUI.YASQE-deprecated

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

Strange indentation when combining path with predicate-object list notation #100

Closed wouterbeek closed 4 years ago

wouterbeek commented 7 years ago

Indentation after using (a) compound path notation in combination with (b) predicate-object lists jumps to the last path separator. I was expecting the indentation to be the same as for a path consisting of a single predicate term or variable.

Example:

prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
select * {
  ?s rdf:a/rdf:b/rdf:c ?o ;
                 *HERE*
wouterbeek commented 7 years ago

I now see that this may be a duplicate of #104

LaurensRietveld commented 4 years ago

This is fixed in the latest release (see https://github.com/TriplyDB/Yasgui and https://yasgui.triply.cc)