Unable to find source-code formatter for language: text. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
\,,,/
(o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
plugin activated: tinkerpop.tinkergraph
gremlin> :plugin use tinkerpop.sugar
==>tinkerpop.sugar activated
gremlin> :plugin list
==>tinkerpop.server[active]
==>tinkerpop.gephi
==>tinkerpop.sugar[active]
==>tinkerpop.utilities[active]
==>tinkerpop.tinkergraph[active]
well - my thinking was that we would handle this by convention. both the asciidoc and javadoc explain that names need to be unique and should include a "namespace". by default, as tinkerpop, we have no namespace, hence it is safe for us to be just "neo4j" or "giraph". however, someone building their own neo4j plugin would do "better.neo4j" as their plugin name. i think i even have a issue out there somewhere to enforce namespacing in plugin naming.
what do you think? still want the "full name" idea?