Sublime Text 3 find stops at the end of the file

若如初见. 提交于 2020-04-18 04:59:49

问题


If I have a text file:

1. foo
2. foo
3. foo
4. foo

ctrl+f will find the 1. then 2. ... and after finding 4. it'll say "No results".

It used to just jump to 1. again. It still does so on my laptop but not when I use my PC.


回答1:


You can get Sublime Text to continue searching from the top of the file again by toggling the "Wrap" behavior. There is a button for this in the Find panel.



来源:https://stackoverflow.com/questions/52294286/sublime-text-3-find-stops-at-the-end-of-the-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!