NO

Author Topic: New FindFile  (Read 4821 times)

JohnF

  • Guest
New FindFile
« on: March 03, 2007, 10:26:12 PM »
Carlos Une has 'plugged' Scintilla into the FindFile utility that allows syntax highlighting in the HEADER window that reads the first few bytes of any file that is selected with the mouse.

Here are the steps
============================
download http://www.johnfindlay.plus.com/pellesc/utils/Findfile.zip
extract to c:\myfindfile folder

download http://prdownloads.sourceforge.net/scintilla/scintilla172.zip?download
extract scintilla/include/SciLexer.h to c:\myfindfile folder
extract scintilla/include/Scintilla.h to c:\myfindfile folder

download http://prdownloads.sourceforge.net/scintilla/wscite172.zip?download
extract wcite/SciLexer.dll to c:\myfindfile folder

download findfile_mod.zip to c:\myfindfile folder (overwrite existing files)
http://www.johnfindlay.plus.com/pellesc/utils/findfile_mod.zip

double click on FindFile.PPJ
Project -> Build FindFile.exe
============================

John