0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)C++1,123 forks (1,123 forks)batch import
EnhancementHacktoberFestQuestiongood first issue
Repository metrics
- Stars
- 14,852 stars (14,852 stars)
- PR merge metrics
- Avg merge 13d 23h (Avg merge 13d 23h)20 merged PRs in 30d (20 merged PRs in 30d)
Description
Too many "cmd ?e".
Should also move setConfig API from CutterCore to Configuration I think.
Maybe even rename Configuration to core/CutterConfiguration.
Contributor guide
- Research direction
- Investigate the current Configuration and CutterCore classes in the source code. Examine how setConfig is used in CutterCore and identify all references to 'cmd ?e' in the codebase. Propose a plan to move setConfig to Configuration and optionally rename Configuration to core/CutterConfiguration, ensuring backward compatibility and updating all call sites.
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Refactor
- Prerequisites
- C++Git