Re: [gedit-list] Is only stupid wrap mode available?



On Thu, 01 Sep 2016 10:52:41 +0200
Stefan Salewski <mail ssalewski de> wrote:

int main(void)
{
    printf("This is a really long line of
        useless text\n");
}

Geany, also based on GtkSourceView, wraps and breaks lines (in the
setup there separate checkbuttons). It seems wrapping is done when the
line exceeds the screen width, and breaking corresponds to lines wider
than the (right) margin set in the editor.

Both format the line, aligning the new line just under the start of the
previous one. That's not exactly like you want, but it's better than
going to the left margin.

John


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]