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");
}