Page 2 of 3 <123>
Topic Options
#101210 - 2003-05-23 11:50 AM Re: UltraEdit word file - need a new one
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Well Richard,

Lets see this as individual preference which noone should argue about [Wink]

By the way here is my first stab in adding KiXforms syntax to UEdit's Wordfile ...

DISCLAIMER
This is yet untested and underlies Author specific preference so please use it at own risk.
There are some inconsistencies such as RIGHT/LEFT (kix/kforms)
and doubled Items such as TabPages(Object & Property at the same time) which are not easy to be reflected.
Furthermore, please note that the Author cannot guarantuee the completeness of the list as kixforms is currently in Beta state...
The Author thinks that he should be online more often in the evenings [Roll Eyes]


quote:
/L8"KiXtart/KiXforms" Nocase Line Comment = ; String Chars = "' File Extensions = kix udf k2k scr
/Function String = "%function*"
/Function String 1 = "%:*"
/Delimiters = ~!@%^&*-+=()|\/{}[]:;"'<> , .?
/Indent Strings = "IF" "ELSE" "DO" "WHILE" "FOR" "FUNCTION" "SELECT"
/Unindent Strings = "ELSE" "ENDIF" "UNTIL" "LOOP" "NEXT" "ENDFUNCTION" "RETURN" "ENDSELECT"
/C1"Commands"
BEEP BIG BREAK
CALL CASE CD CLS COLOR COOKIE1 COPY
DEBUG DEL DELETE DIM DISPLAY DO
EACH ELSE ENDFUNCTION ENDIF ENDSELECT EXIT
FLUSHKB FOR FUNCTION
GET GETS GLOBAL GO GOSUB GOTO
IF IN
LIST LOOP
MD MOVE
NEXT
OFF ON OPTIONAL
PASSWORD PLAY PRESERVE
QUIT
REDIM RETURN RD RUN
SELECT SET SETL SETM SETTIME SHELL SLEEP SMALL STEP
TO
UNTIL USE USER
WHILE
/C2"Functions"
ABS ADDKEY ADDPRINTERCONNECTION ADDPROGRAMGROUP ADDPROGRAMITEM ASC ASCAN AT
BACKUPEVENTLOG BOX
CDBL CHR CINT CLEAREVENTLOG CLOSE COMPAREFILETIMES CREATEOBJECT CSTR
DECTOHEX DELKEY DELPRINTERCONNECTION DELPROGRAMGROUP DELPROGRAMITEM DELTREE DELVALUE DIR
ENUMGROUP ENUMIPINFO ENUMKEY ENUMLOCALGROUP ENUMVALUE EXECUTE EXIST EXISTKEY EXPANDENVIRONMENTVARS
FIX FORMATNUMBER FREEFILEHANDLE
GETDISKSPACE GETFILEATTR GETFILESIZE GETFILETIME GETFILEVERSION GETOBJECT
IIF INGROUP INSTR INSTRREV INT ISDECLARED
JOIN
KBHIT KEYEXIST
LCASE LEFT LEN LOADHIVE LOADKEY LOGEVENT LOGOFF LTRIM
MEMORYSIZE MESSAGEBOX
OLECALLFUNC OLECALLPROC OLECREATEOBJECT OLEENUMOBJECT OLEGETOBJECT OLEGETPROPERTY OLEGETSUBOBJECT OLEPUTPROPERTY OLERELEASEOBJECT OPEN
READLINE READPROFILESTRING READTYPE READVALUE REDIRECTOUTPUT RIGHT RND ROUND RTRIM
SAVEKEY SENDKEYS SENDMESSAGE SETASCII SETCONSOLE SETDEFAULTPRINTER SETFILEATTR SETFOCUS SETOPTION SETTITLE SETWALLPAPER SETSYSTEMSTATE SHOWPROGRAMGROUP SIDTONAME SPLIT SHUTDOWN SRND SUBSTR
TRIM
UBOUND UCASE UNLOADHIVE
VAL VARTYPE VARTYPENAME
WRITELINE WRITEPROFILESTRING WRITEVALUE
/C3"Macros"
ADDRESS
BUILD
COMMENT CPU CRLF CSD CURDIR
DATE DAY DOMAIN DOS
ERROR
FULLNAME
HOMEDIR HOMEDRIVE HOMESHR HOSTNAME
INWIN IPADDRESS0 IPADDRESS1 IPADDRESS2 IPADDRESS3
KIX
LANROOT LDOMAIN LDRIVE LM LOGONMODE LONGHOMEDIR LSERVER
MAXPWAGE MDAYNO MHZ MONTHNO MONTH MSECS
PRIMARYGROUP PRIV PRODUCTSUITE PRODUCTTYPE PWAGE
RAS RSERVER
SCRIPTDIR SCRIPTNAME SERROR SID SITE STARTDIR SYSLANG
TICKS TIME
USERID USERLANG
WDAYNO WKSTA WUSERID
YDAYNO YEAR
/C4"Operators"
AND
OR
MOD
NOT
&
*
+
-
// /
< <= <>
= ==
> >=
/C5"KiXforms Objects"
BUTTON
CHECKBOX COLORDIALOG COLUMN COLUMNS COMBOBOX COMMANDBUTTON CONTROLS
DIALOGS
FOLDERBROWSERDIALOG FONTDIALOG FORM FRAME
GROUPBOX
HYPERLINK
IMAGELIST IMAGES ITEM ITEMS
LABEL LISTBOX LISTVIEW
MAINMENU MAXBUTTON MENUITEM MENUITEMS MINBUTTON
OPENFILEDIALOG
PICTUREBOX PROGRESSBAR
RADIOBUTTON RICHTEXTBOX
SAVEFILEDIALOG SCROLLBAR SELECTEDITEMS SLIDER SUBITEM SUBITEMS
TABCONTROL TABPAGES TRACKBAR
TEXTBOX TIMER TOOLBUTTON TRACKBAR
/C6"KiXforms Properties"
ACCEPTSRETURN ACCEPTSTAB ALIGNMENT ANCHOR APPEARANCE AUTOTAB
BACKCOLOR BORDERSTYLE BOTTOM BOUNDS BUILD
CANCEL CAPTION CHECKALIGN CHECKED CHECKFILEEXISTS CHECKSTATE CLIENTHEIGHT CLIENTSIZE CLIENTWIDTH COLOR COLORDEPTH COLUMNS CONTROLBOX CONTROLS COUNT CURSOR
DEFAULT DEFAULTEXT DESCRIPTION DIALOGRESULT DIALOGS DRAWWIDTH DROPDOWNWIDTH
ENABLED
FILENAME FILTER FILTERINDEX FLATSTYLE FOCUSED FOCUSEDITEM FONT FONTBOLD FONTITALIC FONTNAME FONTSIZE FONTSTRIKETHRU FONTUNDERLINE FORECOLOR FORMBORDERSTYLE FULLROWSELECT
GRIDLINES
HEADERSTYLE HEIGHT HIDESELECTION HOTBACKCOLOR HOTFORECOLOR
ICON IMAGEINDEX IMAGES IMAGESIZE INDEX INITIALDIRECTORY INTERVAL ITEMS
KEYCODE
LABELEDIT LARGEIMAGELIST LOCATION LEFT LIST LISTCOUNT LISTINDEX LISTWIDTH
MAXIMUM MAXIMIZEBOX MAXLENGTH MENU MENUITEMS MINIMUM MINIMIZEBOX MINIMUMSIZE MODIFIED MOUSEBUTTON MOUSEX MOUSEY MULTILINE MULTISELECT
NAME
OPACITY ORIENTATION
PASSWORDCHAR PICTURE PUSHED
READONLYCHECKED RESTOREDIRECTORY RGB RIGHT ROOTFOLDER
SCROLLBARS SELECTED SELECTEDINDEX SELECTEDITEMS SELECTEDPATH SELECTEDTEXT SELECTIONLENGTH SELECTIONSTART SIZE SHOWINTASKBAR SHOWNEWFOLDERBUTTON SHOWREADONLY SMALLIMAGELIST SORTED STEP STYLE SUBITEMS
TABPAGES TABSTOP TAG TEXT TEXTALIGN THREESTATE TITLE TOOLTIPTEXT TOP TOPMOST
VALUE VERSION VIEW VISIBLE WIDTH WINDOWSTATE WORDWRAP
/C7"KiXforms Methods"
ADD ADDITEM ADDSTRIP
BEGINUPDATE
CENTER CLEAR COPY CUT
DOEVENTS
ENDUPDATE ENSUREVISIBLE
HIDE
INCREMENT INPUTBOX INSERT
KEYSTATE
LOADFILE
MESSAGEBOX
PASTE PERFORMSTEP
REFRESH REMOVE REMOVEITEM
SETFOCUS SHOW SHOWDIALOG
UNDO
/C8"KiXforms Events"
ONABOUT ONACTIVATE ONCLICK ONDEACTIVATE ONDOUBLECLICK ONGOTFOCUS ONKEYDOWN ONLOSTFOCUS ONMOUSEDOWN ONMOUSEMOVE ONMOUSEUP ONSCROLL ONSPINDOWN ONSPINUP ONTIMER

