var fDesc=new Array(); fDesc[0] = "PICAXE Programming Editor is the completely free software application for developing and simulating PICAXE BASIC language programs under Windows (see AXEpad for Linux and Mac).

The Programming Editor supports all PICAXE chips and has a full suite of code development features such as:

source code colour syntax highlighting
auto indentation
syntax check and program download
code explorer to shown variable, label and constant values
full on screen simulation with animated chips and line by line code highlighting
simulation breakpoints by line number and variable value
debug and serial terminal windows
AXE027 download cable testing and port identification tools
various testing tools such as the analogue calibration wizard
various code generation wizards (pwmout, tune etc.)

The Programming Editor can be used for school, private or commercial projects without charge. It may also be installed on school networks without any license agreement paperwork."; 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 = ''; } }