Open RaptorCZ opened 4 years ago
Yes, if Fork could enforce this, that would be great. We have a similar convention.
Right now, I solved it with githooks:
.githooks
(or any other name) in your repo.git config core.hooksPath .githooks
In 1.62 we added autocomplete for the existing folders:
Great feature!
In most IDE's pressing the tab will auto-fill the selected item (which should be the first item) in the (intellisense) menu. Could that be an improvement here?
Also alignment looks different for me:
In most IDE's pressing the tab will auto-fill the selected item (which should be the first item) in the (intellisense) menu.
I'd rather not handle the tab
key as it's a system key and error-prone... However I agree, pressing Enter must auto-fill the first item.
Also alignment looks different for me:
Weird. Does this happen all the time? I tried on different monitors with different DPI and it worked properly.
Could you try to run this build and send me the log file (%localappdata%\fork\logs\fork.log
) to support@fork.dev, please? The log will show the coordinates the popup being shown at.
I agree that Tab to finish autocomplete is "standard" way in any IDE. Using Enter and Tab are 2 different things. One inserts and other overwrites.
I have the same problem with autocomplete position.
Enter with the the first item pre-selected in the menu would work for me. 👍
Does this happen all the time?
Yes, constantly.
It looks like the menu is aligned to the right, from path separator.
Here a screenshot of the root folder level:
Here a screenshot of the second folder level:
One screen. Windows scaling: 100%
E-mail send.
@jerone thank you very much for the log 👍.
Can you try if this version shows the popup at the correct position? https://cdn.fork.dev/prerelease/Fork-1.62.2.zip
@DanPristupov No difference:
E-mail send with log containing above screenshot.
I would like to have option to set default branch name. We have convention for feature branches in pattern "feature/XX-123456_abc" and I want to set "feature/XX-" as template and then just type ID etc.