Quote:
Originally Posted by Starson17
How do you find UltraEdit for editing in Python? Does it offer to collapse indented code the way it does for other languages where the code is marked in open/close brackets? Does it highlight code blocks based on indents?
|
It is good for Python, although it does not offer function completion like a true IDE (or at least not that I'm aware of). It will collapse code blocks by indent (sort of, it has trouble with finding the end of a block), and has user-definable syntax highlighting. I do not think it highlights code blocks, but there may be a way to make it do that.