From: <rha...@us...> - 2011-09-26 13:39:16
|
Revision: 380 http://mevislabmodules.svn.sourceforge.net/mevislabmodules/?rev=380&view=rev Author: rhameeteman Date: 2011-09-26 13:39:09 +0000 (Mon, 26 Sep 2011) Log Message: ----------- KH. * Set code editor style to monospacedTextView Modified Paths: -------------- trunk/Community/General/Modules/Macros/Command/PythonExec.script Modified: trunk/Community/General/Modules/Macros/Command/PythonExec.script =================================================================== --- trunk/Community/General/Modules/Macros/Command/PythonExec.script 2011-09-09 08:04:06 UTC (rev 379) +++ trunk/Community/General/Modules/Macros/Command/PythonExec.script 2011-09-26 13:39:09 UTC (rev 380) @@ -78,12 +78,17 @@ frameShape = NoFrame frameShadow = Plain TextView command { - autoApply = Yes - title = "" + autoApply = Yes + title = "" droppedObjectCommand = FieldDroped - syntaxHighlighting = Python - showLineNumbers = Yes - hscroller = On + syntaxHighlighting = Python + showLineNumbers = Yes + hscroller = On + wrap = off + tabStopWidth = 20 + console = yes + style = monospacedTextView + textFormat = Plain tooltip = "Drop any field on this window and it will be added as nw.field(<fieldName>).value Trigger fields are added as nw.field(<fieldName>).touch() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |