Billy

Results 63 issues of Billy

## Feature - [x] `Ctrl + ,` to open settings - [x] `Ctrl + shift + x` to open extensions - [x] `Ctrl + Alt + r` to restore recent...

enhancement
good first issue

## Feature - [ ] Splitting the editor horizontally, new editorsmanager instance mayhaps - [ ] Split editor shortcut ctrl + \

enhancement
layout
text editor

## Feature Settings editor GUI has been added. But it's not fully functional yet. - [ ] update config manager state according to the settings editor state - [ ]...

enhancement

This issue will keep track of the overall documentation progress of Biscuit - user docs, dev docs, extension dev docs, API reference. If you are contributing to writing docs, reference...

documentation
enhancement
good first issue

## Feature When the workspace debug config files (`{workspace}/.biscuit/launch.toml`) are added/removed/modified, editor GUI is not updated. So, implement a file watcher that will watch the `.biscuit` directory **within opened directory**...

enhancement
file management
help wanted
debugger

## Feature Git stashes are very useful when handling changes between multiple branches. Adding this feature to Biscuit's GUI based git integration will be beneficial. ![image](https://github.com/user-attachments/assets/4378a99b-0665-475b-afbe-364701adf533) - [ ] git...

enhancement
file management
help wanted
git

## Bug Multiple indent guides rendered at some indent levels. For example, see the indent level 3 in following screenshot ![image](https://github.com/user-attachments/assets/9a48474a-64a0-455a-b7d3-50d5e61bec33) This is either an inconsistency caused by the bitmap...

bug
text editor
language features
help wanted
suggestions needed

## Feature Currently, Pygments handles the syntax highlighting for over 500+ file types. While it's a good system already, there are performance issues with this while editing large files. Treesitter...

enhancement
text editor
language features
help wanted
suggestions needed

## Feature As many code editors now come with built-in Vim mode, it would be a great enhancement to add this feature to Biscuit. This issue will address only the...

enhancement
layout
text editor
help wanted
good first issue
suggestions needed

## Bug The shrink property of tkhtml3 causes crash: https://github.com/Andereoo/TkinterWeb/blob/main/tkinterweb/bindings.py#L393 - shrink is used to make the hover popup size wrt the content size - when multiple multiline docs of...

bug
layout
language features
suggestions needed