April White:

> Where does that leave us with original post for the job changes?  In my
> code the 'open selected folder' feature is contained within a module
> that is required for the job changes?  I'd like to not have to maintain
> two source folders.

   I expect I'll eventually get around to examining the combined code
but its more work than a simpler patch.

> Are you open to conditional compilation?  If I wrap the new code within
> #if/#endif then all I or others would have to do is alter Makefile or a
> related batch/shell script.

   Not for something this minor since much of the cost in code
understandability and maintenance is incurred when it is an #ifdef.
You could write a patching script.

   The code for finding if the path is a directory should use
FilePath::IsDirectory which is portable.

   Neil
_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to