biscuit
biscuit copied to clipboard
lightweight code editor for any language
## Bug > Describe the bug Ok so when trying to open a file or folder, inside the file dialog box, the folder and filenames are not visible. I thought...
## Bug > Describe the bug When opening a folder in Biscuit, I get these errors in the logs (standard output/error): ```console > ~/Downloads/biscuit . The environment does not allow...
## Bug The color of the inserted bracket is spread to the other entered characters as well that are touching the bracket. But a whitespace solves this problem. Research why...
## Bug > Describe the bug Ok so i was trying out the new HTML preview feature and biscuit crashed with this error `Segmentation fault (core dumped)` . I wanted...
## Feature Make the side pane, panel resizable. Their width/height needs to be configurable by the user. This can be achieved by the use of **`PanedWindow`** (this was a feature...
## Feature Menus don't support submenus (one that's opened from another menu item). There are places this can be implemented (eg. Recents can be shown in submenus). ### Expected behavior...
The settings editor is not functional in this stage. The configurations done from the editor won't take effect on the actual config. Implementing the settings editor is important. Atleast biscuit...
Make a nice mechanism for loading user provided python code as an init file. *Further info on init files: https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html*
## Feature The LSP client handles diagnostic responses from the langserver, underlines can be shown on text editor for showing diagnostics.
## Feature The default shell will be picked based on COMSPEC, SHELL variables, ofc this will do for most systems but a custom shell feature is also mandatory, there can...