any Hints?
regards Frank
I remember running into the same problem, and came to the conclusion
that you either have to reference files from the same directory, or
specify an absolute path name. As a result my SciTEUser.properties has
these lines in it, which I uncomment depending on which computer/OS
the file is on:
#~ # bat
#~ import k:/programs/wscite/vhdl
#~ # Windows:
#~ import c:/marty/opt/wscite/vhdl
#~ import /opt/gnome/share/scite/vhdl # SuSE
#~ # Debian:
#~ import /usr/share/scite/asn1
#~ import /usr/share/scite/vhdl
See these older threads:
http://www.mail-archive.com/scite-i...@lyra.org/msg03289.html
http://groups.google.com/group/scite-interest/t/c84c20ee8fb9b6a2
Maybe I haven't fully understood your question, but why don't you point SciTE_HOME
environment variable to /home/frank/.scite?
I think that's the point of having such variable.
Maybe having two variables, one for global and another for user properties could be
useful, to avoid copying global variables on each upgrade.
Or just read the global ones where SciTE binary is, if not found in SciTE_HOME, perhaps?
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
i've ported scite.userhome-property from scite-ru to gtk, but i cannot
set a user-depended-directory (props.GetExpanded does not expand
~...and also not %...% on windows).
if i know how to replace in a sstring, i can add this...original scite
missed this feature for setting the user-directory in
SciteGlobal.properties ;(
regards frank
"import" does not evaluate properties so you could use an absolute path.
Neil