[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to Disable Line Editing in the GUI
From: |
Torsten Lilge |
Subject: |
Re: How to Disable Line Editing in the GUI |
Date: |
Tue, 09 Jun 2020 07:06:05 +0200 |
On Mon, 2020-06-08 at 18:42 -0600, Alan Feuerbacher wrote:
> I've recently been using the GUI to edit and run programs. I find the
> way the line editing and syntax/variable checking is done in the
> editor
> is intrusive and annoying, since it so often does what I do not want
> it
> to do. Is this a readline function?
The editor has auto completion, auto indentation, and auto closing (if,
for structures etc.). If you mean one of these features, you can disable
them in the "Editor" pane in the preferences.
Torsten