569 """ In order to add template entries, at least one group""" |
569 """ In order to add template entries, at least one group""" |
570 """ has to be defined.</p>""" |
570 """ has to be defined.</p>""" |
571 """<p><b>Template entries</b> are the actual templates.""" |
571 """<p><b>Template entries</b> are the actual templates.""" |
572 """ They are grouped by the template groups. Help about""" |
572 """ They are grouped by the template groups. Help about""" |
573 """ how to define them is available in the template edit""" |
573 """ how to define them is available in the template edit""" |
574 """ dialog. There is an example template available in the""" |
574 """ dialog.</p>""")) |
575 """ Examples subdirectory of the eric5 distribution.</p>""")) |
|
576 |
575 |
577 def __getPredefinedVars(self): |
576 def __getPredefinedVars(self): |
578 """ |
577 """ |
579 Private method to return predefined variables. |
578 Private method to return predefined variables. |
580 |
579 |