index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
CodeEdit.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-31
/
+31
|
\
|
*
Improve TextEdit and CodeEdit documentation
kit
2024-11-14
1
-31
/
+31
*
|
fix: replace "Godot" to "Redot"
Muhannad Elbolaky
2024-10-15
1
-2
/
+2
|
/
*
Draw a checkerboard behind translucent colors in CodeEdit autocompletion prev...
Hugo Locurcio
2024-08-09
1
-0
/
+3
*
Overhaul multiple caret editing in TextEdit.
kit
2024-04-26
1
-4
/
+34
*
Overhaul some "uncommon" wording in class reference
Micky
2024-03-01
1
-7
/
+5
*
Fix some DEFVALs to use the right type
Raul Santos
2024-02-23
1
-1
/
+1
*
Merge pull request #82748 from sepTN/than-then-typo
Rémi Verschelde
2023-10-04
1
-2
/
+2
|
\
|
*
Fix typos in documentation: `than/then` and `loose/lose`
Septian
2023-10-04
1
-2
/
+2
*
|
Validate `code` tags for class and member references
Yuri Sizov
2023-10-03
1
-1
/
+1
|
/
*
Use bound theme properties for documentation
Yuri Sizov
2023-09-26
1
-70
/
+0
*
Add Duplicate Lines shortcut to CodeTextEditor
PucklaMotzer09
2023-09-25
1
-0
/
+6
*
Add code region folding to CodeEdit
Jean-Michel Bernard
2023-09-11
1
-0
/
+52
*
Merge pull request #73196 from Vilcrow/fix-lookup-symbol
Yuri Sizov
2023-07-24
1
-1
/
+9
|
\
|
*
Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Sym...
S.V.I. Vilcrow
2023-07-12
1
-1
/
+9
*
|
Fix many typos in documentation
Septian
2023-07-19
1
-1
/
+1
*
|
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
|
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
|
Merge pull request #75746 from ajreckof/order_autocomplete
Rémi Verschelde
2023-06-08
1
-0
/
+14
|
\
\
|
*
|
sort code completions with rules
ajreckof
2023-05-23
1
-0
/
+14
*
|
|
Overhaul the top sections of the class reference (GUI classes)
VolTer
2023-05-28
1
-3
/
+3
|
/
/
*
|
Move convert_indent into CodeEdit
Paulb23
2023-05-07
1
-0
/
+9
*
|
Fixed various typos across the docs
UltraBIF
2023-05-02
1
-1
/
+1
*
|
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
|
Various classref typo fixes
Haoyu Qiu
2023-02-20
1
-2
/
+2
|
/
*
Add missing period for sentences in classref
Haoyu Qiu
2023-02-12
1
-1
/
+1
*
Allow unindent without selection
kobewi
2023-01-18
1
-7
/
+1
*
fix typo 'comleption' -> 'completion'
Michael Bickel
2023-01-06
1
-1
/
+1
*
Document MDSF font outlines may require `msdf_pixel_range` adjustments
Hugo Locurcio
2022-12-19
1
-0
/
+1
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
Remove override_selected_font_color property
kobewi
2022-10-26
1
-2
/
+2
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-4
/
+4
*
[doc] Fix grammar in class docs: amount vs. number
Andy Maloney
2022-08-17
1
-1
/
+1
*
[doc] Use "param" instead of "code" to refer to parameters (7)
Andy Maloney
2022-08-12
1
-19
/
+19
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-61
/
+61
*
Add the ability to drag the code completion scrollbar using the mouse click
MinusKube
2022-07-03
1
-0
/
+3
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Merge pull request #35679 from Calinou/doc-add-xml-schema
Rémi Verschelde
2022-02-15
1
-1
/
+1
|
\
|
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
|
Improve completion scroll bar visibility in the script editor
Hugo Locurcio
2022-02-14
1
-2
/
+2
|
/
*
Move placeholder color to theme item
Paulb23
2022-01-30
1
-0
/
+3
*
Rename request_code_completion signal
kobewi
2022-01-22
1
-2
/
+2
*
Improve the default project theme
Hugo Locurcio
2022-01-19
1
-4
/
+4
*
Dictionary: Serialize empty dict as `{}` instead of `{\n}`
Rémi Verschelde
2022-01-18
1
-1
/
+1
*
Fix usage of "Return" in the docs
kobewi
2022-01-02
1
-3
/
+3
*
Document that transparent StyleBoxes/textures should be used for UI focus
Hugo Locurcio
2021-12-15
1
-1
/
+1
*
Make overridden properties link to parent definition
Yuri Sizov
2021-12-03
1
-2
/
+2
*
Sort and group theme properties in docs, improve formatting for theme and enums
Yuri Sizov
2021-12-01
1
-52
/
+52
*
Correct CodeEdit documentation mentioning parent property due to incorrect ar...
Emmanuel Leblond
2021-10-30
1
-1
/
+0
*
doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs
Rémi Verschelde
2021-10-05
1
-3
/
+3
[next]