| View previous topic :: View next topic |
| Author |
Message |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sat Feb 11, 2006 9:23 pm Post subject: Is there a notepad that will view dsc text like VDS format? |
|
|
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  |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Sun Feb 12, 2006 12:36 am Post subject: |
|
|
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 |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sun Feb 12, 2006 8:27 am Post subject: |
|
|
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.
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.
Thanks even if its a dumb question  |
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Sun Feb 12, 2006 10:12 am Post subject: |
|
|
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 |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Sun Feb 12, 2006 2:21 pm Post subject: |
|
|
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 |
|
 |
filip Valued Contributor


Joined: 07 Aug 2004 Posts: 340
|
Posted: Sun Feb 12, 2006 3:06 pm Post subject: |
|
|
This PSPad rocks...don't have support for VDS
I have send an email to the author mybe he will add support for VDS...  |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Sun Feb 12, 2006 4:09 pm Post subject: |
|
|
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 |
|
 |
JRoza Contributor


Joined: 17 Aug 2003 Posts: 182 Location: Netherlands
|
Posted: Sun Feb 12, 2006 8:32 pm Post subject: |
|
|
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.
Jan |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Mon Feb 13, 2006 8:07 pm Post subject: |
|
|
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
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
Thanks |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Mon Feb 13, 2006 8:53 pm Post subject: |
|
|
Works great and simple to setup
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  |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Tue Feb 14, 2006 6:35 am Post subject: |
|
|
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 |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Thu Feb 23, 2006 5:03 am Post subject: |
|
|
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..
 |
|
| Back to top |
|
 |
trapper Contributor


Joined: 28 Jan 2005 Posts: 112 Location: Brisbane, Australia
|
Posted: Thu Feb 23, 2006 6:48 am Post subject: |
|
|
Are the colour settings saved anywhere? If so, perhaps someone could share the 'file'.
Cheers... _________________ John Trappett |
|
| Back to top |
|
 |
|