biscuit
biscuit copied to clipboard
lightweight code editor for any language
## 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 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)...
## 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...
## 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...
## 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...
I would like to have installer. its more user-friendly. ** create it using a installer program. ** create a **exe** using it
## 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...
## 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...
## 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 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`...