Have fun anyways

{edit: forgot some of the New and some of the Deprecated functions ... If you find more, let me know please}

[ 23. May 2003, 12:09: Message edited by: Jochen ]
_________________________



Top
#101211 - 2003-05-23 02:20 PM Re: UltraEdit word file - need a new one
masken Offline
MM club member
*****

Registered: 2000-11-27
Posts: 1222
Loc: Gothenburg, Sweden
quote:
You won't get anything from da Man as he is a Notepad disciple
So true Jochen [Eek!]

Sorry about that sealeopard, I was refering to your version [Big Grin]

Tried both sealeopard's and Jochen's now though, both works ok for me [Big Grin]
_________________________
The tart is out there

Top
#101212 - 2003-05-23 02:37 PM Re: UltraEdit word file - need a new one
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Already found 3 forgotten Items ... will update accordingly !

Kent, Les?

What do you think, if it is worth an faq why not holding 2 Versions, no ?
_________________________



Top
#101213 - 2003-05-23 04:03 PM Re: UltraEdit word file - need a new one
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
Jochen: Why do you omit the KiXforms Properties? Also, which KiXforms words did you add? As I have only the completely outdated wordlist from www.kixforms.org Documents pae, I'd like to update the list. also, I added the dots in front of all KiXforms words becasue I thought that woudl solve the LEFT coloring problem, but it didn't. anyway, I prefer to have the dots in front of them in order to denote that we're dealing with OO-coding in the KiXforms segment. Otherwise, I don't see much difference between our two versions.
_________________________
There are two types of vessels, submarines and targets.

