34 lines
1.5 KiB
Plaintext
34 lines
1.5 KiB
Plaintext
; --------------------------------------------------------------------------------
|
|
; @Title: Readme for syntax highlighting files
|
|
; @Description:
|
|
; Readme for syntax highlighting files for PRACTICE script language
|
|
; @Author: MOB
|
|
; @Copyright: (C) 1989-2014 Lauterbach GmbH, licensed for use with TRACE32(R) only
|
|
; --------------------------------------------------------------------------------
|
|
; $Id: readme.txt 7025 2014-04-28 15:42:01Z kjmal $
|
|
|
|
Readme for syntax highlighting files for Lauterbach PRACTICE script language
|
|
|
|
This directory contains syntax highlighting files for some text editors. Most
|
|
TRACE32 commands, PRACTICE commands, functions, options and parameters will be
|
|
highlighed. However, only the long notation is recognized (e.g. "Var.Watch"
|
|
will be highlighted, "V.W" will not be highlighted).
|
|
|
|
There are two versions available for each editor:
|
|
- practice.strict.[syn|uew|xml]
|
|
- Strict version
|
|
- Case sensitive
|
|
- Includes only the full notation (e.g. Go.direct, List.auto)
|
|
- practice.[syn|uew|xml]
|
|
- More tolerant version
|
|
- Case insenstive
|
|
- Also includes shorter command versions (e.g. Go and Go.direct)
|
|
|
|
The desired file has to be copied to the installation folder or application
|
|
data folder of the respective editor. See the header of the respective file
|
|
for installation instructions.
|
|
|
|
Hint: To set up your favourite editor as default editor in TRACE32 use the
|
|
command "SETUP.EDITEXT". See the "IDE Reference Guide" (pdf/ide_ref.pdf) for
|
|
more information.
|