Feature #2922 2006-12-01 01:31

thiagodp

One page per Unit

Instead of viewing two files of the same unit in two
different pages (i.e. "SomeUnit.h" and "SomeUnit.cpp"
), it would be useful to put them in a single page.
This page could contain the two files.

# Currently:

    +---------------+ +------------------+
    | SomeUnit.h |  | SomeUnit.cpp |
... ---------------------------------------------  ...
   |                                                  
    |
   |  code - code - code                        |
   |                                                  
    |
    ---------------------------------------------

# Better:

    +---------------+
    | SomeUnit.h | 
... --------------------------------------------- ...
   |                                                  
    |
   |  code - code - code                        |
   |                                                  
    |      
   +-----------------+--------------------+---
     \ SomeUnit.h / \ SomeUnit.cpp /
      ----------------    ------------------- 


It's much like Borland IDE.
If you have 10 units opened, you have 10 pages, not 20. ;)
Category
Interface
Status
Open
Close date
 
Assigned to