Kenneth Hortlund: > # Import all the language specific properties files > import \languages\html > import \languages\vb > ... > > In 1.68 that broke, it was weird anyway :o) > > > It seems SciTE mapped \ to both root and app folder. > > > In 1.68 I had to change it to > # Import all the language specific properties files > import languages\html > import languages\vb > ...
I think this was caused by the fix that allows importing on the command line. "import languages\html" is better than "import \languages\html". Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
