| View previous topic :: View next topic |
| Author |
Message |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Mon Dec 08, 2003 4:08 pm Post subject: |
|
|
...
Oh OK - I thought it was for multi-line comments and jumped
straight to the label. My bad.
So every comment does 2 code executions (jumps to the label,
then returns). Words escape me...
Thanks Skit  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Mon Dec 08, 2003 10:34 pm Post subject: |
|
|
Hi All,
My method leaves alot to be desired and it does not handle multi-line comments. Plus there is a performance hit but I would imagine that it would only affect your script if you had thousands of lines of comments and the script was very long on a really slow PC.
However it would be nice if this was configured into the VDS IDE. Back in the old days of VDS 2.x we could span code to multiple lines but when SADE took over and changed the IDE that feature was taken out. I wish we could have it back. Many of my programs span off the page and the built-in word wrap is confusing. The VDS IDE should work like many other modern day IDE's and allow for this feature. Also the language itself should have other keywords or symbols that allow for better commenting. I really like the C style commenting and it would be nice to have. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Tue Dec 09, 2003 12:44 pm Post subject: |
|
|
i have never been able to use the word wrap/line wrap as i too have code longer than the screen...i usually get an error with vds saying that the wrapped line contains an error ie. it treats the wrapped line as a fresh line of code !??!
serge _________________
|
|
| Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
Posted: Sun Dec 28, 2003 2:28 pm Post subject: |
|
|
| mindpower wrote: | | However it would be nice if this was configured into the VDS IDE. Back in the old days of VDS 2.x we could span code to multiple lines but when SADE took over and changed the IDE that feature was taken out. I wish we could have it back. Many of my programs span off the page and the built-in word wrap is confusing. The VDS IDE should work like many other modern day IDE's and allow for this feature. Also the language itself should have other keywords or symbols that allow for better commenting. I really like the C style commenting and it would be nice to have. |
Visual DialogScript 2 never allowed to break lines of code up to multiple lines. It
only did such thing for the dialog declarations, which was not an option but a
requirement. |
|
| Back to top |
|
 |
|