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
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
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
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
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
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
>
> 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