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 Pyinstaller onefile builds can be really slow in starting up, to prevent this, use onedir mode and also setup builds of installers ### System Information - OS: windows

bug
cross-platform-support
python

## Bug Errors occurring when attempting to install `tkextrafont` ``` Requirement already satisfied: pip in /Users/runner/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages (23.0.1) Collecting pip Obtaining dependency information for pip from https://files.pythonhosted.org/packages/47/6a/453160888fab7c6a432a6e25f8afe6256d0d9f2cbd25971021da6491d899/pip-23.3.1-py3-none-any.whl.metadata Downloading pip-23.3.1-py3-none-any.whl.metadata (3.5 kB)...

bug
python-error
cross-platform-support

## Feature The current editor tabs bar is not scrollable, this affects visibility of tabs when many are opened, and makes it unusable. ## Notes - Tab bar frame should...

enhancement
Layout
text editor

## Feature Like in visual studio, this might be a helpful addition, maybe? This can also be a slider (or will that look weird?) If going for a list of...

enhancement
Layout
text editor
Floating views

## Feature Settings editor also shall provide an endpoint for the extension API, just in case the extensions want to: - add a new option to settings editor - retrieve...

enhancement
Extensions API
file management

I would like to have installer. its more user-friendly. ** create it using a installer program. ** create a **exe** using it

enhancement
cross-platform-support

## Feature Currently themes can't be changed at runtime, but will have to restart biscuit for theme change to take effect (infact to change the theme you have to restart...

enhancement
Extensions API
Layout
Theming
help wanted

## Feature Currently every folder and file are using same icon. We can use various kinds of icons based on the file extensions. https://github.com/billyeatcookies/Biscuit/blob/9e9d38bc311c89e4076f0938f53d14023a43789e/biscuit/core/components/views/sidebar/explorer/directorytree.py#L140 If Icons are base64, they can...

enhancement
file management

## Bug > Describe the bug https://github.com/billyeatcookies/Biscuit/assets/70736490/2966e159-60c2-4299-a3a0-feed632dc2e9 ### System Information - OS: [Windows 11 x64] - Python Version: [3.11]

bug
python-error
cross-platform-support
help wanted

## Bug When there is no git installed and added to PATH, biscuit simply fails to open up due to unhandled exceptions at `core/components/git`. To handle this, import the `core/components/git`...

bug
dependencies
python-error
help wanted