UE Configuration for .as file association

General and specific configuration/INI settings

UE Configuration for .as file association

Postby maryv » Fri Feb 13, 2009 3:31 pm

I'm trying add a file type association for .as files; however, I can't manually add the ".as" extension, and this option is not available from the Advanced > Configuration > File Associations File types/extensions list. Is there another place I can add this extension? Thanks for the help!

UE v. 14.20.1.1008
User avatar
maryv
Basic User
Basic User
 
Posts: 26
Joined: Wed Mar 21, 2007 11:00 pm

Re: UE Configuration for .as file association

Postby Bego » Sat Feb 14, 2009 4:10 am

Hi, I think you are just overlooking one thing: The given extensions are just suggestions, equal to
Word: Text size ... 10,12, 16, ...
Just OVERTYPE it by 11 or in this case .as, and you are set.
I did so, closed UE, renamed test.txt to test.as, doubleclicked the file, and UE opened the file.

rds Bego
User avatar
Bego
Master
Master
 
Posts: 357
Joined: Wed Nov 24, 2004 12:00 am
Location: Germany

Re: UE Configuration for .as file association

Postby Mofi » Sat Feb 14, 2009 5:25 am

In the drop down list File Types/Extensions type .as and in the edit field Description enter a short text explaining what files with extension AS are. As long as you don't enter something in the description field, the button Add is disabled.

Of course you need administrative privileges to register a file association. You can't do that with a restricted account. That's a security policy of Microsoft (by way of exception a good one).
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4042
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: UE Configuration for .as file association

Postby maryv » Tue Feb 17, 2009 1:36 pm

Hi, Mofi and Bego...

Thanks for the reply. For some reason, UE keeps auto-"correcting" to .asm. When I type ".as" in the drop-down, then click in the Description field, the ".as" is changed to ".asm". I tried backspacing the "m" out and clicking Add, but the extension still changes to .asm. I am an administrator on this account. I've also tried deleting the .asm and clicking OK, then trying to add the .as again. Same results. I'm stymied: I've done this before in previous versions of UE. :? Thanks, again for the help.
User avatar
maryv
Basic User
Basic User
 
Posts: 26
Joined: Wed Mar 21, 2007 11:00 pm

Re: UE Configuration for .as file association

Postby Bego » Tue Feb 17, 2009 2:53 pm

Hm, I tried around, created a new .as and it stayed ".as", although I have got a ".asm" already.
Could not reproduce your behaviour in any way, though. Sorry.
UE 14.20.1.1008 on Vista 64
User avatar
Bego
Master
Master
 
Posts: 357
Joined: Wed Nov 24, 2004 12:00 am
Location: Germany

Re: UE Configuration for .as file association

Postby maryv » Tue Feb 17, 2009 4:55 pm

Thanks for giving it a try, Bego. It tried with both the ".asm" entry existent and non-existent in the list. I'll see if anyone else onsite can reproduce the problem.
User avatar
maryv
Basic User
Basic User
 
Posts: 26
Joined: Wed Mar 21, 2007 11:00 pm

Re: UE Configuration for .as file association

Postby Mofi » Thu Feb 19, 2009 4:50 am

I was not able to reproduce your problem although I have also .asm already associated. I recorded what UltraEdit changes in the registry and exported it as registry file. You have to adapt the red text before you can import that into your registry. When you open the file associations configuration dialog after importing below into the registry you will see the file association also in UltraEdit.

Note: In my registry there was no existing association for .as. UltraEdit normally saves the existing file association and restores it on deletion. This registry file does not do that.

REGEDIT4

[HKEY_CLASSES_ROOT\.as]
@="UltraEdit.as"

[HKEY_CLASSES_ROOT\UltraEdit.as]
@="Description"

[HKEY_CLASSES_ROOT\UltraEdit.as\shell]

[HKEY_CLASSES_ROOT\UltraEdit.as\shell\open]

[HKEY_CLASSES_ROOT\UltraEdit.as\shell\open\command]
@="\"C:\\Program Files\\IDM Computer Solutions\\UltraEdit\\uedit32.exe\" \"%1\""

[HKEY_CLASSES_ROOT\UltraEdit.as\shell\print]

[HKEY_CLASSES_ROOT\UltraEdit.as\shell\print\command]
@="\"C:\\Program Files\\IDM Computer Solutions\\UltraEdit\\uedit32.exe\" /p \"%1\""
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4042
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: UE Configuration for .as file association

Postby maryv » Mon Mar 02, 2009 3:16 pm

Thanks, Mofi! I appreciate the extra effort on your part. Totally swamped with other issues right now, but I'll certainly give that a try.
User avatar
maryv
Basic User
Basic User
 
Posts: 26
Joined: Wed Mar 21, 2007 11:00 pm


Return to Configuration/INI Settings