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

## Feature Add keyboard shortcuts for improved accessibility. Some things to keep in mind: Menus should be accessible using Alt+\, where the key in question is whichever is designated as...

enhancement
text editor
Floating views

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2. Release notes Sourced from pytest's releases. 8.3.2 pytest 8.3.2 (2024-07-24) Bug fixes #12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected. --...

dependencies
python

Bumps [tkinterweb](https://github.com/Andereoo/TkinterWeb) from 3.23.10 to 3.24.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tkinterweb&package-manager=pip&previous-version=3.23.10&new-version=3.24.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

## Feature The recently opened list may contain directories that no longer exist. On attempt to open such directories from recent links, remove them from database.

enhancement
file management

## Feature If the newly opened folders/files exist in the recent database it is ignored and not registered. Instead bump it to top of the list.

enhancement
file management

## Bug As of now, breakpoints can be added in an editor with any file type, even markdown. But this is not an expected behavior. Enable breakpoints for only file...

bug

## Feature Currently breakpoints can be set in a single file only. Allow setting breakpoints in multiple files in the active directory For this, register breakpoints within the debugger manager...

enhancement
text editor
language features

## Feature Dev can be working with two folders in situations, and they might need to open both. So we need some sort of "workspaces" implementation. - each new folder...

enhancement
Layout
file management

## Feature Add an editor type for previewing extension information. Show author info, description, and also configure/install/uninstall options.

enhancement
Extensions API
Layout
Views

## Feature Extensions currently are very simple single python files. - Add support for multi-file extensions. - Support registering repository links in biscuit extensions repository - Extension project template -...

enhancement
Extensions API
file management