Godot: [TRACKER] Indentation, line breaks and GDScript

Created on 18 Jul 2020  路  3Comments  路  Source: godotengine/godot

Godot version:
3.2, 4.0

Issue description:
Anything related to indents and line breaks in GDScript.

Proposals

  • [ ] godotengine/godot-proposals#987 Highlight the error line in the script editor minimap
  • [ ] godotengine/godot-proposals#1015 Line index color of empty lines should be white
  • [ ] godotengine/godot-proposals#1209 Allow second line brackets
  • [ ] godotengine/godot-proposals#1241 Automatically convert all leading spaces into tabs
  • [x] godotengine/godot-proposals#1247 Clicking the line number gutter in the script editor should select that line of code

Issues

  • [ ] #15690 Folds don't work with non-indented content
  • [ ] #19285 Convert clipboard indentation on paste to match editor settings
  • [ ] #20418 Blank/Comment lines at the beginning are considered "unsafe"
  • [ ] #23667 Safe lines become unsafe when organized in multiple lines
  • [ ] #33089 GDScript: Blank/comment script lines use up CPU cycles inside for loop
  • [ ] #33687 Commenting multi-line code may lead to unnecessary warning
  • [ ] #35007 Indentation errors loading space indented project into tab indented editor
  • [ ] #35415 Parse error in multiline attribute expression
  • [ ] #35416 Parse error in multiline dict with equal sign
  • [ ] #35417 Parse error in multiline subscription expression
  • [x] #35975 GDScript parser reports named enum as having the line number after the closing brace
  • [ ] #35994 "Auto brace complete" cause tokenizer error with strings as comments
  • [ ] #39460 Automatic warning insertion ignores line continuation.
  • [x] #40898 GDScript: string ignores end of line and parse as new line character
  • [x] #41113 Blank lines are indented when indenting multi-line selections

PRs

  • [ ] #28561 Script editor: Convert indentation on paste
  • [x] #35597 remove multiline indexing error
  • [x] #35976 Fix enum line number being the line after enum
  • [ ] #36084 Blank/Comment lines at the beginning are considered "unsafe" #20418
  • [ ] #36771 skip comments and whitespace when stepping with gdscript debugger
  • [x] #38833 Added visual indentation line guides for text editors
  • [x] #41114 Skip indentation of empty lines when indenting a selection.
bug gdscript tracker

Most helpful comment

I don't know. At one point I'll go through all GDScript issues to see what's fixed but right now I'm not sure.

All 3 comments

Any of this irrelevant in the new GDScript?

Any of this irrelevant in the new GDScript?

No idea. @vnen?

I don't know. At one point I'll go through all GDScript issues to see what's fixed but right now I'm not sure.

Was this page helpful?
0 / 5 - 0 ratings