Hi, folks.
I don't know if we have this feature or not in the IDE. An example when I write "ProgressDialogShow the IDE show the text about what is and how to use the ProgressDialoshow
an example. How can we do the same with our sub routines?
Can we do the same for my own Sub routines? and an example I define Sub Clean, where we can put a text to explain the sub routine and when another developer writes "Clean" show a box (Sub clean is to show a toast message bla bla) .
' Sub clean is to show a toast message bla bla
Sub Clean
ToastMessageShow("B4A is great!!!",True)
End Sub
I would like when I am writing "clean" inside of another Sub routine show a box explaining that Sub Clean is for bla bla bla. that will help a lot the others developers.
Thanks
I don't know if we have this feature or not in the IDE. An example when I write "ProgressDialogShow the IDE show the text about what is and how to use the ProgressDialoshow
an example. How can we do the same with our sub routines?
Can we do the same for my own Sub routines? and an example I define Sub Clean, where we can put a text to explain the sub routine and when another developer writes "Clean" show a box (Sub clean is to show a toast message bla bla) .
' Sub clean is to show a toast message bla bla
Sub Clean
ToastMessageShow("B4A is great!!!",True)
End Sub
I would like when I am writing "clean" inside of another Sub routine show a box explaining that Sub Clean is for bla bla bla. that will help a lot the others developers.
Thanks