Changes between Version 21 and Version 22 of BASE_HALOS_R1


Ignore:
Timestamp:
07/11/09 19:18:04 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_HALOS_R1

    v21 v22  
    3333   * TextHaloMenu should return a relevant location in its computeLocation method using this method and providing the position of the caret in the text. 
    3434   * For other halo menus that should deal with content, other approaches may be defined. 
    35  * Implement halo aligning (left and right at the same time for top halo menu) - see [wiki:FRAME_POSITION_R1] where aligning is implemented. 
     35 * Implement halo aligning (left and right at the same time for top halo menu) - see [GROUP_BASE_HALOS_AND_FRAME_POSITION_R1] where aligning is described. 
    3636 * Optional - implement vertical halo menus 
    37   * Aligning halo menus will be defined as VERTICAL and HORIZONTAL aligning of menus. An enum in the HaloMenu class will define these two - the MenuOrientation enum. And the actual aligning will be done in the locationSync method, that currently aligns halos horizontally in the menu. Every implementation of a halo menu should override the computeOrientation method. 
     37  * Aligning halo menus will define vertical and horizontal halo menus see [wiki:GROUP_BASE_HALOS_AND_FRAME_POSITION_R1].  
    3838 * Implement bottom right halo menu (for rotation halo) and move the rotation halos there for now. 
    39   * botton right halo menu will be a halo menu with VERTICAL MenuAlignment at the specified location as in the diagram. The computeLocation will provide the location of the menu. When menu alignment is implemented, the location will be changed and the buttons will be aligned at the end of the menu. 
    40  * Changesets: 
    41   * [changeset:4088] - MenuAlignment implementation and the method obtaining the ImmPoint of the caret (provided by Vlado). 
    42   * [changeset:4102] - Some more things plus a test for the rotate halo menu. 
    43  
     39  * botton right halo menu will be a FloatingHaloMenu (see [wiki:GROUP_BASE_HALOS_AND_FRAME_POSITION_R1]) at the specified location as in the diagram. The computeLocation will provide the location of the menu. 
     40 * The TextChainMenu will have two buttons that are located at the end of the menu. Currently one of them is at the beginning and the other at the end. They are not visible at the same time, since one is for chaining and the other is for unchaining. The TextChainTopMenu is going to become a StaticHaloMenu with a left position. Its button is going to be located at the start of the menu (see [wiki:GROUP_BASE_HALOS_AND_FRAME_POSITION_R1]). 
     41 * Changesets - see changesets in [wiki:GROUP_BASE_HALOS_AND_FRAME_POSITION_R1]. 
    4442= Implementation = 
    4543^(Describe and link the implementation results here (from the wiki or the repository).)^