<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial>Is it possible to write a python script to enhance Gideon 
?<BR><BR>For example I would like to select a piece of text in the editor and 
<BR>select the python script, then this script could modify this text 
?<BR><BR>This would require embedding the python interpreter into the 
editor.</FONT></DIV>
<DIV><FONT face=Arial>Not a bad idea at all though. Python is a powerfull 
scripting tool and</FONT></DIV>
<DIV><FONT face=Arial>it would be nice to have a scripting language to 
interact with the</FONT></DIV>
<DIV><FONT face=Arial>editors contents where no compiling/linking 
required.</FONT></DIV>
<DIV><FONT><FONT face=Arial>I have used embedded python succecfully 
in many C++ applications </FONT></FONT></DIV>
<DIV><FONT><FONT face=Arial>re</FONT></FONT><FONT><FONT face=Arial>quering 
continious functionallity alterations and/or additions. I 
then</FONT></FONT></DIV>
<DIV><FONT face=Arial>write a pythonscript containing the new function, or edit 
an existing</FONT></DIV>
<DIV><FONT face=Arial>script and update the remote host, job finished. No 
rebuild required.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>best regards</FONT></DIV>
<DIV><FONT face=Arial>Jakob Simon-Gaarde</FONT></DIV></BODY></HTML>