unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Editing .RC files
@ 2013-08-08 20:38 Angelo Graziosi
  0 siblings, 0 replies; only message in thread
From: Angelo Graziosi @ 2013-08-08 20:38 UTC (permalink / raw)
  To: emacs

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
[...]



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-08 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-08 20:38 Editing .RC files Angelo Graziosi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).