Changeset 1356


Ignore:
Timestamp:
Dec 27, 2008, 12:52:21 AM (17 years ago)
Author:
Gregg Young
Message:

Fixed horizontal scroll bar issue in MLE editor; it always had one but the toggle word wrap was hidden in a subdirectory; reworked menus so it can be found (Ticket 160)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3res.rc

    r1350 r1356  
    3939                Change menu wording to make these easier to find
    4040  21 Nov 08 JBS Ticket 297: Added STRINGTABLE with COPYRIGHT_STRING
     41  26 Dec 08 GKY Rework MLE menus (add "view") so toggle word wrap isn't buried on a submenu.
    4142
    4243***********************************************************************/
     
    18581859                MENUITEM "~Find first...\tCtrl + f",    MLE_FINDFIRST
    18591860                MENUITEM "Find ~next\tCtrl + n",        MLE_FINDNEXT
    1860                 MENUITEM "",                      -1,     MIS_SEPARATOR
     1861                MENUITEM "",                      -1,   MIS_SEPARATOR
    18611862                MENUITEM "~Insensitive\tCtrl + I",      MLE_SENSITIVE
    1862                 MENUITEM "",                      -1,     MIS_SEPARATOR
     1863                MENUITEM "",                      -1,   MIS_SEPARATOR
    18631864                MENUITEM "~Jump to line #\tCtrl + j",   MLE_JUMP
    18641865         }
    1865   SUBMENU "~Config",                      -1
     1866  SUBMENU "~View",                      -1
    18661867         {
    18671868                MENUITEM "Set ~font...\tF2",        MLE_SETFONT
    18681869                MENUITEM "Set ~code page...",       MLE_CODEPAGE
    18691870                MENUITEM "",                        -1,    MIS_SEPARATOR
    1870                 SUBMENU  "F~ormat control",         -1
    1871                 {
    1872                   MENUITEM "~Tab width...",         MLE_TAB
    1873                   MENUITEM "~Expand tabs...",       MLE_EXPANDTABS
    1874                   MENUITEM "",                      -1,     MIS_SEPARATOR
    1875                   MENUITEM "~Strip trailing blanks",MLE_STRIPTRAILBLANKS
    1876                   MENUITEM "Stri~p trailing lines", MLE_STRIPTRAILLINES
    1877                   MENUITEM "",                      -1,     MIS_SEPARATOR
    1878                   MENUITEM "~Wrap on\tCtrl + w",          MLE_TOGWRAP
    1879                 }
     1871                MENUITEM "~Wrap on\tCtrl + w",      MLE_TOGWRAP
    18801872                MENUITEM "Co~lors...",              IDM_COLORPALETTE
    18811873         }
    1882          SUBMENU "~Help",                      -1
     1874  SUBMENU "~Config",                      -1
     1875         {
     1876                MENUITEM "~Tab width...",         MLE_TAB
     1877                MENUITEM "~Expand tabs...",       MLE_EXPANDTABS
     1878                MENUITEM "",                      -1,     MIS_SEPARATOR
     1879                MENUITEM "~Strip trailing blanks",MLE_STRIPTRAILBLANKS
     1880                MENUITEM "Stri~p trailing lines", MLE_STRIPTRAILLINES
     1881         }
     1882  SUBMENU "~Help",                      -1
    18831883         {
    18841884                MENUITEM "~Help\tF1",              IDM_HELP
     
    19191919                MENUITEM "~Jump to line #\tCtrl + j",   MLE_JUMP
    19201920         }
    1921   SUBMENU "Config",                      -1
     1921  SUBMENU "~View",                      -1
    19221922         {
    19231923                MENUITEM "Set ~font...\tF2",        MLE_SETFONT
    19241924                MENUITEM "Set ~code page...",       MLE_CODEPAGE
    19251925                MENUITEM "",                        -1,    MIS_SEPARATOR
    1926                 SUBMENU  "F~ormat control",         -1
    1927                 {
    1928                   MENUITEM "~Tab width...",         MLE_TAB
    1929                   MENUITEM "~Expand tabs...",       MLE_EXPANDTABS
    1930                   MENUITEM "",                      -1,     MIS_SEPARATOR
    1931                   MENUITEM "~Strip trailing blanks",MLE_STRIPTRAILBLANKS
    1932                   MENUITEM "Stri~p trailing lines", MLE_STRIPTRAILLINES
    1933                   MENUITEM "",                      -1,     MIS_SEPARATOR
    1934                   MENUITEM "~Wrap on\tCtrl + w",          MLE_TOGWRAP
    1935                 }
     1926                MENUITEM "~Wrap on\tCtrl + w",      MLE_TOGWRAP
    19361927                MENUITEM "Co~lors...",              IDM_COLORPALETTE
     1928         }
     1929  SUBMENU "~Config",                      -1
     1930         {
     1931                MENUITEM "~Tab width...",         MLE_TAB
     1932                MENUITEM "~Expand tabs...",       MLE_EXPANDTABS
     1933                MENUITEM "",                      -1,     MIS_SEPARATOR
     1934                MENUITEM "~Strip trailing blanks",MLE_STRIPTRAILBLANKS
     1935                MENUITEM "Stri~p trailing lines", MLE_STRIPTRAILLINES
    19371936         }
    19381937         MENUITEM "View as http",          MLE_VIEWHTTP
Note: See TracChangeset for help on using the changeset viewer.