Re: SciTE 5.2.3 released
Philippe Lhoste <[email protected]>
| Newsgroups | gmane.editors.scite.general |
|---|---|
| Message-ID | <[email protected]> |
Le 12/07/2022 à 06:06, 'Neil Hodgson' via scite-interest a écrit : > Philippe: > >> If I am the only one with this issue, and since I solved it with a >> workaround (or the proper solution!), you can close the case… 🙂 > > Its worthwhile reporting it - maybe there is some aspect of our > setups that cause a divergence. > > There was a problem with network shares reported at > https://sourceforge.net/p/scintilla/bugs/2326/ > <https://sourceforge.net/p/scintilla/bugs/2326/> which became a problem > when the RelativePath property was implemented. Your problem could also > be due to a similar file system / path issue. Actually, it isn't totally solved. All my imports inside the SciTEUser file are broken. For example, I had an import PhiLho/SciTEUser_window line which doesn't work. (It just sets position.xxx properties, it was supposed to vary with computer, I planned to use it as import $(USERPROFILE)/SciTEUser_window but it didn't work.) I changed it to: import SciTEUser_window import $(SciteDefaultHome)/PhiLho/SciTEUser_window import $(SciteUserHome)/SciTEUser_window import $(SciteDefaultHome)/SciTEUser_window import $(SciteUserHome)/PhiLho/SciTEUser_window without success (some combinations being illogical, but I tried everything out of spite; also tried backslashes). Of course, one at a time, and restarting SciTE each time. Note that the SciTEXxHome paths are OK, I can see them in the custom statusbar.text I have set. This isn't really a network path, but a regular path (on disk) managed by Dropbox. Not sure if there is a difference. Actually, I copied all the properties files to D:\Temp\SciTE, and changed the environment variables, and I had the same issue. So Dropbox doesn't seem involved. Moved this to C:\Temp\SciTE, no improvement… (these are physical disks, BTW). I don't get why it doesn't work on my computers… 🤔 Maybe I should reinstall a C++ development environment and debug… (but I haven't done that in years, I am more into Web dev these days…) -- Philippe Lhoste -- (near) Paris -- France -- http://PhiLhoSoft.github.io/about/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 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/430e7134-3b1d-ff88-ce67-14578ae95df0%40GMX.net.