Revision: 4254 http://geany.svn.sourceforge.net/geany/?rev=4254&view=rev Author: ntrel Date: 2009-09-28 15:17:16 +0000 (Mon, 28 Sep 2009)
Log Message: ----------- Mention updating wscript.
Modified Paths: -------------- trunk/HACKING
Modified: trunk/HACKING =================================================================== --- trunk/HACKING 2009-09-28 11:32:38 UTC (rev 4253) +++ trunk/HACKING 2009-09-28 15:17:16 UTC (rev 4254) @@ -251,6 +251,7 @@ ------------------------------------------------- * Add foo.c, foo.h to SRCS in path/Makefile.am. * Add foo.o to OBJS in path/makefile.win32. +* Add path/foo.c to geany_sources in wscript. * Add path/foo.c to po/POTFILES.in (for string translation).
Adding a filetype @@ -295,6 +296,7 @@
* scintilla/Makefile.am * scintilla/makefile.win32 +* wscript * scintilla/KeyWords.cxx - add a LINK_LEXER command *manually*
For syntax highlighting, you will need to edit highlighting.c and add @@ -355,6 +357,7 @@
* Add foo.c to SRCS in Makefile.am. * Add foo.o to OBJS in makefile.win32. +* Add path/foo.c to geany_sources in wscript. * Add Foo to parsers.h & fill in comment with parser number for foo.
In foo.c:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.