F3 - Ultraedit with read-only flag...

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
AlexF
Junior Member
Junior Member
Posts: 23
Joined: 2004-10-05, 10:15 UTC

F3 - Ultraedit with read-only flag...

Post by *AlexF »

For Configuration -> Operation -> Edit/View - Exyernal viewer, I specified

Code: Select all

"C:\Program Files\IDM Computer Solutions\UltraEdit\uedit64.exe" "%1"  /r
However, when pressing F3 over file, I see Ultraedit error "filename \r contains an incorrect path." (same if '/r' is specified before "%1").

Suggestions for fix, please?
User avatar
petermad
Power Member
Power Member
Posts: 14807
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: F3 - Ultraedit with read-only flag...

Post by *petermad »

Try without "%1"
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Ovg
Power Member
Power Member
Posts: 756
Joined: 2014-01-06, 16:26 UTC

Re: F3 - Ultraedit with read-only flag...

Post by *Ovg »

2AlexF

It looks like a bug in Ultraedit, for me (UE 2022.1.0.112 (29.1.0.112) 64-bit ) /r doesn't work at all, so write to support@idmcomp.com or to idm@idmcomp.com
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
User avatar
Stefan2
Power Member
Power Member
Posts: 4157
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: F3 - Ultraedit with read-only flag...

Post by *Stefan2 »

AlexF wrote: 2022-11-10, 00:52 UTC For Configuration -> Operation -> Edit/View - Exyernal viewer, I specified

Code: Select all

"C:\Program Files\IDM Computer Solutions\UltraEdit\uedit64.exe" "%1"  /r
However, when pressing F3 over file, I see Ultraedit error "filename \r contains an incorrect path." (same if '/r' is specified before "%1").

Suggestions for fix, please?

Do that work for you from command line (cmd.exe) ?

"C:\Program Files\IDM Computer Solutions\UltraEdit\uedit64.exe" "C:\Temp\test.txt" /r




 
User avatar
Ovg
Power Member
Power Member
Posts: 756
Joined: 2014-01-06, 16:26 UTC

Re: F3 - Ultraedit with read-only flag...

Post by *Ovg »

2Stefan2

For me doesn't work neither on Win 7 nor Win 10
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6489
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: F3 - Ultraedit with read-only flag...

Post by *Horst.Epp »

Its definitely an UltraEdit problem.
TC can call the configured Editor with additional parameters.
Tested with PSPad.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3447)
TC 11.03 x64 / x86
Everything 1.5.0.1372a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73
QAP 11.6.3.2 x64
User avatar
Ovg
Power Member
Power Member
Posts: 756
Joined: 2014-01-06, 16:26 UTC

Re: F3 - Ultraedit with read-only flag...

Post by *Ovg »

2Horst.Epp
Indeed!
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
User avatar
Stefan2
Power Member
Power Member
Posts: 4157
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: F3 - Ultraedit with read-only flag...

Post by *Stefan2 »

Another idea


See https://www.ultraedit.com/wiki/Command_line_parameters

"You can open one or more files as read-only by adding the /r flag immediately following the file name(s)."


There is no example shown for /r,
but for "Opening to specific line / column number" there is this example shown:
uedit64 d:\projects\juce\juce.h/5/2



That's why I guess the syntax for read-only should be
"C:\Program Files\IDM Computer Solutions\UltraEdit\uedit64.exe" "C:\Temp\test.txt"/r
or
"C:\Program Files\IDM Computer Solutions\UltraEdit\uedit64.exe" "C:\Temp\test.txt/r"



I have no UE here, maybe someone want to check that out w/o the space between filename and parameter. . . .



 
User avatar
Ovg
Power Member
Power Member
Posts: 756
Joined: 2014-01-06, 16:26 UTC

Re: F3 - Ultraedit with read-only flag...

Post by *Ovg »

2Stefan2
No luck, doesn't work either

"filename \r contains an incorrect path."
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
AlexF
Junior Member
Junior Member
Posts: 23
Joined: 2004-10-05, 10:15 UTC

Re: F3 - Ultraedit with read-only flag...

Post by *AlexF »

D'oh... Apologies, I presumed this wasn't an Ultraedit problem.

Update: bug confirmed by vendor.
Post Reply