Top
#101214 - 2003-05-23 04:29 PM Re: UltraEdit word file - need a new one
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
No.

Even if it is OO coding the Dot should not be Highlighted imho (Don't get me wrong as I talk about personal preference).
What comes to 'ommitting' Keywords this was just a first read/write from the latest available kixforms.chm [Wink]

Wha'ever Dude : If you like to see yours, please go ahead, I got no problems with that ... But be aware of the need of constant change tracking (esp. KiXforms) [Big Grin] [Razz]

{edit: What did you mean with omit Properties ? The whole ? They're in As /C6 [Confused] }

[ 23. May 2003, 16:58: Message edited by: Jochen ]
_________________________



Top
#101215 - 2003-05-23 04:38 PM Re: UltraEdit word file - need a new one
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Wait a tick ... I don't think I don't think that Keywords preceeded by a Dot will even be recognized as keywords as long as the Dot is member of the Seperator Chars list ...

Have you verified that ???
_________________________



Top
#101216 - 2003-05-23 05:00 PM Re: UltraEdit word file - need a new one
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
Jochen: Yes, it does work, except for the damn LEFT and RIGHT properties.

Can you send me the latest KIXFORMS.CHM as I don't have it?
_________________________
There are two types of vessels, submarines and targets.

Top
#101217 - 2003-05-26 08:25 AM Re: UltraEdit word file - need a new one
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Mail is on the way ... Sorry for being incommunicado again over the WE [Roll Eyes]
_________________________



Top
#101218 - 2003-05-26 08:30 AM Re: UltraEdit word file - need a new one
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Researching at the moment if we can get the variable Characters in just like the way we can Flag the String characters ... have to upgrade my version anyway so maybe there is an option [Smile]
_________________________



Top
#101219 - 2003-05-26 05:50 PM Re: UltraEdit word file - need a new one
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
quote:
variable Characters in just like the way we can Flag the String characters
What do you mean with variable characters?
_________________________
There are two types of vessels, submarines and targets.

Top
#101220 - 2003-05-27 10:32 AM Re: UltraEdit word file - need a new one
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Just this :

quote:
String Chars = "'
in the first line of the Language spoecifications ...

My Version is a bit outdated (2 major releases) so I can't tell if something like this :

quote:
Variable Chars = $
is even possible...

Will get back to y'all after update [Roll Eyes]
_________________________



Top
#101221 - 2003-05-27 09:35 PM Re: UltraEdit word file - need a new one
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
Jochen:

This is how I do it in the wordfile:
code:
/C5"KiXtart Variables"
** $

_________________________
There are two types of vessels, submarines and targets.

Top
#101222 - 2003-05-27 09:48 PM Re: UltraEdit word file - need a new one
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Sure !

That's why you have this in your wordfile :

quote:
/C7"KiXforms Methods/Events"
I have all major Kixforms subcategories in it's own 'language group' (/C5 - /C8) because I have not cared to waste one for a single character [Wink]

I am searching for a way to get around this as mentioned above, but I am anyways not yet convinced that there is a real need (neither for Syntax hilighting nor GroupListing) for Variables...

Uhh --- Now I'd really like to talk in German as the above doesn't make any sense anymore for me [Roll Eyes]
_________________________



Top
#101223 - 2003-05-27 09:50 PM Re: UltraEdit word file - need a new one
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Oh by the way ...

What are these two asterisks are fore ?

[Confused]
_________________________



Top
#101224 - 2003-05-27 10:00 PM Re: UltraEdit word file - need a new one
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
It was the only way I found to highlight variables. The alternative would be to treat variables as normal text.
Anyway, quote from the Ultraedit Help
quote:
Keywords beginning with a Sub String

There are instances in some languages where it is desirable to highlight keywords that begin with a particular sub-string, however the complete word is not known. UltraEdit provides the ability to define sub-strings that are used to determine if a word should be highlighted. If such sub-strings are defined for a particular language under a color group UltraEdit will determine if a word begins with one of the sub-strings. If it does, it will be highlighted accordingly.

The sub-strings should be defined as with any other set of keywords however the line containing the sub-strings should start with "** " and all sub-strings should be on the same line as in:

** aaa bbb

The example above would highlight any words beginning with "aaa" or "bbb".

_________________________
There are two types of vessels, submarines and targets.

Top
#101225 - 2003-07-09 03:50 PM Re: UltraEdit word file - need a new one
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
My UltraEdit Wordfile for KiXtart 4.21 & KiXforms 4.3.0 beta 3 is now available for download at http://people.bu.edu/jenmeyer/kixtart/ultraedit_kixtart_worldfile.txt

[ 09. July 2003, 15:50: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.

Top
#101226 - 2003-07-09 03:58 PM Re: UltraEdit word file - need a new one
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Jens,

I just forgot about that thread, sorry!
One minor thing to mention:

I just wasn't able to get SH working with yours [Frown]
(it's all about the dots in front of KF-keywords I think)

Still using 8.0b though [Roll Eyes]
_________________________



Top
#101227 - 2003-07-09 04:10 PM Re: UltraEdit word file - need a new one
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
Jochen:

I just removed the dots [Big Grin] Are you a mind-reader?

However, I still cannot get that friggin' LEFT show up in the correct color if it is being used as a kiXforms property.

Anyway, the wordfile now does no longer use the dots and the file available for download has been updated.

With regards to coloring, I've now standardized on coloring KiXforms in shades of blue combined with blue. It now looks quite nice. I just haven't figured out a way to export the color scheme.
_________________________
There are two types of vessels, submarines and targets.

Top
#101228 - 2003-07-09 04:29 PM Re: UltraEdit word file - need a new one
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
What comes to .left .etc KF properties/KiX functions there will be NO way to my best knowledge [Mad]

Well, when it comes to colorizing schemes I am stuck in a weirdo artistic phase (Let's call it my UltraViole(n)t Phase [Big Grin] ), only so much: Got my objects in italics [Eek!]
_________________________



Top
#101229 - 2003-07-09 04:40 PM Re: UltraEdit word file - need a new one
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
Hmm, I'll give italics a try [Big Grin]

But the violet-stuff is too radical for me, remember I'm German [Wink]
_________________________
There are two types of vessels, submarines and targets.

Top
Page 2 of 3 <123>


Moderator:  Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 1574 anonymous users online.
Newest Members
BeeEm, min_seow, Audio, Hoschi, Comet
17882 Registered Users

Generated in 0.195 seconds in which 0.115 seconds were spent on a total of 13 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org