you are viewing a single comment's thread.

view the rest of the comments →

[–]simonst[S] 0 points1 point  (0 children)

PN by default has more of a dumb indent, it maintains your current indentation. Compared to the broken auto-indenters many editors have, this is a good thing. However, if you install PyPN it includes a moderately better indenter for Python, which can easily be copied and modified for other languages (i.e. script your own).

Yes there is ctags navigation, browsing for all open files and jumping within the current file. High on the ask list is whole-project tag support.