Gedit 中的文本换行
Gedit(GNOME 文本编辑器)中是否可以缩进换行的文本?
例如:
if (x > y) {
System.out.println("ABCDEFGHIJ
KLMNOPQRSTUVWXYZ");
}
而不是:
if (x > y) {
System.out.println("ABCDEFGHIJ
KLMNOPQRSTUVWXYZ");
}
Is is possible in Gedit (The GNOME text editor) to indent a wrapped line of text?
For Example:
if (x > y) {
System.out.println("ABCDEFGHIJ
KLMNOPQRSTUVWXYZ");
}
instead of:
if (x > y) {
System.out.println("ABCDEFGHIJ
KLMNOPQRSTUVWXYZ");
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
开箱即用的 GEdit 是不可能的,但这是一个正在处理的请求上。
It's not possible with GEdit out of the box, but this is a request that's being worked on.