Replace text_editor and bring back ctrl + f, fix circle rendering pos
This commit is contained in:
@@ -128,7 +128,7 @@ int CompileTextEditor() {
|
||||
AddCommonFlags(&cmd);
|
||||
For2(lib, libs) For(lib.defines) cmd.add(it);
|
||||
|
||||
cmd.add("../src/text_editor/new_text_editor.cpp");
|
||||
cmd.add("../src/text_editor/text_editor.cpp");
|
||||
cmd.add("../src/basic/win32.cpp");
|
||||
|
||||
For2(lib, libs) For(lib.include_paths) cmd.add(Fmt("-I %.*s", S8_Expand(it)));
|
||||
|
||||
Reference in New Issue
Block a user