Just a remark.

In pre v1.68 this worked:
(
        Home folder beeing C:\Program Files\Scite\
        Win XP SP2
        <SciTEGlobal.properties>
)

# 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
...


Further:
.\languages\html
.\import languages\vb
...

Seems to work too. :o)

--== Hz ==-


|     SciTE 1.68 is now available from the scintilla.org web site.

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

Reply via email to