[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GUI-editor] <Tab> does not indent line ?
From: |
Torsten |
Subject: |
Re: [GUI-editor] <Tab> does not indent line ? |
Date: |
Tue, 11 Nov 2014 22:43:52 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 11.11.2014 22:19, CdeMills wrote:
> Torsten-2 wrote
>> The "Tab indents line" in QsciScintilla means that hitting tab when the
>> cursor is at or before the beginning of the line, the line is intended
>> and the cursor moves to the first non white character of the line.
>
> Hello Torsten,
>
> is there some equivalent to Emacs "electric indent-mode" or to
> "indent-region" ?
>
> Regards
>
> Pascal
I don't know these Emacs-functions but in the gui-release branch there
are the actions
Indent (Ctrl-Tab)
Unindent (Shift-Ctrl-Tab)
in the menu 'edit->format' that (un)indent the current line or the
selection.
Torsten