Re: SciTE 5.2.3 released
"'Neil Hodgson' via scite-interest" <[email protected]>
| Newsgroups | gmane.editors.scite.general |
|---|---|
| Message-ID | <[email protected]> |
[Note, any ” in this mail should be " but Mail.app tries to correct quotes]
Philippe Lhoste:
> And it looks more like a system problem than one with SciTE: even a v. 3
> doesn't work.
OK. Let’s try to narrow down the possibilities.
First check the values used for default and user by typing in the output pane:
echo Default="$(SciteDefaultHome)" User="$(SciteUserHome)"
The quotes are to try to detect extra spaces. The result on my just-now test (after setting SciTE_HOME=D:\usr\wscite) were:
>echo Default="D:\usr\wscite" User="D:\usr\wscite"
Default="D:\usr\wscite" User="D:\usr\wscite"
Then open User Options from the Options menu and show the path:
echo "$(FilePath)"
With the result
"D:\usr\wscite\SciTEUser.properties"
Now this file contains the "import PhiLho/SciTEUser" and that file exists. Now at the end of the Options menu is "Open PhiLho/SciTEUser". Is that entry present? If selected does it open the correct file?
With "PhiLho/SciTEUser" open, what does 'echo "$(FilePath)"' produce:
"D:\usr\wscite\PhiLho\SciTEUser.properties"
Ah! Just realized that setting "imports.include" may filter it out unless it includes "PhiLho/SciTEUser".
Neil
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/scite-interest/D390C09C-D2C0-4975-84A7-D796D4038545%40me.com.