I used pydev for a while. But when I am running off the server, have you ever concidered using the -X feature? I use that often when I need to run off the server. Let's say for example that you need to see the errors... I connect with ssh to my server like so... ssh -X 123.123.123.123 then I start screen... screen -rd the -rd connects to a previous screen that I already have running... this has my instance of web2py and I can start other programs too... I open up links... links2 -g and then geany... geany geany is my editor of choice. I highly recommend the help area of the program can is can teach you all the shortcuts and little things that make geany so freaking awesome. With my server on a 1 meg line and me on a 1 meg line I am able to work fairly well. Regards, Jason
On Fri, 2009-07-24 at 21:44 -0700, rb wrote: > Fine. I'll just have to use eclipse then. I use eclipse for the thick- > client pydev work so I'll use it on the svr side too. I take it from > your response that you received no answer (either). I've tried using > "It's All Text!" firefox addon and gedit on my ubuntu svr box but > gedit is just a generic editor. I need something which supports python > with hightlighting and automatic indentation. I think Vim can do this > but I've never been able to wrap my head around all that is vi and its > kin. Years ago I used emacs but I no longer know what state that > monster is in. Hmmm I'll have to look around some, I guess. > > -- > > On Jul 24, 8:12 pm, Jason Brower <[email protected]> wrote: > > I have asked this one before. I actually, got really used to using my > > own editor. > > Regards, > > Jason > > > > On Fri, 2009-07-24 at 14:19 -0700, rb wrote: > > > Can anyone tell me how to change the default colour of the cursor in > > > the web-edit of files? On my systems the cursor colour against the > > > background is almost impossible to see. Currently I must turn of > > > highlighting when editing so that I can see where I am. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

