Bug 159477 - There should be a way to insert blank spaces instead of "\t" in the Basic IDE when Tab is pressed
Summary: There should be a way to insert blank spaces instead of "\t" in the Basic IDE...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: BASIC-IDE
  Show dependency treegraph
 
Reported: 2024-01-31 14:52 UTC by Rafael Lima
Modified: 2024-08-03 19:54 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Lima 2024-01-31 14:52:05 UTC
When editing code in the Basic IDE, an actual \t character is added. In modern code editors, instead of \t a sequence of blank spaces is added (usually 4 spaces).

I understand that some programmers may like having that \t character in their code, but I dislike it very much.

My proposal is: there should be a way to configure this behavior in the Basic IDE. Maybe in the Tools - Options - Basic IDE dialog we could have an entry "Add blank spaces instead of \t when pressing Tab".
Comment 1 Roman Kuznetsov 2024-08-03 19:54:13 UTC
Agree