Closed Thread
Results 1 to 4 of 4

Thread: Python Source Formatter

  1. #1
    theonejb's Avatar
    theonejb is offline Learning Programmer
    Join Date
    Jul 2009
    Location
    Lahore, Pakistan
    Posts
    52
    Rep Power
    0

    Python Source Formatter

    I am building a Python application and I have a class with a lot of functions (more than 20). I'm developing it using Eclipse with PyDev. While the general interface is good, I have the problem of managing the placement of functions. I need to add/delete or change the placement of functions in the source to group similar functions together, and that is very hard to do when the editor can only show around 7 functions in one screen.

    Is there any app. that can show me all the functions in a Python file and allow me to add/remove/rearrange them like I want?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    oliver.rush's Avatar
    oliver.rush is offline Newbie
    Join Date
    Sep 2009
    Posts
    24
    Rep Power
    0

    Re: Python Source Formatter

    Have you tried Eric3? It may have what you want.

  4. #3
    theonejb's Avatar
    theonejb is offline Learning Programmer
    Join Date
    Jul 2009
    Location
    Lahore, Pakistan
    Posts
    52
    Rep Power
    0

    Re: Python Source Formatter

    I looked at Eric editor, but its probably not what I'm looking for. What I'm looking for is something that can display all the functions as just blocks that can be rearranged, kind of like the iGoogle page tabs, where you can rearrange them them drag-n-drop.
    Anyone here know any such software?

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Python Source Formatter

    jEdit would allow you to fold the functions, and do that.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 11
    Last Post: 07-31-2010, 12:52 AM
  2. HTML formatter / crawler
    By jerro in forum HTML Programming
    Replies: 2
    Last Post: 03-09-2009, 06:04 PM
  3. Making it Standalone from Source Code (Python)
    By annannienann in forum Python
    Replies: 8
    Last Post: 10-02-2007, 09:45 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts