var fDesc=new Array(); fDesc[0] = "Brief Basic is free. There is no expiration and no adware. The perfect choice if you are looking for a compact and powerful text editor. Windows 2000 and later is supported.

Main features:


-devotes all of the window to your file; no scroll bars, no clutter
-cut and paste lines or columns
-play back repetitive tasks with keystroke macros
-runs inside command prompt windows
-undo as far back as you need
-accepts many keystrokes found in popular programs like edit, notepad and visual studio
-edit large files without any column length limit
-edit text files formatted for Windows, Unix, Macintosh, and Unicode
-run your compiler and step to each source code error
-split the screen into multiple windows
-find and replace within selected text and use regular expressions
-edit multiple files at once
-the entire product is one small file needing no configuration"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }