cupcake icon indicating copy to clipboard operation
cupcake copied to clipboard

A code editor that can be embedded in Python applications, with syntax highlighting, autocompletions, minimap, and many more editing features

Results 6 cupcake issues
Sort by recently updated
recently updated
newest added

Using a peer widget matches the tags and you can just reduce the font size :D.

enhancement
help wanted
good first issue

> To be updated from biscuit code base

enhancement

- Markdown Rendering support

enhancement

- show folding marks (purely based on indentation level increases rn) ```py class LineNumbers(Canvas): def __init__(self, master, text=None, *args, **kwargs): super().__init__(master, *args, **kwargs) self.config(width=65, bd=0, highlightthickness=0) self.text = text self.text.bind("",...

enhancement
help wanted

**Hi, its me again.** ** 3 Issues in one repo! ** Anyway, I want custom language support for editor Like ```python class MyLexer: keywords = ["echo", "rmdir", "if"] e =...

enhancement
help wanted
syntax highlighting

## Bug Disable autocomplete for literals (strings and numbers) ![image](https://github.com/billyeatcookies/Biscuit/assets/70792552/a0fa37bd-5ffd-4923-afcb-5f7022b04ae9) ### System Information - OS: [e.g. iOS] - Python Version: [e.g: 3.10]

bug