{"id":49570967,"url":"https://github.com/albeva/fbide","last_synced_at":"2026-05-03T14:01:34.657Z","repository":{"id":352324475,"uuid":"1208082735","full_name":"albeva/fbide","owner":"albeva","description":"IDE for FreeBASIC","archived":false,"fork":false,"pushed_at":"2026-05-03T10:51:55.000Z","size":1614,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-03T11:38:16.620Z","etag":null,"topics":["editor","freebasic","wxwidgets"],"latest_commit_sha":null,"homepage":"https://fbide.freebasic.net","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/albeva.png","metadata":{"files":{"readme":"README.md","changelog":"changes.md","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-11T19:47:38.000Z","updated_at":"2026-05-03T10:51:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/albeva/fbide","commit_stats":null,"previous_names":["albeva/fbide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/albeva/fbide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albeva%2Ffbide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albeva%2Ffbide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albeva%2Ffbide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albeva%2Ffbide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albeva","download_url":"https://codeload.github.com/albeva/fbide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albeva%2Ffbide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32571456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["editor","freebasic","wxwidgets"],"created_at":"2026-05-03T14:00:46.504Z","updated_at":"2026-05-03T14:01:34.652Z","avatar_url":"https://github.com/albeva.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FBIde\n\n[![CI](https://github.com/albeva/fbide/actions/workflows/ci.yml/badge.svg)](https://github.com/albeva/fbide/actions/workflows/ci.yml)\n\nAn open-source IDE for the [FreeBASIC](https://freebasic.net).\nLightweight, native, cross-platform — built on wxWidgets. This is a clean-room rewrite of the original FBIde\n(0.4.5) in modern C++23, replicating the feature set with a maintainable\ncodebase.\n\n![FBIde](docs/fbide_screenshot.png)\n\n## Features\n\n- Native FreeBASIC source editor with syntax highlighting, code folding,\n  and auto-indent.\n- One-key compile, run, and quick-run with parsed compiler errors.\n- Themable editor.\n- Sub / Function browser, code formatter with case conversion, find /\n  replace, recent-files history, multi-document tabs.\n- Localised UI (English plus a dozen translations)\n- Per-file context-sensitive help (CHM on Windows, online wiki fallback).\n\n## Requirements\n\n- C++23 compiler — MSVC 19.40+ on Windows, recent GCC or Clang on Linux.\n- [CMake](https://cmake.org) 4.0 or newer.\n- [Ninja](https://ninja-build.org) (recommended) or any CMake-supported\n  generator.\n- [wxWidgets](https://wxwidgets.org) 3.3.2 or newer, built statically.\n\n## Build\n\nConfigure and build a Release tree:\n\n```bash\ncmake -G Ninja -DCMAKE_BUILD_TYPE=Release \\\n      -DWXWIN=/path/to/wxwidgets/dist \\\n      -B build/release -S .\ncmake --build build/release\n```\n\nDebug build:\n\n```bash\ncmake -G Ninja -DCMAKE_BUILD_TYPE=Debug \\\n      -DWXWIN=/path/to/wxwidgets/dist \\\n      -B build/debug -S .\ncmake --build build/debug\n```\n\n`WXWIN` points at the install prefix produced by `cmake --install` on a\nwxWidgets build — the directory containing `lib/`, `include/`, …. Both\nDebug and Release variants of wxWidgets must be installed into the same\nprefix if you intend to switch FBIde build types against the same wx\ntree.\n\nThe `fbide` executable lands in `bin/fbide.exe` (Windows) or `bin/fbide`\n(Linux). Tests build to `build/\u003ctype\u003e/tests/tests.exe` and can be run\nvia `ctest` from the build tree.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbeva%2Ffbide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbeva%2Ffbide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbeva%2Ffbide/lists"}