-
Notifications
You must be signed in to change notification settings - Fork 226
feat: Check if Include folders/files do exists (in case they are removed) #1718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
Solution b) when start taking a snapshot the include list should be checked of existence first and warn about missings. reference: bit-team#1586
This is not complete yet, but if possible I would like some feedback before finishing it. Are the messages good? And I am wondering if the qt warning is ok (it is asking a confirmation before continuing instead of just warning). And I didn't implement a) for no big reason. I am still getting familiar with the code and b) was something that was more clear for me. I could try a) in a future PR. And how you normally do translations? I was planning to translate all other languages using some automated tool (Copilot) but I wanted to confirm how you guys do it normally... |
Dear Rafael, I added some comments and suggestions to the code. I am not sure about the whole solution. I would suggest to further discuss it in the related issue #1586. I will set the PR into Draft mode to state the the solution is not finished. Best, |
Co-authored-by: buhtz <[email protected]>
Co-authored-by: buhtz <[email protected]>
Co-authored-by: buhtz <[email protected]>
Co-authored-by: buhtz <[email protected]>
I appreciate a lot for the review. It clarified a lot of questions and taught me some good lessons (I would never have thought about RTL issues on translations). And I am happy about not use the camel case :) I will do the fixes from the review and wait for any suggestion in the original issue. Thank you very much 🙏 |
refactor btn snapshot & improve translate message Co-authored-by: buhtz <[email protected]>
Does anyone know how to trigger the systray-icon message-bubbles via BIT? I tried with "Snapshot.setTakeSnapshotMessage(1, 'FOO BAR')" but without success. This message appears in the status bar of the main window. |
Me neither. When I started to work on the translation task I thougt it is easy. I learned things like that from translators and the community around them while trying to attract translators to BIT. |
Ooooh my bad 🤦♂️ When I saw the message, I understood wrong (that we merged this to |
OK, lets move on. The 1.5.4 release is out and now the road is free to work on this PR. I am doing some testing and reviewing ... I am just doing some notes here. Maybe better:
|
Hello, I see you already made some changes that you suggested. But I think you forgot to uncomment some warnings. Aside that, it seems all good :) |
Yep, I am not finished yet. That is why I set the PR back into "Draft" mode. I was just reviewing the code, doing some minor modifications and then the modifications become bigger and bigger. ;) New warning message |
Now I am figuring out the user-callback user case. For the CLI version it seems to work. The missing-include-check is executed after the user-callback script was called with reason 7. But this does not happen when doing the check in the GUI. I don't know how to handle this. The original
What is your opinion on that? |
Sorry, I don't have a good opinion on that :( I am very new in the project, and last time I touched it was several months ago. I don't think I would be able to help. |
That is OK. Then we will try and see. 😄 |
Solution b) when start taking a snapshot the include list should be checked of existence first and warn about missings.
reference: #1586