It has syntax highlighting, code completion and a classes overview while
being much faster than Eclipse plus the PyDev-Plugin. It seems to be a
good choice and I am using it myself.
You can find the product's page there:
<http://mmm-experts.com/Products.aspx?ProductID=4> (the website looks
quite.. 1995 though).
F Herlings
jebberwocky schrieb:
Jeremey.
TextMate is pretty much just an editor, so I'm not quite sure
what you mean by including appengine in your path... are you
wanting to view the source in TextMate? If not, then running
dev_appserver.py on your appengine project is all you need.
I tend to use TextMate in combo with a terminal... I move to folders
I want to work in in the terminal and run "mate ." from the terminal.
That will open TextMate with the current folder.
As for code completion, you type the keyword and hit Tab... so the
trick is then to learn the keywords. The easiest thing to do (for me)
is to click on the action menu at the bottom of the editor (little circle-ish
icon between the language menu and the tab size), choose Python,
and look at all the options there, each one is listed with its keyboard
shortcut or keyword (keywords are typed and then you hit Tab).
So for example, typing "classTAB" (that's c-l-a-s-s-TAB) will get
you a basic class definition.
Hope that helps,
Jeremey.
vim!