Bbloc Switch: Difference between revisions
From GameBrew
More actions
No edit summary |
m Text replacement - "ForTheUsers - " to "Homebrew App Store - " |
||
| Line 59: | Line 59: | ||
== External links == | == External links == | ||
* GitHub - https://github.com/notnotme/bbloc | * GitHub - https://github.com/notnotme/bbloc | ||
* | * Homebrew App Store - https://hb-app.store/switch/bbloc | ||
Latest revision as of 10:38, 23 November 2025
| bbloc | |
|---|---|
| General | |
| Author | notnotme |
| Type | Other Apps |
| Version | alpha 4 |
| License | N/A |
| Last Updated | 2025/09/04 |
| Links | |
| Download | |
| Website | |
| Source | |
bbloc is a minimalist, open-source text editor for the Nintendo Switch.
Developed in C++ and utilizing SDL2, OpenGL, glad, Freetype, utfcpp, and tree-sitter.
Features
- Undo/Redo.
- Search/Replace.
- "\t" does not align on columns (does not align well when mixing with spaces).
- More and better syntax highlight.
- Better error handling.
- Better inline documentation.
User guide
The editor is divided into three main sections:
- A top information bar displaying character position, current highlight mode, font size, etc.
- A central text area for editing.
- A bottom prompt bar for command input.
All editor functions, apart from direct text entry, are executed through a command system, accessible via the prompt (opened by default with "Ctrl+Shift+Space").
See readme for list of commands.
Screenshots
Error creating thumbnail: Unable to save thumbnail to destination
Changelog
alpha 4
- Fix update logic (refresh only when necessary on all platforms).
- Fix wrong mapping bol -> bof.
- Fix wrong mapping bof <-> eof.
- cursor column position stick to column when possible.
alpha 3
- Latest build including all refactoring.
alpha 2
- Contains latest changes and better keyboard support (added some missing keys).
alpha 1
- First Release.
External links
- GitHub - https://github.com/notnotme/bbloc
- Homebrew App Store - https://hb-app.store/switch/bbloc