Back
bbloc
by Romain337
|
| Version | alpha_5 |
| Zip size | 4,100 KiB |
| License | n/a |
| Updated | 04/07/2026 |
| Downloads | 723 |
| MD5 | 393f9feb40ced79bf580f4326b2e5b95 |
App Details
A text editor which work with a command prompt.
You open the prompt by using a keystroke ("ctrl+shift+space", with AZERTY layout), and type the command you want, like "open [file_path]", "save [file_path]". You can use the "tab" key to auto-complete commands and most arguments.
The UI tints and dimension can be altered by modifying variables using the prompt.
When the prompt is not open, the text goes into the buffer.
Please check the README file on github to know how it work in details.
Screenshots
Changelog
valpha_5
Changes:
- Added Undo (Ctrl+Z) and Redo (Ctrl+Shift+Z) features.
- Added light ("Ctrl+Shift+L") and dark ("Ctrl+Shift+D") theme.
- Changed text storage buffer from VectorBuffer to LineBuffer.
- Reworked command flow (ex: Cut/Copy/Paste working from prompt).
- Proper syntax highlight (JSON, CPP).
- Better auto complete for path and arguments.
- General system stability improvements to enhance the user's experience.
Note:
- Light or dark theme are not by default. You must select one of theme manually.
- When auto completing a path, to enter a listed folder, type "/", then auto complete will list what is inside that folder.
Planned:
- More syntax highlight (INI, YAML, ???).
- Automatic theme selection according to user switch theme will comes in later release.
Light
Dark
valpha_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
valpha_3
Latest build including all refactoring.
Release "0" pre-alpha.
Right now I cannot work more on it, as I need to rampup in my new work, and it will take some times. But I like this project and will update it later when free times will allow it.