wine-wine/programs/notepad
Bertho Stultiens 27337af65c - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
old parser has been stripped from the old preprocessor-code which
  cleaned up both resource-scanner and -parser.
- Standard defines have been introduced (see README.wrc)
- Both preprocessor- and resource-scanner have been optimized slightly
  so that no backing up is required (one char lookahead is enough).
- Filename-scanning has been cleaned up, though not perfect yet.
- User-type resources are compatible now.
- Line-continuation in strings is corrected so that it does not
  introduce a newline in the output.
2000-05-01 20:05:58 +00:00
..
.cvsignore Added .spec files for all libtest/ and programs/ WineLib apps. 2000-02-03 01:37:23 +00:00
ChangeLog More Portuguese language support. 1999-10-24 17:31:14 +00:00
Da.rc Fixed ANSI C related compile problems. 2000-03-24 20:40:41 +00:00
De.rc Fixed ANSI C related compile problems. 2000-03-24 20:40:41 +00:00
En.rc - Added new IDS_NOTSAVED ressource (needs translation in *.rc) 1999-02-14 11:28:37 +00:00
Es.rc Revised Spanish resources. 1999-04-10 16:29:37 +00:00
Fi.rc - Added new IDS_NOTSAVED ressource (needs translation in *.rc) 1999-02-14 11:28:37 +00:00
Fr.rc More Portuguese language support. 1999-10-24 17:31:14 +00:00
License_En.c - Added new IDS_NOTSAVED ressource (needs translation in *.rc) 1999-02-14 11:28:37 +00:00
Makefile.in - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The 2000-05-01 20:05:58 +00:00
Pt.rc More Portuguese language support. 1999-10-24 17:31:14 +00:00
README - Added new IDS_NOTSAVED ressource (needs translation in *.rc) 1999-02-14 11:28:37 +00:00
Sw.rc - Added new IDS_NOTSAVED ressource (needs translation in *.rc) 1999-02-14 11:28:37 +00:00
TODO - Added new IDS_NOTSAVED ressource (needs translation in *.rc) 1999-02-14 11:28:37 +00:00
Wa.rc More Portuguese language support. 1999-10-24 17:31:14 +00:00
dialog.c Fixed ANSI C related compile problems. 2000-03-24 20:40:41 +00:00
dialog.h - Added new IDS_NOTSAVED ressource (needs translation in *.rc) 1999-02-14 11:28:37 +00:00
language.c - Added new IDS_NOTSAVED ressource (needs translation in *.rc) 1999-02-14 11:28:37 +00:00
language.h - Added new IDS_NOTSAVED ressource (needs translation in *.rc) 1999-02-14 11:28:37 +00:00
lcc.h Fixed make depend. 1999-03-14 13:54:51 +00:00
lccmake - Added new IDS_NOTSAVED ressource (needs translation in *.rc) 1999-02-14 11:28:37 +00:00
license.c - Added new IDS_NOTSAVED ressource (needs translation in *.rc) 1999-02-14 11:28:37 +00:00
license.h Fixed GetOpenFileName and GetSaveFileName dialogs. 1998-10-18 14:11:42 +00:00
main.c Fixed some compiler errors and warnings. 2000-03-19 21:49:49 +00:00
main.h Link only a single .rc file with application. 2000-01-29 22:07:03 +00:00
notepad.rc Link only a single .rc file with application. 2000-01-29 22:07:03 +00:00
notepad.spec Added import of comdlg32.dll in spec file. 2000-03-26 14:40:15 +00:00
rsrc.rc Link only a single .rc file with application. 2000-01-29 22:07:03 +00:00
search.c Fixed some compiler errors and warnings. 2000-03-19 21:49:49 +00:00

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

NOTEPAD for WINE
================

There is now a web page dedicated to Notepad for Wine
 I am maintaing.
Please see http://www.vis.inf.ethz.ch/students/mbaur/notepad
 for 
latest info about Notepad. This page also includes screenshots.

This is an early release of notepad and most of the code is still 
broken. It will probably compile but the application will not make
much sense yet.

Please see file TODO for things to do and keep the file ChangeLog
up to date.

I also try to read wine-devel@winehq.com frequently.