> > As for the arguments, no path means current directory.
> 
> not sure what you mean "current directory"?

Current directory is the default directory of a process.
Each process has its current directory and may change it at any time.

> If I run scite from /home/username/, the current directory is
> "/home/username". When I opened the file /home/username/project/myfile.c,
> what is the current directory? $(FileNameExt) is myfile.c.
> I assume scite will save /home/username/project/ somewhere and
> then append to $(FileNamExt) when running it?

No. You can either rely that it changes its current directory
to the directory containing this file, or better use $(FilePath)
instead of $(FileNameExt).

Piotr


_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to