[TxMt] How set PHP_INCLUDE_PATH correctly in Textmate project
Michael Bøcker-Larsen
mblarsen at gmail.com
Sat Jul 3 03:45:20 UTC 2010
Hi I'm trying to configure my Textmate project/env to be able to find
included/required files.
I believe one way is to set a project specific environment variable
PHP_INCLUDE_PATH.
As far as I know this should be colon separated, so something like this
should be okay:
.:./src/:./src/mode/
But (command)+(shift)+d, that is 'Jump to included file' just reports: File
not found.
Should I prepend TM_PROJECT_DIRECTORY? and how would i do that?
{$TM_PROJECT_DIRECTORY}:
{$TM_PROJECT_DIRECTORY}/src/:{$TM_PROJECT_DIRECTORY}/src/model/
--
Michael Bøcker-Larsen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20100703/d4b05f77/attachment.html>
More information about the textmate
mailing list