src/Tools/VSCode/src/protocol.scala
changeset 66139 6a8f8be2741c
parent 66138 f7ef4c50b747
child 66140 cdb6c10122b6
equal deleted inserted replaced
66138:f7ef4c50b747 66139:6a8f8be2741c
   355 
   355 
   356 
   356 
   357   /* spell checker */
   357   /* spell checker */
   358 
   358 
   359   object Include_Word extends Notification0("PIDE/include_word")
   359   object Include_Word extends Notification0("PIDE/include_word")
       
   360   {
       
   361     val command = Command("Include word", "isabelle.include-word")
       
   362   }
       
   363 
   360   object Include_Word_Permanently extends Notification0("PIDE/include_word_permanently")
   364   object Include_Word_Permanently extends Notification0("PIDE/include_word_permanently")
       
   365   {
       
   366     val command = Command("Include word permanently", "isabelle.include-word-permanently")
       
   367   }
       
   368 
   361   object Exclude_Word extends Notification0("PIDE/exclude_word")
   369   object Exclude_Word extends Notification0("PIDE/exclude_word")
       
   370   {
       
   371     val command = Command("Exclude word", "isabelle.exclude-word")
       
   372   }
       
   373 
   362   object Exclude_Word_Permanently extends Notification0("PIDE/exclude_word_permanently")
   374   object Exclude_Word_Permanently extends Notification0("PIDE/exclude_word_permanently")
       
   375   {
       
   376     val command = Command("Exclude word permanently", "isabelle.exclude-word-permanently")
       
   377   }
       
   378 
   363   object Reset_Words extends Notification0("PIDE/reset_words")
   379   object Reset_Words extends Notification0("PIDE/reset_words")
       
   380   {
       
   381     val command = Command("Reset non-permanent words", "isabelle.reset-words")
       
   382   }
   364 
   383 
   365 
   384 
   366   /* hover request */
   385   /* hover request */
   367 
   386 
   368   object Hover extends RequestTextDocumentPosition("textDocument/hover")
   387   object Hover extends RequestTextDocumentPosition("textDocument/hover")