Re: Edita Won't Open File
- Posted by andi49 Feb 16, 2013
- 1543 views
Good news. I have reproduced the problem here (by renaming myself from Pete to PeteX and rebooting). You can forget about procmon, I'll be doing that myself (tomorrow). No idea what the problem is yet, though, or how long it will take to fix.
Pete
EDIT: Even better news. Problem seems to be in get_proper_path().
In edita.exw, function openFile, around line 2165, edit thus:
-- if usegpp then if 0 then
Seems to fix the immediate problem, I will return to this tomorrow.
Hi, as Edita is my favorite Editor i found out that a similar effect is on a German Version of win 8 Pro. I can't open files inside my user account (eg c:\users\andi\etc...)
I have to say that i do not use Phix. I only use Eu4.x. So i removed the complete code of get_proper_path
include builtins\file.e as pfile --for current_dir include std/filesys.e as eu4file global function get_proper_path(sequence filepath, sequence rootdir) return eu4file:canonical_path(rootdir&filepath) end function
This seems to work nice for Eu4
Andreas