forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[vds] tag will be available again very soon
Goto page 1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous
View previous topic :: View next topic  
Author Message
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Thu Sep 04, 2003 11:21 am    Post subject: [vds] tag will be available again very soon Reply with quote

Hi all,

as you might know, I promised to have a look at the [code:1:a692483931] BBcode tag. Well, after hours of coding I finally succeeded...

The features of 'the new vds tag':
- Supports all new vds5 commands and functions
- Supports #define, #resource and #include
- Supports both ‘rem’ and ‘#’ remarks
- Created a 'vds' button next to 'code' (in the 'post a message' screen)
- User-defined commands/functions (using #define,...) are colored different then the standard commands and functions
- On the bottom of every script posted on this forum (using the vds tag), you will find a hyperlink called 'Download this script'. By clicking it the script will be downloaded as a .dsc file, so there's no need anymore to copy code, strip html tags, open notepad, and save it as a .dsc file

The vds-tag will probably become available again during next weekend.

Happy coding Very Happy,
Vic

Many thanks to Tommy for giving me a backup of the old forum Smile

_________________
phpBB Development Team


Last edited by Vic D'Elfant on Thu Sep 04, 2003 11:26 am; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
LOBO
Valued Contributor
Valued Contributor


Joined: 14 Mar 2002
Posts: 241
Location: Wilmington, Delaware, USA

PostPosted: Thu Sep 04, 2003 11:26 am    Post subject: Reply with quote

Thanks Vic. A great addition coming back to our comunity.

- Mark


Last edited by LOBO on Thu Sep 04, 2003 11:28 am; edited 1 time in total
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Thu Sep 04, 2003 11:27 am    Post subject: Reply with quote

No problemo... Very Happy

Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1753
Location: Space and Time

PostPosted: Thu Sep 04, 2003 11:39 am    Post subject: Reply with quote

Very nice!
_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Thu Sep 04, 2003 12:47 pm    Post subject: Reply with quote

sounds great vic Very Happy

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Thu Sep 04, 2003 3:00 pm    Post subject: Reply with quote

Can't wait to see... Smile
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
Hortalonus
Valued Contributor
Valued Contributor


Joined: 15 Mar 2002
Posts: 344
Location: Western USA

PostPosted: Thu Sep 04, 2003 4:03 pm    Post subject: Reply with quote

Yea! That's exciting... I've missed the old [code:1:4e19564193] tags.
_________________
"ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player...
Back to top
View user's profile Send private message Send e-mail
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Thu Sep 04, 2003 5:22 pm    Post subject: Reply with quote

Really cool. I can't wait ...
_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Thu Sep 04, 2003 5:55 pm    Post subject: Reply with quote

WOW!

Thanks for all your positive reactions! Very Happy

Now it's just a matter of waiting until its release Rolling Eyes.....

Greetings,
Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Fri Sep 05, 2003 3:36 pm    Post subject: Reply with quote

Code:
info Just a test


Yup, it works... Smile

Code:
info Test 2

_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
marty
Professional Member
Professional Member


Joined: 10 May 2001
Posts: 789

PostPosted: Fri Sep 05, 2003 4:26 pm    Post subject: Reply with quote

Thats great! Happy its back Wink
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1753
Location: Space and Time

PostPosted: Fri Sep 05, 2003 4:28 pm    Post subject: Reply with quote

If there is more than one set of VDS tags, I can only DL the last one.
The color coding doesn't work all the way. It runs into my Sig.

Edit: The DL works now Exclamation Question

Code:

info Try to DL this. I get the code below


Code:

# Array sub created by cnodnarb turned into a command

# Useage:
# Array <List(Must already exist)>,<delimiter>,<string>

# Returns <List> with string itemized according to <delimiter>
# Resets fieldsep back to original when finished.
#---------------------------------------------------------------------

#define command,array

:array
%t = @fsep()
option fieldsep,%2
list clear,%1
repeat
  parse "%a;%b",%3
  %%remainder = @substr(%3,@sum(@len(%a),2),@len(%3))
  if %a
     list add,%1,%a
     %3 = %%remainder
  end
until @null(%a)
list seek,%1,0
option fieldsep,%t
exit

_________________
Chris
Http://theblindhouse.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Fri Sep 05, 2003 8:36 pm    Post subject: Reply with quote

Looks pretty good. I did like the older one better because it used
the standard white background with an off-white border around
the white box. Also it said "VDS Code:" at the top of the place.
Also I'd like to see courier used as the font.

Overall it's good, but if you add in what I think, my opinion of it will
be "excellent". Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Sat Sep 06, 2003 2:03 am    Post subject: Reply with quote

It's good Smile I too wish it has features suggested by FF.
I wish the font be Courier New (not Courier). current Font is better than courier.
Regards

_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Sat Sep 06, 2003 3:30 am    Post subject: Reply with quote

Stick with the Arial or whatever font is used now. Use Courier or Courier New and due to the equal proportioning of the letters, it makes the code extend to the right too much. Currently, it's more compact and viewable without scrolling, at least with the example above.

-Garrett

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous All times are GMT
Goto page 1, 2, 3, 4, 5  Next
Page 1 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group