emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Editing .RC files


From: Angelo Graziosi
Subject: Editing .RC files
Date: Thu, 08 Aug 2013 22:38:55 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

Out of curiosity, is there an Emacs programming mode to edit .RC [*] files?

---
[*] The .RC files, in Windows programming, are those compiled by means of windres (in the GNU world), the Resource Compiler. They look like this:

[...]
IDM_MAINMENU MENU DISCARDABLE
BEGIN
    POPUP "&File"
    BEGIN
        MENUITEM "E&xit...", IDM_FILE_EXIT
    END

    POPUP "&Data"
    BEGIN
        MENUITEM  "Number of lattice &divisions...", IDM_DATA_NDIV
        MENUITEM  "Maximum number of &iterations...", IDM_DATA_MAXI
        MENUITEM  "&Precision for convergence...", IDM_DATA_EPS
        MENUITEM  "&Relaxation parameter...", IDM_DATA_OMEGA
        MENUITEM SEPARATOR
        MENUITEM  "&X-boundary conditions...", IDM_DATA_XBOUNDS
        MENUITEM  "&Y-boundary conditions...", IDM_DATA_YBOUNDS
        MENUITEM SEPARATOR
        MENUITEM  "Iteration steps for &output...", IDM_DATA_NSOUT
        MENUITEM  "Color &scale limits...", IDM_DATA_PHILIMITS
    END

    POPUP "&Options"
    BEGIN
[...]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]