AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
CodeEdit
To Subscribe, use this Key
autumn-yellow-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description CodeEdit is a specialized TextEdit designed for editing plain text code files. It has many features commonly found in code edi…
Published
06/07/2024
Properties bool auto_brace_completion_enabled false bool auto_brace_completion_highlight_matching fal…
Published
06/07/2024
Signals breakpoint_toggled (line: int ) Emitted when a breakpoint is added or removed from a line. If the line is moved via backsp…
Published
06/07/2024
Enumerations enum CodeCompletionKind : CodeCompletionKind KIND_CLASS = 0 Marks the option as a class. CodeC…
Published
06/07/2024
Property Descriptions bool auto_brace_completion_enabled = false void set_auto_brace_completion_enabled (value: bool …
Published
06/07/2024
Method Descriptions void _confirm_code_completion (replace: bool ) virtual Override this method to define how the selected ent…
Published
06/07/2024
Theme Property Descriptions Color bookmark_color = Color(0.5, 0.64, 1, 0.8) Color of the bookmark icon for bookm…
Status
Last Update
Fields