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 


Is there a notepad that will view dsc text like VDS format?

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
vtol
Valued Contributor
Valued Contributor


Joined: 05 Feb 2004
Posts: 656
Location: Eastern Indiana

PostPosted: Sat Feb 11, 2006 9:23 pm    Post subject: Is there a notepad that will view dsc text like VDS format? Reply with quote

Is there a notepad or simular replacement that will view or display dsc text like VDS format with its colored fonts?

For example, the notepad replacement would show the .dsc like it looks kinda like this forum shows the font colors below:

Code:
LIST CREATE,1
list loadfile,1,c:\path\text.txt
dialog set,edit1,@text(1)
LIST CLOSE,1


I know you can emulate this by loading the text in the VDS I.D.E. along side of your project, but I would rather have it in another window, like in a notepad window so I can minimize it etc..

Maybe I am crazy Idea
Back to top
View user's profile Send private message Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Sun Feb 12, 2006 12:36 am    Post subject: Reply with quote

there is an editor that supports multiple languages, including vds but i forget where it is ... may be a google search will help you find it

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
vtol
Valued Contributor
Valued Contributor


Joined: 05 Feb 2004
Posts: 656
Location: Eastern Indiana

PostPosted: Sun Feb 12, 2006 8:27 am    Post subject: Reply with quote

Thanks Serge
Is there a trick out there to put disabled text on the dialog without using artist BMPs, you know like the text seen on the disabled buttons, kinda forged or trenced into the button or dialog like caveman fonts. Razz

I tried dialog disable,TEXT1 but it don't look as good as the disabled button version if you know what I mean, it just looks like it switched from black to gray ink. Laughing

Thanks even if its a dumb question Question
Back to top
View user's profile Send private message Visit poster's website
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Sun Feb 12, 2006 10:12 am    Post subject: Reply with quote

you could try editplus

http://www.editplus.com/

You could create a STX config file for it, with auto-complete, coloured syntax etc.

Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Sun Feb 12, 2006 2:21 pm    Post subject: Reply with quote

PSPad is great. www.pspad.com.

Free, very powerful, and highligthers for a whole bunch of languages...

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
filip
Valued Contributor
Valued Contributor


Joined: 07 Aug 2004
Posts: 340

PostPosted: Sun Feb 12, 2006 3:06 pm    Post subject: Reply with quote

This PSPad rocks...don't have support for VDS

I have send an email to the author mybe he will add support for VDS... Cool
Back to top
View user's profile Send private message Send e-mail
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Sun Feb 12, 2006 4:09 pm    Post subject: Reply with quote

You can make your own highlighter - look for instructions in the help file.

This is what I use (Visual Dialogscript.INI - put it in the SYNTAX subfolder):

Code:
;PSPad user HighLighter definition file
[Settings]
Name=Visual DialogScript
HTMLGroup=0
FileType=*.dsc
CommentString=
REMComment=1
SharpComment=1
IndentChar=
UnIndentChar=
TabWidth=0
DoubleQuote=1
KeyWordChars=-_
CodeExplorer=ftUnknown
[KeyWords]
BEEP=
BINFILE=
CLIPBOARD=
DDE=
DIALOG=
DIRECTORY=
ELSE=
ELSIF=
END=
ERROR=
EXIT=
EXITWIN=
EXTERNAL=
FILE=
FONT=
FREELIB=
GOSUB=
GOTO=
HOTKEY=
HTMLHELP=
ICOTOBMP=
IF=
INFO=
INIFILE=
KILLTASK=
LINK=
LIST=
LOADLIB=
OPTION=
PARSE=
PLAY=
RANDOM=
REGISTRY=
REM=
REPEAT=
RUN=
RUNH=
RUNM=
RUNZ=
SHELL=
SHIFT=
STOP=
TASKBAR=
TIMER=
TITLE=
TRACE=
WAIT=
WARN=
WHILE=
WINDOW=
WINHELP=
[ReservedWords]
@ABS=
@ADDR=
@ADJUST=
@ALT=
@ASC=
@ASK=
@BINARY=
@BINFILE=
@BOTH=
@CHR=
@CLICK=
@CLIPBRD=
@CMDLINE=
@COLORDLG=
@COUNT=
@CR=
@CTRL=
@CURDIR=
@DATETIME=
@DDEITEM=
@DDEMAC=
@DIFF=
@DIRDLG=
@DIV=
@DLGPOS=
@DLGTEXT=
@ENCRYPT=
@ENV=
@EQUAL=
@ERROR=
@ESC=
@EVENT=
@EXPAND=
@EXT=
@FILE=
@FILEDLG=
@FILL=
@FINT=
@FOCUS=
@FONTDLG=
@FORMAT=
@FRAC=
@FSEP=
@GREATER=
@HEX=
@HOTKEY=
@INDEX=
@INIREAD=
@INPUT=
@ITEM=
@ITEMS=
@KEY=
@LEN=
@LIB=
@LOWER=
@MATCH=
@MCI=
@MOD=
@MOUSEDOWN=
@MOUSEPOS=
@MSGBOX=
@MSGPARAMS=
@NAME=
@NEXT=
@NOT=
@NULL=
@NUMERIC=
@OK=
@PATH=
@PIPE=
@POS=
@PRED=
@PROD=
@QUERY=
@RANDOM=
@REGEXISTS=
@REGREAD=
@REGTYPE=
@RETCODE=
@SELECTED=
@SENDMSG=
@SHIFT=
@SHORTNAME=
@STRDEL=
@STRINS=
@SUBSTR=
@SUCC=
@SUM=
@SYSINFO=
@TAB=
@TEXT=
@TIMER=
@TRIM=
@UNEQUAL=
@UPPER=
@VAL=
@VERINFO=
@VOLINFO=
@WINACTIVE=
@WINATPOINT=
@WINCLASS=
@WINDIR=
@WINDOW=
@WINEXISTS=
@WINPOS=
[KeyWords2]
[KeyWords3]


Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
JRoza
Contributor
Contributor


