@@ -828,6 +828,8 @@ Type TGadget
End Method
Method HasCharEventSupressionFixup:Int()
+ Method HasBlockIndent:Int()
+ End Method
' progbar
Method SetValue(value#)
@@ -1836,6 +1836,10 @@ Function TextAreaHasCharEventSupressionFixup:Int(textarea:TGadget)
Return textarea.HasCharEventSupressionFixup()
End Function
+Function TextAreaHasBlockIndent:Int(textarea:TGadget)
+ Return textarea.HasBlockIndent()
+End Function
+
' gadget lists
Rem
@@ -513,6 +513,10 @@ Type TGTKScintillaTextArea Extends TGTKTextArea
Return bmx_mgta_scintilla_getcaretlineback(sciPtr)
+ Return True
End Type
@@ -498,6 +498,10 @@ Type TWindowsScintillaTextArea Extends TWindowsTextArea
Return True