biscuit icon indicating copy to clipboard operation
biscuit copied to clipboard

lightweight code editor for any language

Results 37 biscuit issues
Sort by recently updated
recently updated
newest added

## 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
cross-platform-support

## 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
dependencies
python-error
cross-platform-support

## 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
text editor

## 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...

bug

## 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...

enhancement
Layout

## 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...

enhancement
Floating views

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...

enhancement
text editor
file management

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*

enhancement
Extensions API

## Feature The LSP client handles diagnostic responses from the langserver, underlines can be shown on text editor for showing diagnostics.

enhancement
text editor
language features

## 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...

enhancement
Terminal
cross-platform-support