Re: [pygame] Geany

2008-11-08 Thread Matt Pearson
ive tried the default IDLE and its not compatible with certain functions in pygame i had problems with the sys exit() but geany fixed that, i just need to get comfortable with it and the spaces/4 tabs concept On Fri, Nov 7, 2008 at 7:36 PM, pymike <[EMAIL PROTECTED]> wrote: > If you want simplici

Re: [pygame] Geany

2008-11-08 Thread Nathan Whitehead
On Sat, Nov 8, 2008 at 7:37 AM, pymike <[EMAIL PROTECTED]> wrote: > If you've got lots of tabs and 4 spaces mixed together you can either The version of geany I have (0.13) has a menu option "Document"-"Replace Tabs by Spaces" that does this. -- Nathan Whitehead

[pygame] My bad, the test file will have to wait...!

2008-11-08 Thread Keith Nemitz
Hi Casey, Ahh! I'm trapped working on an incredibly important document. I thought the test file I was going to give you was on my site, but it's nowhere to be found. It won't take long to make a new one, but long enough it'll have to wait until the document is done. (in about two weeks) Very s

Re: [pygame] Geany

2008-11-08 Thread pymike
If you've got lots of tabs and 4 spaces mixed together you can either Best thing: 1) Open gedit 2) press Ctrl+H 3) type TAB in the find field, and four spaces in the replace field 4) click the Replace All button 1) Open geany 2) do the same thing, only you'll have to press Find & Replace repeat

Re: [pygame] Geany

2008-11-08 Thread pymike
Aha, nice :) geany ftw :-D On Sat, Nov 8, 2008 at 10:00 AM, Nathan Whitehead <[EMAIL PROTECTED]>wrote: > On Sat, Nov 8, 2008 at 7:37 AM, pymike <[EMAIL PROTECTED]> wrote: > > If you've got lots of tabs and 4 spaces mixed together you can either > > The version of geany I have (0.13) has a menu op

Re: [pygame] Geany

2008-11-08 Thread Matt Pearson
thanks guys i'll try it On Sat, Nov 8, 2008 at 12:24 PM, pymike <[EMAIL PROTECTED]> wrote: > Aha, nice :) geany ftw :-D > > > On Sat, Nov 8, 2008 at 10:00 AM, Nathan Whitehead <[EMAIL PROTECTED]>wrote: > >> On Sat, Nov 8, 2008 at 7:37 AM, pymike <[EMAIL PROTECTED]> wrote: >> > If you've got lots

Re: [pygame] Geany

2008-11-08 Thread Wayne Koorts
> > If you've got lots of tabs and 4 spaces mixed together you can either > I've also created a command-line Python script which will take a file and convert the tabs within into the number of spaces specified in the second argument. You can get it here: http://www.wkoorts.com/wkblog/2008/09/21/n