File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2030,6 +2030,8 @@ if (editor_open) {
20302030 if (ImGui::MenuItem (" Toggle Line Numbers" , nullptr , (bool *)&settings_.show_line_numbers )) settings_.show_line_numbers = !settings_.show_line_numbers ;
20312031 if (ImGui::MenuItem (" Toggle Minimap" , nullptr , (bool *)&settings_.show_minimap )) settings_.show_minimap = !settings_.show_minimap ;
20322032 if (ImGui::MenuItem (" Toggle Code Folding" , nullptr , (bool *)&settings_.show_code_folding )) settings_.show_code_folding = !settings_.show_code_folding ;
2033+ if (ImGui::MenuItem (" Toggle Bookmark Margin" , nullptr , (bool *)&settings_.show_bookmark_margin )) settings_.show_bookmark_margin = !settings_.show_bookmark_margin ;
2034+ if (ImGui::MenuItem (" Toggle Change History" , nullptr , (bool *)&settings_.show_change_history )) settings_.show_change_history = !settings_.show_change_history ;
20332035 ImGui::EndPopup ();
20342036 }
20352037
You can’t perform that action at this time.
0 commit comments