@ -4,6 +4,7 @@
#include "directories.h"
#include "menu.h"
#include "config.h"
#include "terminal.h"
int Application::on_command_line(const Glib::RefPtr<Gio::ApplicationCommandLine> &cmd) {
Glib::set_prgname("juci");
@ -6,6 +6,7 @@
#include "project.h"
#include "filesystem.h"
#include "selection_dialog.h"
#include "source_clang.h"
#include "gtksourceview-3.0/gtksourceview/gtksourcemap.h"
Notebook::TabLabel::TabLabel(const boost::filesystem::path &path, std::function<void()> on_close) {
@ -2,7 +2,6 @@
#include <iostream>
#include "gtkmm.h"
#include "source.h"
#include <type_traits>
#include <map>
#include <sigc++/sigc++.h>
@ -11,6 +11,7 @@
#include "debug_lldb.h"
#endif
#include "info.h"
#include "usages_clang.h"
boost::filesystem::path Project::debug_last_stop_file_path;
@ -10,6 +10,7 @@
#include "ctags.h"
Window::Window() {
set_title("juCi++");