Editor

From BR Wiki
Revision as of 21:24, 27 July 2015 by Laura (talk | contribs)
Jump to navigation Jump to search

The Editor config specification can be used with the Config command or within a program line using the Execute statement.

Editor "editor-program" [ REMOVE ] [NOWAIT]

Editors for BR! Source code

If you do not wish to allow for out of sequence Line numbers, it is the responsibility of the Editor to do that checking, BR! only does that checking with version 4.17, and very early 4.18.

Examples

An Editor Statement could be typed in the command console like:

 Config Editor "C:\Program Files\NotePad++\NotePad++.exe"

Or added to BRConfig.sys like:

 Editor "C:\Program Files\NotePad++\NotePad++.exe"

Or perhaps added to BRConfig.sys, but only applicable to an individual user (Herbert) like:

@"Herbert" Editor "C:\Program Files\Mills Enterprise\MyEditBR\MyEditBR.exe"


See also


Known Third Party Editors

These editors can process .wbs/.brs Business Rules! Editable Source code.