{"id":31149460,"url":"https://github.com/sprinfall/jil","last_synced_at":"2025-09-18T17:52:28.239Z","repository":{"id":19655858,"uuid":"22908727","full_name":"sprinfall/jil","owner":"sprinfall","description":"A text editor for C++ study purpose.","archived":false,"fork":false,"pushed_at":"2022-02-11T16:24:22.000Z","size":6325,"stargazers_count":15,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-21T02:31:21.638Z","etag":null,"topics":["c-plus-plus","cmake","editor","text-editor","wxwidgets","wxwidgets-applications"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sprinfall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-13T08:38:22.000Z","updated_at":"2024-03-14T22:37:15.000Z","dependencies_parsed_at":"2022-08-24T02:50:49.679Z","dependency_job_id":null,"html_url":"https://github.com/sprinfall/jil","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sprinfall/jil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sprinfall%2Fjil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sprinfall%2Fjil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sprinfall%2Fjil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sprinfall%2Fjil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sprinfall","download_url":"https://codeload.github.com/sprinfall/jil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sprinfall%2Fjil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275806095,"owners_count":25531917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-plus-plus","cmake","editor","text-editor","wxwidgets","wxwidgets-applications"],"created_at":"2025-09-18T17:52:26.720Z","updated_at":"2025-09-18T17:52:28.233Z","avatar_url":"https://github.com/sprinfall.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jil Text\n\n**NOTE: This project is only for study purpose and it's dead. I will not push any update. Sorry!**\n\nYet another text editor developed with C++ and wxWidgets.\n\n![alt main_window](doc/screenshots/main.png)\n\n## Advantages\n\n* Cross platform (Windows, Linux and Mac).\n* Intuitive and beautiful interface.\n* Low memory usage, super fast.\n* GUI based configuration: support both global and file type specific options.\n* Extensible indent functions using Lua script.\n\n## Disadvantages\n\n* No plugin support.\n* No resources, no documentation.\n\n## Build Instructions\n\nThe build system of Jil Text is based on CMake, with which you can generate Visual Studio solution, XCode project or Unix makefiles.\n\n### Linux (Ubuntu)\n\n**CMake**\n\n```\n$ sudo apt install cmake cmake-qt-gui\n```\nThe GUI version \"cmake-qt-gui\" is optional.\n\n**C++ Boost Library**\n```\n$ sudo apt install libboost-dev\n```\n\n**wxWidgets**\n\nInstall with apt:\n```\n$ sudo apt install libwxgtk3.0-dev\n```\nOr download the source code and build it yourself:\n```\n$ ./configure --with-gtk=3 --disable-shared\n$ make\n$ sudo make install\n```\n\n**Generate Makefiles**\n\nSuppose the source code is cloned to ~/jil, create a build directory next to it:\n```\n$ mkdir ~/jilbuild\n```\n\nGenerate Unix makefiles with CMake:\n```\n$ cd ~/jilbuild\n$ cmake -G\"Unix Makefiles\" -DCMAKE_INSTALL_PREFIX=~/jilbuild/src/app ../jil\n```\n\n**Build \u0026 Install**\n\nNow build it with make:\n\n```\n$ make\n```\n\nNote that CMAKE_INSTALL_PREFIX is set to the directory where the executable file is located. The resource files will also be installed to this directory by:\n```\n$ make install\n```\n\nYou may want to create a symbolic link in ~/bin to the executable:\n```\n$ ln -s ~/jilbuild/src/app/jil ~/bin/jil\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsprinfall%2Fjil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsprinfall%2Fjil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsprinfall%2Fjil/lists"}