Maybe add progress bar or something to inform of actual state in copy/cut files. (or %)
Guida contributor
Tech stack
c
Dominio
desktop
Tipo issue
feature
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
half day
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
mostly clear
Prerequisiti
C programmingWindows APIwinfile codebase
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
50
Direzione di ricerca
Start by examining winfile's source code for file copy/cut operations, likely in a file such as 'FileOp.c' or similar. Review the existing comments in this issue for any previous suggestions or partial implementations. Identify where the progress feedback should be integrated, possibly using a standard Windows progress bar control. Test the build environment to ensure compilation works.