mahditavakoli1312 / ShelveMe

ShelveMe is a lightweight, background-running plugin for JetBrains IDEs that automatically shelves your changes at regular intervals. These changes are stored as .patch files in a dedicated folder within your project’s root directory. Each file is time-stamped, making it easy to track your progress and restore previous states as needed.
1 stars 0 forks source link

Generate shelf.xml file. #1

Closed mahditavakoli1312 closed 2 months ago

mahditavakoli1312 commented 3 months ago

Problem : Shelf file is not visible in android studio .

Soulution : it's because of ShelveMe dont generate shelf.xml file . after shelve process ShelveMe should to generate shelf.xml file.

like this :

mahditavakoli1312 commented 3 months ago

It's have a problem . because of when process of closing project start , plugin have no time for genrating xml file . in other word before of shelf.xml file generated project closed.