python – EmEditor (Text Editor) https://www.emeditor.com Best Text Editor, Code Editor, CSV Editor, Large File Viewer for Windows (Free versions available) Wed, 10 Jun 2015 13:32:27 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.5 Feature Request : Python Scripting Engine https://www.emeditor.com/forums/topic/feature-request-python-scripting-engine/ Wed, 10 Jun 2015 13:32:27 +0000 https://www.emeditor.com/forums/topic/feature-request-python-scripting-engine/ Python is pretty famous and “some” Editors support Python as scripting engine ( IDA Hex-Rays does that too )
It would be cool to support Python 3 as additional native Scripting Engine to EmEditor.
Python programming is real fun.

]]>
PYthon IDE – External Tools https://www.emeditor.com/forums/topic/python-ide-external-tools/ Sun, 16 Feb 2014 18:13:33 +0000 http://www.emeditor.com/forums/topic/python-ide-external-tools/ Hi

Apologies for the consecutive topic, but thought to start a new one due to the nature.

I’m working with the External Tools.

So for compiling the Python script I have the following setting:
Python Compiler

But now I would like to do the same using the autopep8 package. However, simply replace the “python” portion of my argument doesn’t work. When doing so my result is literally the cmd.exe printing out the script (e.g. print “Hi”).

How best can I incorporate this package into the External Tools?

Thanks!

]]>
Python IDE https://www.emeditor.com/forums/topic/python-ide/ Sun, 16 Feb 2014 17:47:50 +0000 http://www.emeditor.com/forums/topic/python-ide/ Hi

I’ve gone through numerous IDE’s with python IDE options from dedicated ones (Wing, PyCharm, etc.) to text editors (Sublime) finally settling on Emeditor. Actually quite chuffed only realising its full potential now! (Been using it for over two years now)

I just wanted to make sure I have checked all options to fully exploit its benefits:

  • Naturally have Emeditor the editor of all .py files
  • Utilise the Explorer to work through all my folders (I’m preferring this currently to the Projects option)
  • Using the External Tools, I have setup cmd.exe to compile all python scripts. This, with some tweaking, has worked very well
  • While not actively using it currently, I have played around with Snippets – so am aware I can use that too
  • The same for Outline – I’m not at that stage to use this yet

Is that about the crux of things? Am I missing any functionality that can enhance my IDE experience – it there any auto-completion available? Anything I can do with pep8 functionality too? (just realised I can make another External Tool to assist with that as Plan B)

Thanks!

]]>