Automatic completion: Add '_read' and '_write' special methods.
[DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion: Add '_read' and '_write' special methods.
This commit is contained in:
parent
b5affdfa60
commit
ccac0d27b4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
' Gambas class file
|
||||
|
||||
Static Private $aNativeDatatypes As String[] = ["Boolean 0", "Byte 0", "Short 0", "Integer 0", "Long 0", "Single 0", "Float 0", "Date 0", "String 0", "Object 0", "Variant 0", "Pointer 0"]
|
||||
Static Private $aSpecialMethods As String[] = ["_attach", "_call", "_compare", "_get", "_init", "_new", "_next", "_property", "_put", "_unknown", "_exit", "_ready"]
|
||||
Static Private $aSpecialMethods As String[] = ["_attach", "_call", "_compare", "_get", "_init", "_new", "_next", "_property", "_put", "_unknown", "_exit", "_ready", "_read", "_write"]
|
||||
|
||||
Static Private $hClassPicture As Picture
|
||||
|
||||
|
|
Loading…
Reference in a new issue