<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Tool Validator edit - How to change what editor is used ? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/tool-validator-edit-how-to-change-what-editor-is/m-p/254994#M19595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When editing a tool validator class I do as described in the help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;" ... to program a ToolValidator class, right-click your tool, click Properties, click the Validation tab, then click Edit. This opens your installed Python editor, such as IDLE or PythonWin. ... "&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;taken from: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00150000000w000000.htm" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00150000000w000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only on my computer the pyton code opens in Notepad, not in IDLE nor PyWin ... ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;QUESTION: Where do I change the setting that controls which editor is used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I run ArcGIS 10.1 on a win7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the windows environment .py files are set to default open with .../python.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin Hvidberg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2013 06:20:57 GMT</pubDate>
    <dc:creator>MartinHvidberg</dc:creator>
    <dc:date>2013-02-08T06:20:57Z</dc:date>
    <item>
      <title>Tool Validator edit - How to change what editor is used ?</title>
      <link>https://community.esri.com/t5/python-questions/tool-validator-edit-how-to-change-what-editor-is/m-p/254994#M19595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When editing a tool validator class I do as described in the help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;" ... to program a ToolValidator class, right-click your tool, click Properties, click the Validation tab, then click Edit. This opens your installed Python editor, such as IDLE or PythonWin. ... "&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;taken from: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00150000000w000000.htm" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00150000000w000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only on my computer the pyton code opens in Notepad, not in IDLE nor PyWin ... ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;QUESTION: Where do I change the setting that controls which editor is used?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I run ArcGIS 10.1 on a win7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the windows environment .py files are set to default open with .../python.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin Hvidberg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 06:20:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tool-validator-edit-how-to-change-what-editor-is/m-p/254994#M19595</guid>
      <dc:creator>MartinHvidberg</dc:creator>
      <dc:date>2013-02-08T06:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tool Validator edit - How to change what editor is used ?</title>
      <link>https://community.esri.com/t5/python-questions/tool-validator-edit-how-to-change-what-editor-is/m-p/254995#M19596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcMap, go to the Geoprocessing menu &amp;gt; Geoprocessing Options.&amp;nbsp; Under Script Tool Editor/Debugger set the Editor to the IDLE or PYTHONWIN executable.&amp;nbsp; Ex:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Python27\ArcGIS10.1\Lib\site-packages\pythonwin\Pythonwin.exe&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 10:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tool-validator-edit-how-to-change-what-editor-is/m-p/254995#M19596</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-02-08T10:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tool Validator edit - How to change what editor is used ?</title>
      <link>https://community.esri.com/t5/python-questions/tool-validator-edit-how-to-change-what-editor-is/m-p/254996#M19597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, that worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It created a new (minor) question though: What's the difference between Editor and Debugger?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used Editor and that generated the result I was lookuibg for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 10:44:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tool-validator-edit-how-to-change-what-editor-is/m-p/254996#M19597</guid>
      <dc:creator>MartinHvidberg</dc:creator>
      <dc:date>2013-02-08T10:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Tool Validator edit - How to change what editor is used ?</title>
      <link>https://community.esri.com/t5/python-questions/tool-validator-edit-how-to-change-what-editor-is/m-p/254997#M19598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See the following link below about debugging script tools:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00150000000m000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00150000000m000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 12:25:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tool-validator-edit-how-to-change-what-editor-is/m-p/254997#M19598</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-02-08T12:25:44Z</dc:date>
    </item>
  </channel>
</rss>

