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: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
7.6.4.1 release
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard: QA:needsComment
Keywords:
Depends on:
Blocks: BASIC-IDE
  Show dependency treegraph
 
Reported: 2024-01-31 14:52 UTC by Rafael Lima
Modified: 2024-02-15 03:12 UTC (History)
0 users

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".