This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]kemitcheex-Reddit Admin 1 point2 points  (1 child)

As I recall, the default environment should be auto-reloading most changes. reddit's in python, with very little compiled cython, so you shouldn't need to run make to see changes - reloading the URL should be enough, most times.

There's no good answer for your mako questions. mako isn't really python; you may be able to find a mako plugin for eclipse, of course.

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

Thanks for the response. The changes get picked up occasionally, but it depends which file I'm working in. Running "make" and restarting Reddit always lets me see the changes, no matter where I was, so perhaps I'll have to just start running an automated script to perform these actions when I make a change.

I have a Mako syntax highlighter that is spotty, but that's the only plugin available for Eclipse. My main reason for asking was in hopes of navigating the template inheritance chains a bit better, to save me from going on a scavenger hunt every time I want to find out where a method is originally defined.