Skip to content

Commit 0bbbcd3

Browse files
zyvgithub-actions[bot]
authored andcommitted
Ticket #4683: add menu item to toggle right margin
Signed-off-by: Yury V. Zaytsev <[email protected]>
1 parent f234bfd commit 0bbbcd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/editor/editmenu.c

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ create_command_menu (void)
154154
g_list_prepend (entries, menu_entry_new (_ ("Go to matching &bracket"), CK_MatchBracket));
155155
entries = g_list_prepend (entries,
156156
menu_entry_new (_ ("Toggle s&yntax highlighting"), CK_SyntaxOnOff));
157+
entries = g_list_prepend (entries, menu_entry_new (_ ("Togg&le right margin"), CK_ShowMargin));
157158
entries = g_list_prepend (entries, menu_separator_new ());
158159
entries = g_list_prepend (entries, menu_entry_new (_ ("&Find declaration"), CK_Find));
159160
entries = g_list_prepend (entries, menu_entry_new (_ ("Back from &declaration"), CK_FilePrev));

0 commit comments

Comments
 (0)