filling out docs for the site, fixing up the stb-dark color theme
parent
b3e55cfbc2
commit
42265ce123
|
@ -1,6 +1,6 @@
|
||||||
4coder-alpha License
|
4coder-alpha License
|
||||||
|
|
||||||
The Software ("4coder", "4ed.exe") is Copyright 2015 by Four Tech LLC, all
|
The Software ("4coder", "4ed.exe") is Copyright 2017 by Four Tech LLC, all
|
||||||
rights are reserved. Anyone who has purchased a copy of the Software,
|
rights are reserved. Anyone who has purchased a copy of the Software,
|
||||||
("The User"), is granted a personal, non-assignable, non-transferable,
|
("The User"), is granted a personal, non-assignable, non-transferable,
|
||||||
license to use the Software for personal or commercial uses.
|
license to use the Software for personal or commercial uses.
|
||||||
|
|
|
@ -507,8 +507,8 @@ standard_build(char *cdir, u32 flags){
|
||||||
fsm_generator(cdir);
|
fsm_generator(cdir);
|
||||||
metagen(cdir);
|
metagen(cdir);
|
||||||
//do_buildsuper(cdir, Custom_Default, flags);
|
//do_buildsuper(cdir, Custom_Default, flags);
|
||||||
//do_buildsuper(cdir, Custom_Experiments, flags);
|
do_buildsuper(cdir, Custom_Experiments, flags);
|
||||||
do_buildsuper(cdir, Custom_Casey, flags);
|
//do_buildsuper(cdir, Custom_Casey, flags);
|
||||||
//do_buildsuper(cdir, Custom_ChronalVim, flags);
|
//do_buildsuper(cdir, Custom_ChronalVim, flags);
|
||||||
build_main(cdir, flags);
|
build_main(cdir, flags);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1371,9 +1371,9 @@ get_bindings(void *data, int32_t size){
|
||||||
Bind_Helper context_ = begin_bind_helper(data, size);
|
Bind_Helper context_ = begin_bind_helper(data, size);
|
||||||
Bind_Helper *context = &context_;
|
Bind_Helper *context = &context_;
|
||||||
|
|
||||||
set_hook(context, hook_start, default_start);
|
|
||||||
set_hook(context, hook_view_size_change, default_view_adjust);
|
set_hook(context, hook_view_size_change, default_view_adjust);
|
||||||
|
|
||||||
|
set_start_hook(context, default_start);
|
||||||
set_open_file_hook(context, default_file_settings);
|
set_open_file_hook(context, default_file_settings);
|
||||||
set_new_file_hook(context, default_new_file);
|
set_new_file_hook(context, default_new_file);
|
||||||
set_save_file_hook(context, default_file_save);
|
set_save_file_hook(context, default_file_save);
|
||||||
|
|
|
@ -23,7 +23,7 @@ Bool_Constant = Str_Constant;
|
||||||
Include = Str_Constant;
|
Include = Str_Constant;
|
||||||
Preproc = Default;
|
Preproc = Default;
|
||||||
Special_Character = 0xFFFF0000;
|
Special_Character = 0xFFFF0000;
|
||||||
Ghost_Character = 0xFF181818;
|
Ghost_Character = 0xFF6D6D6D;
|
||||||
|
|
||||||
Paste = 0xFF00FFFF;
|
Paste = 0xFF00FFFF;
|
||||||
Undo = 0xFFFF00FF;
|
Undo = 0xFFFF00FF;
|
||||||
|
|
Loading…
Reference in New Issue