View Single Post
Old 07-07-2010, 03:04 PM   #9
nyrath
Addict
nyrath reads XML... blindfoldednyrath reads XML... blindfoldednyrath reads XML... blindfoldednyrath reads XML... blindfoldednyrath reads XML... blindfoldednyrath reads XML... blindfoldednyrath reads XML... blindfoldednyrath reads XML... blindfoldednyrath reads XML... blindfoldednyrath reads XML... blindfoldednyrath reads XML... blindfolded
 
nyrath's Avatar
 
Posts: 281
Karma: 52007
Join Date: Jun 2010
Device: nook
Quote:
Originally Posted by Starson17 View Post
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.

Last edited by nyrath; 07-07-2010 at 03:23 PM.
nyrath is offline   Reply With Quote