Results 1 to 6 of 6

Thread: More Tidy?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318

    Cool

    I am a mess of codes inside my programs, is there any way to automatically do the indentation for the If..Else..EndIf, Do While..Loop etc. Since the project has lots of source file, automatic method will be even more desirable.

    Any Hint?


  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    AFAIK, you can't that, but you could make your app that loads the code from clipboard and put those indention in place by searching for keywords and having a indention level to follow. Then you put it back to clipboard, and you have the fast way in indenting your code.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  3. #3
    New Member
    Join Date
    Jan 2000
    Location
    Invergordon, Victoria, Australia
    Posts
    2

    Unique Fingerprint

    Have you ever heard about the GUID (Global Unique ID), this ID is unique for about 35 Years. After that the chance that it is not unique anymore. I can post the module if you want to.

    Nicci
    Posted by Nicci, [email protected]

  4. #4
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Write yourself an Addin which does it for you!
    Mark
    -------------------

  5. #5
    Addicted Member
    Join Date
    Oct 1999
    Location
    NY, USA.
    Posts
    240

    Smile If you want?

    Hi,
    If you want, I could send you a Visual Basic Addin + Codes, that allows you to indent you source codes properly.
    Omar
    [email protected]
    http://omar.caribwalk.com
    To God Be The Glory

    I see Tech People ...

  6. #6
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Thumbs up

    Send me that one omarswan
    [email protected]
    Thanks
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

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