A text editor for coding based on the Qt C++ framework

2 Open Issues Need Help Last updated: Aug 30, 2025

Open Issues Need Help

View All on GitHub
Syntax highlighting about 2 months ago
enhancement help wanted good first issue

A text editor for coding based on the Qt C++ framework

C++

AI Summary: Implement a "Clear Formatting" menu option in the WolfEdit text editor (built with Qt and FakeVim) that removes all formatting from the currently selected text. This involves adding a new menu item, connecting it to a function that iterates through the selected text and removes formatting attributes (e.g., bold, italic, underline, font changes), and potentially handling different formatting scenarios provided by Qt's rich text capabilities.

Complexity: 3/5
enhancement help wanted good first issue

A text editor for coding based on the Qt C++ framework

C++