From 4daba9bfc595ae027a968c3350fa9a6f7fd0342b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 7 May 2020 13:47:06 +0200 Subject: [PATCH] doc: Sync classref with current source --- doc/classes/PopupMenu.xml | 6 ++++++ doc/classes/ProjectSettings.xml | 4 ++-- doc/classes/TextEdit.xml | 22 +++++++++++----------- doc/classes/TreeItem.xml | 18 ++++++++++++++++++ 4 files changed, 37 insertions(+), 13 deletions(-) diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 25b38d07ed3..ec6758908e6 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -242,6 +242,12 @@ Removes all items from the [PopupMenu]. + + + + + + diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index e1f33b93509..e3084c09caa 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -418,8 +418,8 @@ Position offset for tooltips, relative to the mouse cursor's hotspot. - Disables WinTab API and always use Windows Ink API for the pen input (Windows only). - + Disables WinTab API and always use Windows Ink API for the pen input (Windows only). + If [code]true[/code], allows HiDPI display on Windows and macOS. This setting has no effect on desktop Linux, as DPI-awareness fallbacks are not supported there. diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 49025ab9a49..dcba728c5ed 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -343,17 +343,6 @@ Select all the text. - - - - - - - - - If [code]true[/code], hides the line of the specified index. - - @@ -365,6 +354,17 @@ Sets the text for a specific line. + + + + + + + + + If [code]true[/code], hides the line of the specified index. + + diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index f3273e641e2..2bb0abef9b7 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -249,6 +249,14 @@ + + + + + + + + @@ -572,6 +580,16 @@ If [code]true[/code], the given column is selectable. + + + + + + + + + +