{"id":18497588,"url":"https://github.com/csb6/editor","last_synced_at":"2025-04-09T00:30:37.916Z","repository":{"id":115656180,"uuid":"226761812","full_name":"csb6/editor","owner":"csb6","description":"A custom text editor using the FLTK GUI toolkit","archived":false,"fork":false,"pushed_at":"2020-11-24T05:03:47.000Z","size":464,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T19:44:33.249Z","etag":null,"topics":["cpp","cpp17","fltk","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csb6.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-09T01:46:18.000Z","updated_at":"2024-04-20T11:14:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2283a1a-16a6-4801-af2c-7a2543814284","html_url":"https://github.com/csb6/editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csb6%2Feditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csb6%2Feditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csb6%2Feditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csb6%2Feditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csb6","download_url":"https://codeload.github.com/csb6/editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247949659,"owners_count":21023364,"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","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":["cpp","cpp17","fltk","text-editor"],"created_at":"2024-11-06T13:35:01.489Z","updated_at":"2025-04-09T00:30:37.902Z","avatar_url":"https://github.com/csb6.png","language":"C++","readme":"# Editor\n\n![Screenshot](screenshot.png)\n\nThis is a text editor built using FLTK GUI library and C++. It is heavily based on the default\nFLTK text editor widget, `Fl_Text_Editor`, which in turn is based on the NEdit\neditor. It is designed to be cross-platform, but so far I have only tested builds\non macOS.\n\nThe editor itself is pretty bare-bones. Here are some of the features (this list\ncan also be found in `test.txt`, the default file opened when the program starts):\n\n- Line numbers\n- Custom coloring of text and background\n- Menus that show keyboard shortcuts\n- Support for macOS's menu system (menu is on the taskbar instead of in-window)\n- Save, Save As, and Open operations for files\n  using CMD-S, CMD-Shift-S, and CMD-O\n- Emacs-like \"Next word\" and \"Prior word\" with\n  CMD-F and CMD-B\n- Basic support for font-loading; right now, the program\n  is configured to use Monaco, a monospace font on macOS.\n- Indication as to when the current buffer has been edited\n\n## Building\n\nTo build and install the app, you first must clone the repository, then\ninstall the `fltk` git module.\n\nBuilding the program should be as simple as running `make`. This will build the FLTK static library if necessary.\n\n**Note:** `fltk` is included as a git submodule in this repo, not as a shared library in the standard system install location (e.g. `/usr/lib`). This makes it\nsimpler to install and reinstall the `fltk` submodule, and also reduces the chance\nthat the app will conflict with any other shared libraries/package managers.\n\nI hope that you find this project interesting (and maybe useful)!","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsb6%2Feditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsb6%2Feditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsb6%2Feditor/lists"}