|
|
|
@ -21,29 +21,29 @@ const Glib::ustring menu_xml= R"RAW(<interface> |
|
|
|
<attribute name='action'>app.edit_paste</attribute> |
|
|
|
<attribute name='action'>app.edit_paste</attribute> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
</section> |
|
|
|
</section> |
|
|
|
<section> |
|
|
|
|
|
|
|
<item> |
|
|
|
|
|
|
|
<attribute name='label' translatable='yes'>_Reload _File</attribute> |
|
|
|
|
|
|
|
<attribute name='action'>app.reload_file</attribute> |
|
|
|
|
|
|
|
</item> |
|
|
|
|
|
|
|
</section> |
|
|
|
|
|
|
|
<section> |
|
|
|
<section> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<attribute name='label' translatable='yes'>_Go _to _Declaration</attribute> |
|
|
|
<attribute name='label' translatable='yes'>_Go _to _Declaration</attribute> |
|
|
|
<attribute name='action'>app.source_goto_declaration</attribute> |
|
|
|
<attribute name='action'>app.source_goto_declaration</attribute> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<attribute name='label' translatable='yes'>_Go _to _Method</attribute> |
|
|
|
<attribute name='label' translatable='yes'>_Go _to _Implementation</attribute> |
|
|
|
<attribute name='action'>app.source_goto_method</attribute> |
|
|
|
<attribute name='action'>app.source_goto_implementation</attribute> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<attribute name='label' translatable='yes'>_Go _to _Usage</attribute> |
|
|
|
<attribute name='label' translatable='yes'>_Go _to _Usage</attribute> |
|
|
|
<attribute name='action'>app.source_goto_usage</attribute> |
|
|
|
<attribute name='action'>app.source_goto_usage</attribute> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
|
|
|
|
<item> |
|
|
|
|
|
|
|
<attribute name='label' translatable='yes'>_Go _to _Method</attribute> |
|
|
|
|
|
|
|
<attribute name='action'>app.source_goto_method</attribute> |
|
|
|
|
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<attribute name='label' translatable='yes'>_Rename</attribute> |
|
|
|
<attribute name='label' translatable='yes'>_Rename</attribute> |
|
|
|
<attribute name='action'>app.source_rename</attribute> |
|
|
|
<attribute name='action'>app.source_rename</attribute> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
|
|
|
|
</section> |
|
|
|
|
|
|
|
<section> |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<attribute name='label' translatable='yes'>_Toggle _Line _Comment</attribute> |
|
|
|
<attribute name='label' translatable='yes'>_Toggle _Line _Comment</attribute> |
|
|
|
<attribute name='action'>app.source_comments_toggle</attribute> |
|
|
|
<attribute name='action'>app.source_comments_toggle</attribute> |
|
|
|
|