Some more information in the hint helper
diff --git a/public/js/hint.js b/public/js/hint.js
index 5e14283..afa04e1 100644
--- a/public/js/hint.js
+++ b/public/js/hint.js
@@ -89,12 +89,12 @@
 
 var hintArray = {
   "-" : [
-    ["Connexor",   "cnx/"],
-    ["CoreNLP",    "corenlp/"],
-    ["Mate",       "mate/"],
-    ["OpenNLP",    "opennlp/"],
-    ["TreeTagger", "tt/"],
-    ["Xerox Parser", "xip/"]
+    ["Connexor",   "cnx/",     "Constituency, Lemma, Morphology, Part-of-Speech, Syntax"],
+    ["CoreNLP",    "corenlp/", "Named Entities"],
+    ["Mate",       "mate/",     "Lemma, Morphology, Part-of-Speech"],
+    ["OpenNLP",    "opennlp/", "Part-of-Speech"],
+    ["TreeTagger", "tt/",      "Lemma, Part-of-Speech"],
+    ["Xerox Parser", "xip/",   "Constituency, Lemma, Part-of-Speech"]
   ],
   "corenlp/" : [
     ["Named Entity", "ne=" , "Combined"],
diff --git a/public/js/src/hint.js b/public/js/src/hint.js
index 0b696d1..b5c2043 100644
--- a/public/js/src/hint.js
+++ b/public/js/src/hint.js
@@ -11,6 +11,17 @@
 // - Add help option that opens the tutorial, e.g. to the foundry
 // - http://en.wikipedia.org/wiki/JSDoc
 
+// The last entry types (foundry, foundry/layer) is remembered and chosen by default
+
+// Show the context at the top as breadcrumbs
+// Highlight the context in the query (probably)
+// Support backspace for removing the last prefix
+
+/*
+Alternative: Use right arrow for temporary context switch and arrow back
+for temporary context removal
+*/
+
 /**
  * The KorAP namespace for project related scripts
  * @namespace
diff --git a/public/sass/hint.scss b/public/sass/hint.scss
index d67553a..e5cb41b 100644
--- a/public/sass/hint.scss
+++ b/public/sass/hint.scss
@@ -36,6 +36,7 @@
     margin: 0;
     margin-top: -1px;
     text-indent: 0;
+    max-width: 23em;
     display: inline-block;
     background-color: $pagination-bg;
     border: {