Nathan Lovato
dcb9cb43e8
Tweak GDScript and C# Style guides
...
Rename code structure -> formatting
Add a heading Encoding and special characters for the corresponding section
Add missing Indentation heading that was gone
2020-01-06 13:55:46 +01:00
Aaron Franke
766e4687e5
Add file formatting to GDScript style guide
...
Recommend LF, newline at end of file, UTF-8, no BOM, and tabs. The displayed size of tabs does not matter as it does not affect the saved files, so don't mention it. Also slightly change the C# style guide for consistency.
2020-01-04 16:59:52 -05:00
Nathan Lovato
f56dee8d22
Change phrasing of the line length gdscript guideline.
2020-01-02 20:26:43 +01:00
Nathan Lovato
373f662571
Merge pull request #2994 from Calinou/add-gdscript-line-length-guideline
...
Add a line length guideline to the GDScript style guide
2020-01-02 20:08:58 +01:00
Nathan Lovato
60b8b5b11b
Fix typo before comment
2020-01-02 09:48:10 +01:00
Nathan Lovato
176d4482be
Edit gdscript_styleguide
2019-12-31 20:26:33 +01:00
Nathan Lovato
0321330075
Merge pull request #2995 from Calinou/add-gdscript-boolean-operators-guideline
...
Add a boolean operators guideline to the GDScript style guide
2019-12-31 19:46:45 +01:00
Hugo Locurcio
f3aaa480e2
Add an enum naming guideline to the GDScript style guide
...
This partially addresses #1736 .
2019-12-20 19:31:16 +01:00
Hugo Locurcio
c6fa2483f8
Add a boolean operators guideline to the GDScript style guide
2019-12-20 19:17:11 +01:00
Hugo Locurcio
bc47ace471
Add a line length guideline to the GDScript style guide
...
This closes #2567 .
2019-12-20 19:06:56 +01:00
Nathan Lovato
82dd565936
Change less -> fewer
2019-11-25 11:04:02 +01:00
Hugo Locurcio
193b866848
Add quote style recommendation to the GDScript style guide
...
This closes #2869 .
2019-11-14 15:00:28 +01:00
Aaron Franke
1dfb69578c
GDScript style guide: Add comments section, and change quotes ( #2868 )
...
* Add section about spacing comments
* Replace single quotes with double quotes
2019-10-23 13:32:24 +02:00
Nathan Lovato
5bd6fcf3bd
Update the GDScript styleguide
...
Add a note about type hints, closes #2506
Recommend to skip 2 lines between functions to help make the code easier to read, closes #2505
2019-06-15 12:10:07 +09:00
corrigentia
c31ca4063d
Update gdscript_styleguide.rst
2018-12-05 16:59:16 +02:00
Rémi Verschelde
e3b9e56516
Fix capitalization of some headers
2018-10-25 15:52:04 +02:00
Chris Bradfield
85d4e8757a
Add Signals tutorial to "Step by step"
2018-09-21 08:25:55 -07:00
Michael Alexsander Silva Dias
e173600c79
Various fixes to the "Scripting -> GDScript" to respect the GDScript style guide.
2018-04-23 02:31:55 -03:00
Nathan
18f889b6a4
Improve docs structure
...
Change Step by Step in Getting Started
Remove Engine Features category, move into a new Tutorials top-level section
2018-01-25 08:54:27 +01:00