nonsense
parent
c9b62381ed
commit
27f6e3a040
|
@ -130,10 +130,10 @@ HOOK_SIG(my_start){
|
||||||
change_theme(app, literal("4coder"));
|
change_theme(app, literal("4coder"));
|
||||||
change_font(app, literal("Liberation Sans"), true);
|
change_font(app, literal("Liberation Sans"), true);
|
||||||
|
|
||||||
//exec_command(app, open_panel_vsplit);
|
exec_command(app, open_panel_vsplit);
|
||||||
|
exec_command(app, hide_scrollbar);
|
||||||
|
exec_command(app, change_active_panel);
|
||||||
exec_command(app, hide_scrollbar);
|
exec_command(app, hide_scrollbar);
|
||||||
//exec_command(app, change_active_panel);
|
|
||||||
//exec_command(app, hide_scrollbar);
|
|
||||||
|
|
||||||
// Theme options:
|
// Theme options:
|
||||||
// "4coder"
|
// "4coder"
|
||||||
|
|
2
build.c
2
build.c
|
@ -686,7 +686,7 @@ do_buildsuper(char *cdir){
|
||||||
#if defined(IS_WINDOWS)
|
#if defined(IS_WINDOWS)
|
||||||
//buildsuper(cdir, BUILD_DIR, "../code/internal_4coder_tests.cpp");
|
//buildsuper(cdir, BUILD_DIR, "../code/internal_4coder_tests.cpp");
|
||||||
#else
|
#else
|
||||||
buildsuper(cdir, BUILD_DIR, "../code/power/4coder_experiments.cpp");
|
//buildsuper(cdir, BUILD_DIR, "../code/power/4coder_experiments.cpp");
|
||||||
#endif
|
#endif
|
||||||
//buildsuper(cdir, BUILD_DIR, "../code/power/4coder_casey.cpp");
|
//buildsuper(cdir, BUILD_DIR, "../code/power/4coder_casey.cpp");
|
||||||
//buildsuper(cdir, BUILD_DIR, "../4vim/4coder_chronal.cpp");
|
//buildsuper(cdir, BUILD_DIR, "../4vim/4coder_chronal.cpp");
|
||||||
|
|
Loading…
Reference in New Issue