Is there a way to save my custom File mask in the File name filter?
已回答
I usually only want to search (Find in path) within certain file types but each time AppCode is restarted, it loses the file mask I've entered and I need to enter it again.
Any way to get AppCode to save or remember those?
请先登录再写评论。
Jim,
Normally, file mask is saved on "Find" button click in the "Find in Path" dialog and retained on application restart. The file mask is not persisted in case the dialog is closed, so if you refer to that behavior (case 1 from comment), please vote for the corresponding IDEA issue.
Ah, I see. I was always opening the file from the Preview and not clicking the Find button.
Thanks for the info!