We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f234bfd commit 0bbbcd3Copy full SHA for 0bbbcd3
src/editor/editmenu.c
@@ -154,6 +154,7 @@ create_command_menu (void)
154
g_list_prepend (entries, menu_entry_new (_ ("Go to matching &bracket"), CK_MatchBracket));
155
entries = g_list_prepend (entries,
156
menu_entry_new (_ ("Toggle s&yntax highlighting"), CK_SyntaxOnOff));
157
+ entries = g_list_prepend (entries, menu_entry_new (_ ("Togg&le right margin"), CK_ShowMargin));
158
entries = g_list_prepend (entries, menu_separator_new ());
159
entries = g_list_prepend (entries, menu_entry_new (_ ("&Find declaration"), CK_Find));
160
entries = g_list_prepend (entries, menu_entry_new (_ ("Back from &declaration"), CK_FilePrev));
0 commit comments