AutoHotkey Community

It is currently May 26th, 2012, 12:24 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: September 21st, 2008, 11:35 am 
Offline

Joined: May 10th, 2008, 1:00 pm
Posts: 6
I recently got UltraEdit (version 14.10) and I am trying to install the ahk keywords for it. However, the script that comes with AHK (Run this to install syntax highlighting for ultraedit.ahk) asks me for the wordfile with a txt extension.
I guess Ultraedit changed this extension in their latest release as their wordfile now uses an uew-extension.

So I guess the script that comes with AHK needs updating for this. Would it be enough you think to just change this:

Code:
;Search or ask for Wordfile, when it doesn't exist -> exit
UEwordfile = %UeditPath%\wordfile.txt
IfNotExist, %UEwordfile%
  {
    FileSelectFile, UEwordfile, 1, %A_ProgramFiles%, Select UltraEdit wordfile, *.txt
    IfNotExist, %UEwordfile%
      {
        MsgBox, 16,, UltraEdit Wordfile cannot be found.
        ExitApp
      }
  }


where it says *.txt into *.uew? or do other changes need to be made to the script?


Report this post
Top
 Profile  
Reply with quote  
PostPosted: October 14th, 2008, 3:10 pm 
Offline

Joined: October 14th, 2008, 2:39 pm
Posts: 2
I would also like syntax highlighting for UltraEdit 14.x.

I installed the script, but the highlighting does not work. The wordfile.uew was modified, but still doesn't work.

PS: I had to fix this key to allow AHK use UE as its editor...

[HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command]
@="C:\\Program Files\\IDM Computer Solutions\\UltraEdit\\uedit32.exe \"%1\""


Report this post
Top
 Profile  
Reply with quote  
PostPosted: October 14th, 2008, 5:50 pm 
Offline

Joined: October 14th, 2008, 2:39 pm
Posts: 2
I got it!!!

I just had to copy the modified "wordfile.uew" from the UltraEdit program directory to my application directory...

FROM:
C:\Program Files\IDM Computer Solutions\UltraEdit\

TO:
C:\Documents and Settings\USERNAME\Application Data\IDMComp\UltraEdit\

(This is for Windows XP)


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: JamixZol, Morpheus, RUBn, SKAN, sks and 20 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group