Joined: 17 Aug 2003
Posts: 182
Location: Netherlands

PostPosted: Sun Feb 12, 2006 8:32 pm    Post subject: Reply with quote

Another fine editor with support for many languages is Boxer Editor.
You can easily add support for your own preferred languages.
I use it for years and like Boxer very much.

Very Happy
Jan
Back to top
View user's profile Send private message Visit poster's website
vtol
Valued Contributor
Valued Contributor


Joined: 05 Feb 2004
Posts: 656
Location: Eastern Indiana

PostPosted: Mon Feb 13, 2006 8:07 pm    Post subject: Reply with quote

I'm still working on making my Full Version Windows XP pro SP2 like classic should be, so I'll stay away from anything that says auto complete, just outta bull-headyness - grrrrr Laughing

I'm downloading the psPAD right now(it sounds adjustible enough), will get the dictionary next.. I believe Dreads INI adjustment will work fine.

I've tried boxer awhile back for a basic text editor replacement but can't remember anything about it.

You guys are too nice, but not nice enough to be gay thank god Wink

Thanks
Back to top
View user's profile Send private message Visit poster's website
vtol
Valued Contributor
Valued Contributor


Joined: 05 Feb 2004
Posts: 656
Location: Eastern Indiana

PostPosted: Mon Feb 13, 2006 8:53 pm    Post subject: Reply with quote

Works great and simple to setup Exclamation

Some added VDS settings help below:

Create a ...\PSPad editor\Syntax\Visual DialogScript.ini (like Dreads previous above)
    Select Settings menu > Highlighter settings.

    (1) Select Specification tab.
    (2) On the left (highlighter) list, click on one of the bolded highlighters (<not-assigned> thingys).
    (3) On the right side is list of user highlighters, select (scroll down to VDS ini title) the one you created and click on it.


Then load your .dsc file

Thanks again Dread Razz
Back to top
View user's profile Send private message Visit poster's website
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Tue Feb 14, 2006 6:35 am    Post subject: Reply with quote

Glad ya like PSPad. It's very advanced - one can do just about anything with it.

Remember to set the VDS colors you want on the Colors tab of the Highlighters settings...

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
vtol
Valued Contributor
Valued Contributor


Joined: 05 Feb 2004
Posts: 656
Location: Eastern Indiana

PostPosted: Thu Feb 23, 2006 5:03 am    Post subject: Reply with quote

allready set the colors good enough, that was the fun part.

Just wanted to say thanks again for taking time out to help me, love the pad..
Cool
Back to top
View user's profile Send private message Visit poster's website
trapper
Contributor
Contributor


Joined: 28 Jan 2005
Posts: 112
Location: Brisbane, Australia

PostPosted: Thu Feb 23, 2006 6:48 am    Post subject: Reply with quote

Are the colour settings saved anywhere? If so, perhaps someone could share the 'file'.

Cheers...

_________________
John Trappett
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 -> General Help All times are GMT
Page 1 of 1

 
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