Differences

This shows you the differences between two versions of the page.

Link to this comparison view

snippets:julia:start [2021/06/21 22:45] – created julia snippets getzzesnippets:julia:start [2021/06/21 22:48] (current) – mention REPL unicode getzze
Line 2: Line 2:
  
 You have to modify your snippets file, e.g. in ''~/.config/geany/snippets.conf''. You have to modify your snippets file, e.g. in ''~/.config/geany/snippets.conf''.
-You need to modify 'wordchars' in ''[Special]'' for the following snippets to work:+ 
 +You need to modify 'wordchars' in ''[Special]'' for the REPL unicode snippets to work:
  
 <code properties> <code properties>
Line 8: Line 9:
 </code> </code>
  
-This allows entering snippets with the '^' and '\' characters. Some snippets require also '+', '-', or other non-word characters. +This allows entering snippets with the '^' and '\' characters for REPL unicode typing. Some snippets require also '+', '-', or other non-word characters. 
 You can add them to 'wordchars', but then these characters will be considered as part of words, which can cause other problems. You can add them to 'wordchars', but then these characters will be considered as part of words, which can cause other problems.
  
Print/export