Copyright ® (1999-2005) EDMGROUP Pty Ltd - EZY Prolog Reference

List of predicates for group Editor

[This is preliminary specification and subject to change.]

List of all groups


Type

Predicate

Parameters

Flow pattern

Description

determ

ezy_editor_coloring

WINDOW CTRLWIN,
EDIT_COLORING_SCHEMA

(i,i)

Set coloring scheema

determ

ezy_editor_flag

WINDOW CTRLWIN,
INTEGER FLAG

(i,o),(i,i)

Get/Set read-only flag of the text editor

determ

ezy_editor_hyperfield_create

WINDOW CTRLWIN,
STRING HIDDEN_TEXT

(i,i)

Create Hyper Field sfrom selected text

determ

ezy_editor_hyperfield_delete

WINDOW CTRLWIN

(i)

Delete Selected Hyper Field

determ

ezy_editor_hyperfield_event

LONG HYPER_EVENT_REF,
HYPER_EVENT HYPER_EVENT_TERM

(i,o)

Obtain Hyper Field data

determ

ezy_editor_messages

WINDOW CTRLWIN,
INTEGER ON_OFF

(i,i)

Activate editor window as a messages window. Results of the write statement will be redirected into editor window

determ

ezy_editor_openfile

STRING FILENAME

(i)

Open file and place it content into editor

determ

ezy_editor_openhighlight

STRING FILENAME,
SLIST KEYS,
INTEGER COLOR_ATTR_SCHEMA

(i,i,i)

Open file, place it's content into editor and apply color schema

determ

ezy_editor_position

WINDOW CTRLWIN,
INTEGER POSITION

(i,i),(i,o)

Get/Set current position inside Editor

determ

ezy_editor_selection

WINDOW CTRLWIN,
INTEGER POSITION,
INTEGER LENGTH

(i,i,i),(i,o,o)

Get/Set selections in EDITOR

determ

ezy_editor_string

WINDOW CTRLWIN,
STRING DATA

(i,i),(i,o)

Get/Set value of the string inside Editor

determ

ezy_editor_tokens

WINDOW CTRLWIN,
INTEGER BG_COLOR,
INTEGER FG_COLOR,
SLIST TOKENS

(i,o,o,o),(i,i,i,i)

Get/Set colored tokens of the text editor

determ

ezy_editor_wrap

WINDOW CTRLWIN,
INTEGER ON_OFF

(i,i)

Sets the Wrap mode state.for the text editor Note: doesn't affect Colored type of editor


Copyright © 1998-2005 EDMGROUP (Australia)