Bug 94528 - IDE (Integrated Development Environment) Handling of case in reserved words
Summary: IDE (Integrated Development Environment) Handling of case in reserved words
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: Other All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: BASIC-IDE
  Show dependency treegraph
 
Reported: 2015-09-26 10:36 UTC by Óvári
Modified: 2019-04-22 20:02 UTC (History)
3 users (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 Óvári 2015-09-26 10:36:15 UTC
Enhancement suggestion whereby reserved words are automatically changed to the case.

Eg writing the line:
     dim i as integer
   should automatically changed to:
     Dim i As Integer
   as Dim, As and Integer are reserved words

Thank you
Comment 1 Cor Nouws 2015-09-26 11:24:42 UTC
.
Comment 2 tagezi 2017-05-28 10:05:21 UTC
In this formulation, this can not be realized, for the reason that a person has the right to write these words as wishes.
Comment 3 Óvári 2017-05-29 11:49:26 UTC
(In reply to tagezi from comment #2)
Some reasons for handling of case in reserved words:
1. coMpetitive office Suites have this feature.
2. Excellent for rapid software development using high-level programming languages, especially for people whose core competency is not programming.
3. Helps to locate errors.
4. Makes code easier to read.
5. Consistent code in software development across companies, government, etc.

Perhaps LO could have an option to turn of case handling for reserved words to satisfy tagezi's request.

Reverting status to NEW.

Thank you