|
-
May 21st, 2000, 10:24 AM
#1
Thread Starter
Hyperactive Member
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?
-
May 21st, 2000, 03:15 PM
#2
transcendental analytic
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.
-
May 23rd, 2000, 06:15 PM
#3
New Member
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
-
May 23rd, 2000, 07:15 PM
#4
Frenzied Member
Write yourself an Addin which does it for you!
-
May 23rd, 2000, 07:24 PM
#5
Addicted Member
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.
-
May 24th, 2000, 03:37 AM
#6
transcendental analytic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|