Menu

Tree [7b56ec] master /
 History

HTTPS access


File Date Author Commit
 colors 2017-07-17 Nicholas Christopoulos Nicholas Christopoulos [845247] fixed atom-colors
 doc 2016-11-07 Nicholas Christopoulos Nicholas Christopoulos [bca12a] colors
 extra 2018-01-06 Nicholas Christopoulos Nicholas Christopoulos [837d1d] 1.0.3 version, new fuction for laptop keys and ...
 jedmodes 2017-07-17 Nicholas Christopoulos Nicholas Christopoulos [e7a26f] RE help added
 .editorconfig 2019-12-23 Nicholas Christopoulos Nicholas Christopoulos [c00b2b] CBRIEF 4
 .gitignore 2017-07-17 Nicholas Christopoulos Nicholas Christopoulos [845247] fixed atom-colors
 LICENSE 2016-11-07 nereusx nereusx [ac2349] Initial commit
 Makefile 2016-11-07 Nicholas Christopoulos Nicholas Christopoulos [3bb8a1] install script
 README.md 2017-05-23 Nicholas Christopoulos Nicholas Christopoulos [e10ffa] README updated
 cbrief-l.hlp 2019-12-23 Nicholas Christopoulos Nicholas Christopoulos [afa7b2] CBRIEF 4
 cbrief.hlp 2016-11-07 Nicholas Christopoulos Nicholas Christopoulos [fb7388] init
 cbrief.sl 2020-01-07 Nicholas Christopoulos Nicholas Christopoulos [7b56ec] popup on open-file
 cbufed.hlp 2016-11-07 Nicholas Christopoulos Nicholas Christopoulos [fb7388] init
 cbufed.sl 2020-01-06 Nicholas Christopoulos Nicholas Christopoulos [edfd3b] popup menus
 chelp.sl 2016-11-07 Nicholas Christopoulos Nicholas Christopoulos [fb7388] init
 csh-mode.sl 2017-07-17 Nicholas Christopoulos Nicholas Christopoulos [845247] fixed atom-colors
 install.csh 2019-12-23 Nicholas Christopoulos Nicholas Christopoulos [afa7b2] CBRIEF 4
 mm-briefmsc.sl 2016-11-07 Nicholas Christopoulos Nicholas Christopoulos [bbdedf] jedmodes
 tcsh-mode.sl 2017-07-17 Nicholas Christopoulos Nicholas Christopoulos [845247] fixed atom-colors

Read Me

cbrief

BRIEF v3.1 emulation for JED

The BRIEF text editor

Brief, BRIEF, or B.R.I.E.F., an acronym for Basic Reconfigurable Interactive Editing Facility,
was a popular programmer's text editor in the 1980s and early 1990s.

CBRIEF or BRIEF v3+ or Borland's BRIEF, was the Borland's version with C-like syntax macros;
the previous versions was used Lisp.

The original BRIEF's manual at archive.org


You ll need this patched version of JED.

It should work without the patched version but dont expect the BRIEF's text-selection modes.


Install

git clone git://git.code.sf.net/p/cbrief-for-jed/code cbrief-for-jed-code
cd cbrief-for-jed-code
./install.csh

Install manually

  1. get files 'git clone git://git.code.sf.net/p/cbrief-for-jed/code cbrief-for-jed-code'
  2. copy jedmodes/x-keydefs.sl, *.sl and *.hlp files to $JED_HOME or $JED_ROOT/lib
  3. if you like hyperman (recommended) copy every file of jedmodes/ to $JED_HOME or $JED_ROOT/lib
  4. optionally you can copy the colors directory too
  5. edit your ~/.jedrc file and put on the beginning (the first require())
require("cbrief");

That's all folks.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.