Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Reload file #287

Merged
merged 3 commits into from
Oct 5, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed the std::cout<< path debug line
  • Loading branch information
insunaa committed Sep 9, 2016
commit 2fbf2753d86dc3c985b35b119150484b8c4af4ac
1 change: 0 additions & 1 deletion src/window.cc
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ void Window::set_menu_actions() {

menu.add_action("reload_file", [this]() {
auto path = Notebook::get().get_current_view()->file_path;
std::cout<<"Path: "<<path<<std::endl;
Notebook::get().close_current();
Notebook::get().open(path);
});
Expand Down