Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10857
    Stefan
    Participant

    .

    The edit box โ€œBackup Folder:โ€
    of โ€œConfig > Backupโ€
    will show me all items of \%tmp\%
    as an drop-down display
    but then again he tell me:

    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”
    EmEditor
    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”
    The folder โ€˜\%temp\%_EmEd_Backupsโ€™ does not exist.
    Create a new folder?
    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”
    Ja Nein
    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”

    and then

    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”
    EmEditor
    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”
    Cannot create a folder.
    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”
    OK
    โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”

    Even the folder already exists.

    Browsing for the full path works of course.

    So i guess EmEditor doesnโ€™t really allow
    env vars as path in that control?

    It seems to me just your code to check the path
    is not prepared to expand the \%VAR\% ?

    If that is trueโ€ฆ could that be improved please?

    .

    #10865
    Yutaka Emura
    Keymaster

    Hello Stefan,

    Environment variables are not supported for the Backup folder. If this is something you desire, I will add this feature in future versions. By the way, this is not a plug-in feature, but rather an EmEditor core feature.

    Thanks!

    #10867
    Stefan
    Participant

    Yutaka wrote:
    Environment variables are not supported for the Backup folder. If this is something you desire, I will add this feature in future versions.

    Well, since i use EmEditor portable
    i just want to make this path portable too,
    and pointing it e.g. to user profile folder
    (You know: no matter if user is stefan or admin)
    Or to a other partition which is defined by
    an own created env var \%Backups\%.

    But at least we can use relative paths here:
    [ .Backups ]

    So i can life with that but to make EmEditor even more portable
    i want to suggest to respect this fact on all places.
    So,โ€ฆ if you find some time to implement this it would be appreciated .

    Yutaka wrote:
    By the way, this is not a plug-in feature, but rather an EmEditor core feature.

    Yes, sorry, i have just clicked the wrong forum by accident.
    Please move it if you want.

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum โ€˜Plug-in Bug Reportsโ€™ is closed to new topics and replies.