A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: SE|PY niggling issue

  1. #1
    Developer
    Join Date
    Apr 2007
    Location
    UK
    Posts
    324

    SE|PY niggling issue

    I wasn't sure where to post this but as I'm using SE|PY to make a game and this is a frequently visited part of the forum I thought I'd post here.

    I'm sure a lot of you guys use SE|PY's Actionscript editor. I've noticed that when you press autoformat it indents the braces like this :

    function blah()
    {
    // blah
    }

    While that's good for people used to C etc, Im used to the other way :

    function blah() {
    // blah
    }

    Does anyone know which option I change so the autoformat formats it like the second way?

  2. #2
    Pumpkin Carving 2008 ImprisonedPride's Avatar
    Join Date
    Apr 2006
    Location
    Grand Rapids MI
    Posts
    2,377
    Edit->Preferencese-Auto Format
    The 'Boose':
    ASUS Sabertooth P67 TUF
    Intel Core i7-2600K Quad-Core Sandy Bridge 3.4GHz Overclocked to 4.2GHz
    8GB G.Skill Ripjaws 1600 DDR3
    ASUS ENGTX550 TI DC/DI/1GD5 GeForce GTX 550 Ti (Fermi) 1GB 1GDDR5 (Overclocked to 1.1GHz)
    New addition: OCZ Vertex 240GB SATA III SSD
    WEI Score: 7.6

  3. #3
    Student
    Join Date
    Apr 2001
    Location
    -
    Posts
    4,756
    flex2 does the same and it´s very annoying - have to manually edit it all the time myself

  4. #4
    Knows where you live
    Join Date
    Oct 2004
    Posts
    944
    Curly brackets on the next line looks so ugly, why do people do it?

    Well... I guess it does inflate the line count by 20% or so...
    The greatest pleasure in life is doing what people say you cannot do.
    - Walter Bagehot
    The height of cleverness is to be able to conceal it.
    - Francois de La Rochefoucauld

  5. #5
    Developer
    Join Date
    Apr 2007
    Location
    UK
    Posts
    324
    Imprisoned, that only works in the Flash IDE not in SEPY.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center