|
-
Feb 24th, 2003, 03:34 PM
#1
Thread Starter
Sleep mode
Classes Order !!
I want my classes to be shown in the order I've set . For example I have these classes :
public class Open
public class Save
public class Close
the problem is that they don't show in the above order.They show like this instead :
public class Close
public class Open
public class Save
Is this possible ?
-
Feb 24th, 2003, 03:48 PM
#2
Thread Starter
Sleep mode
Weird !!! Structure behaviors just the same ?It is in alphabetic order !!
any idea about this ??
thanx
-
Feb 24th, 2003, 03:57 PM
#3
Im sure you mean the intellisense. That is what it does. alphabetical. No one wants to scroll a long list of properties/methods/etc that isnt alphabetical. and there is absolutly no reason to not need it alphabetical.
-
Feb 24th, 2003, 04:17 PM
#4
Thread Starter
Sleep mode
Originally posted by Cander
Im sure you mean the intellisense. That is what it does. alphabetical. No one wants to scroll a long list of properties/methods/etc that isnt alphabetical. and there is absolutly no reason to not need it alphabetical.
for my case I don't want alphabetical order simply because I should follow this order :
Class Open : open connection
Class Save : saves data
Class Close : close connection
this will make it more easier and faster to use .
-
Feb 24th, 2003, 04:19 PM
#5
Thread Starter
Sleep mode
btw , Isn't this IDE settings??? and also Can I change Intellisense settings??
Last edited by Pirate; Feb 24th, 2003 at 04:25 PM.
-
Feb 24th, 2003, 04:42 PM
#6
-
Feb 24th, 2003, 04:43 PM
#7
Thread Starter
Sleep mode
Originally posted by PT Exorcist
i agree with cander...
huh ?????
-
Feb 24th, 2003, 04:46 PM
#8
There is no setting that I see and no it would not make it easier or faster. It takes the same exact amount of mouse clicks regardless of order.
-
Feb 24th, 2003, 04:50 PM
#9
Thread Starter
Sleep mode
Originally posted by Cander
There is no setting that I see and no it would not make it easier or faster. It takes the same exact amount of mouse clicks regardless of order.
I don't use mouse anyways . lol
never mind , I will leave it as they are !
-
Feb 24th, 2003, 04:51 PM
#10
yay gay
its the best(and only) option left for you :P
\m/  \m/
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
|