{"id":16213928,"url":"https://github.com/alfredbaudisch/cimgui_colortextedit","last_synced_at":"2026-04-26T22:31:52.935Z","repository":{"id":232870152,"uuid":"785378420","full_name":"alfredbaudisch/cimgui_colortextedit","owner":"alfredbaudisch","description":"C interface for ImGuiColorTextEdit, a syntax highlighting text editor for ImGui, on top of cimgui","archived":false,"fork":false,"pushed_at":"2025-07-27T14:51:08.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-08T11:32:39.320Z","etag":null,"topics":["c","cpp","dear-imgui","immediate-gui","syntax-highlighting","text-editor"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alfredbaudisch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-11T19:14:43.000Z","updated_at":"2025-07-27T14:51:12.000Z","dependencies_parsed_at":"2024-04-12T00:21:04.091Z","dependency_job_id":"9e4ee68b-a21f-4cd1-85fa-50ec58c70334","html_url":"https://github.com/alfredbaudisch/cimgui_colortextedit","commit_stats":null,"previous_names":["alfredbaudisch/cimgui_colortextedit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alfredbaudisch/cimgui_colortextedit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfredbaudisch%2Fcimgui_colortextedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfredbaudisch%2Fcimgui_colortextedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfredbaudisch%2Fcimgui_colortextedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfredbaudisch%2Fcimgui_colortextedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alfredbaudisch","download_url":"https://codeload.github.com/alfredbaudisch/cimgui_colortextedit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfredbaudisch%2Fcimgui_colortextedit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cpp","dear-imgui","immediate-gui","syntax-highlighting","text-editor"],"created_at":"2024-10-10T11:09:07.497Z","updated_at":"2026-04-26T22:31:52.928Z","avatar_url":"https://github.com/alfredbaudisch.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImGuiColorTextEdit C Interface\nC interface for [ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit), a syntax highlighting text editor for ImGui, on top of [cimgui](https://github.com/cimgui/cimgui).\n\n![image](https://github.com/alfredbaudisch/cimgui_colortextedit/assets/248383/7d83bbc5-527a-443b-ae2f-a9ff66c33b71)\n\nAlternative project, auto-generated bindings: https://github.com/cimgui/cimCTE\n\n## Usage\n\n```c\n#include \"cimcolortextedit.h\"\n\nTextEditor *editor = ImColorTextEdit_TextEditor();\nImColorTextEdit_TextEditor_SetText(editor, \"Some text\\r\\nSome other text\\r\\n{\\\"some_json\\\": true}\\r\\n// Code comment\");\n\n// In the render loop...\nImColorTextEdit_TextEditor_Render(editor, \"TextEditor\");\n```\n\n## Building\n```\nmake static\n```\n\nor\n\n```\ncmake -S . -B build\ncmake --build build --config Release\n```\n\n### Example linking to project\nAfter building the library as per instructions above, link to project with:\n\n```\nCIMGUI_PATH = C:/Dev/middleware/clibs/cimgui\nCIMGUI_TEXT_EDIT_PATH = C:/Dev/middleware/clibs/cimcolortextedit\n\n#...\nINCLUDE_PATHS += -I$(CIMGUI_PATH) -I$(CIMGUI_TEXT_EDIT_PATH)\n\n#...\nLDFLAGS = -L. -L$(CIMGUI_TEXT_EDIT_PATH)\n\n#...\nLDLIBS = -lcimgui -lstdc++\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfredbaudisch%2Fcimgui_colortextedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falfredbaudisch%2Fcimgui_colortextedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfredbaudisch%2Fcimgui_colortextedit/lists"}