使 Wing IDE 在一个文件上换行
我的项目中有一个文件(自述文件),我希望 Wing IDE 以换行方式显示该文件。是否可以?
I have one file in my project, (the readme file,) which I would like Wing IDE to display with wrapped lines. Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,这是可能的。执行此操作的方法如下:
编辑 >首选项>编辑>换行
在此窗口中,确保选中“换行长行”框。然后,您可以在同一窗口中编辑设置,例如线条显示换行的位置等。
Yes this is possible. Here's how you would do this:
Edit > Preferences > Editor > Line Wrapping
In this window, make sure that the "Wrap Long Lines" box is checked. You can then edit settings in the same window like at what position the line show wrap, etc.
来源->对齐文本将重排一段文本。不幸的是,如果您想重新格式化整个文件,则必须一次调用它的一个段落。
我意识到您实际上可能正在寻找不修改文件的查看转换。
Source -> Justify text will reflow one paragraph of text. Unfortuneatly you have to invoke it one paragraph at a time if you want the whole file reformatted.
I realize you may actually be looking for a viewing transformation that does not modify the file.
目前看来是不可能的。
It seems like it's currently not possible.