var fDesc=new Array(); fDesc[0] = "CopyWriter is a basic text editor very similar to window’s note pad. It is really light only 680KB so even if you have a slow internet connection you will be able to download it really fast.
Copywriter can be used in almost any computer, it runs perfectly on a Pentium 100 Mhz. It opens .txt .rtf .doc and binary files.
No usage of the registry, except for file associations, RichEdit functionality with multiple undo, shortcuts for every function and integrated hex viewer for binary files are some of the key features available in this software. You can choose between sixteen interface languages, English (default), Brazilian Portuguese, Bulgarian, Chinese simplified, Chinese traditional, Dutch, French, German, Italian, German, Polish, Russian, Spanish, Serbian, Slowak and Swedish.
You can expand the functionality of CopyWriter features by downloading plugins systems called Utilities. Some utilities available are: Adjust Line Breaks that breaks lines after x characters, Backup, that allows you to create a customizable background backup system, amongst many others. One of the biggest disadvantages is that it has a bad performance on large files (> 64 kB). And the biggest advantage is that the full version is totally free."; 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 = ''; } }