aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/TextEdit.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync classref with current sourceRémi Verschelde2018-05-281-1/+1
| | | | Also fix binding of Basis.slerp
* Fix missing registration for new param of TextEdit::cursor_set_line.Pieter-Jan Briers2018-05-151-0/+2
| | | | | This caused Mono glue gen to fail and other bugs to appear (such as in Visual Script)
* doc: Sync classref with current sourceRémi Verschelde2018-04-101-0/+16
|
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* Update docsBojidar Marinov2018-01-121-18/+3
| | | | [ci skip]
* doc: Sync classref with current sourceRémi Verschelde2018-01-031-1/+1
|
* Adds an option to move cursor with right click in TextEditMattUV2017-12-201-0/+17
| | | | | | | | | | Fixes #14832 - Added an option in the editor settings/cursor to make the cursor move with right click. - If the option is activated (true by default), a right click will move the cursor before displaying context menu. - If there is a selection, a right click on it will keep it selected, a right click outside it will unselect it. - The option is available in textEdit via an inspector property (or via GDScript): caret_moving_by_right_click - The option is available in the script editor and the shader editor via the editor settings - The documentation has been updated with the new property, and a few other entries in TextEdit.xml.
* Bind TextEdit.deselect and update documentationRémi Verschelde2017-12-161-0/+7
|
* doc: Sync classref with current sourceRémi Verschelde2017-12-101-0/+11
|
* doc: Sync classref with current sourceRémi Verschelde2017-12-071-0/+2
|
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-10/+10
|
* doc: Remove setters and getters now exposed via properties/membersRémi Verschelde2017-11-241-214/+0
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2017-11-241-0/+80
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* classref: Sync with current sourceRémi Verschelde2017-11-131-20/+19
| | | | [ci skip]
* Made text in TextEdit a property.Michael Alexsander Silva Dias2017-11-121-0/+3
|
* Added "is_readonly()" to TextEdit and made it a property.Michael Alexsander Silva Dias2017-11-111-0/+10
|
* add context menu enable getters, setters, and properties in LineEdit and ↵Ian2017-11-111-0/+19
| | | | TextEdit
* classref: Sync with current sourceRémi Verschelde2017-10-241-0/+16
| | | | [ci skip]
* classref: Sync with current sourceRémi Verschelde2017-10-211-0/+16
|
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-8/+8
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+553
possible to save module files in module directories and the build system will recognize them.