Results 1 to 10 of 10

Thread: Classes Order !!

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Lightbulb 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 ?

  2. #2

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Weird !!! Structure behaviors just the same ?It is in alphabetic order !!
    any idea about this ??
    thanx

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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 .

  5. #5

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    btw , Isn't this IDE settings??? and also Can I change Intellisense settings??
    Last edited by Pirate; Feb 24th, 2003 at 04:25 PM.

  6. #6
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    i agree with cander...
    \m/\m/

  7. #7

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by PT Exorcist
    i agree with cander...
    huh ?????

  8. #8
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  9. #9

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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 !

  10. #10
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    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
  •  



Click Here to Expand Forum to Full Width