AKSW / Xturtle

An eclipse editor for turtle files (RDF serialisation) based on Xtext2
http://aksw.org/Projects/Xturtle
23 stars 9 forks source link

default config enhancement: skos:definition #29

Closed seebi closed 11 years ago

seebi commented 11 years ago

please add skos:definition on top of the description properties

seebi commented 11 years ago

I've updated my installation but this additional uri does not appear (also not in new projects)

nittka commented 11 years ago

Did you execute "restore defaults" in the corresponding preference page?

seebi commented 11 years ago

no. I thought, starting a very new project will use the new defaults.

ok, now I see the new property. thank you.

btw. there is no order of the properties right?

nittka commented 11 years ago

Preferences are global (they are not project settings). I am not sure about the order at the moment. If the order of the entries should play a role, describe in more detail "how".

For code completion, the order should not play any role (alphabetical order is more transparent to the user).

seebi commented 11 years ago

how: the order of the description properties is important when you have more than one triple, e.g. you have an rdfs:comment and a skos:note. The skos:note is more relevant for the rich-hover than the comment, but if there is only a comment, the comment is ok as well. Nethertheless this is a nice-to-have feature, not extremely important. I will file it as a new one.

nittka commented 11 years ago

I think, for the hover, I currently use all available descriptions, not only the first one