Hi Matthew, With 2.0.0 version, I see ADD written on my linux command prompt whenever I use Content Assist for Code Templates. The number of ADD written on terminal depends on the number of propsals returned by content assist. For example when I type case and press Ctrl+space, I see ADD three times on command prompt which is the number of default code template propsals for case (i.e, case, casex and casez). Thanks and Regards, Sagar Jogur
Hi Mathew, Is there a way to bundle the Code Templates into a .epf file (via Export) and save them into our worksapce. This way the Code templates could be picked from the same .epf for different projects as long as we are in same worksapce. Thanks and Regards, Sagar Jogur
Hello, I would like to know what exactly the Template Paths section in SystemVerilog Project Properties window does. Can the templates in the above path be in xml format. Also by adding a path as above, would it generate Code Templates in window>preferences>SVEditor>code templates section. Currently I don't see anything changing in window>preferences>SVEditor>code templates section after adding Template Paths in SystemVerilog Project Properties. Thanks and Regards, Sagar
Hi Matthew, Any update on the issue?
The issue is seen on 1.9.1 version of SVEditor. Following https://sourceforge.net/p/sveditor/feature-requests/85/, I tried using check_output as id for the template in the xml file and imported the xml file . I still could not get the pattern associated with check_output template when I typed check_output and Ctrl+space. On the other hand I was able to see check_output listed among many other in-built templates starting with c (like cazex, casez etc) after I typed c and ctrl+space twice. And further...
Custom Code Template with comment patterns