Configuring Ultra Edit for Internet Basic

From CometWiki

(Difference between revisions)
Jump to: navigation, search
m (UE15 setup details)
m (minor)
Line 10: Line 10:
# This will place the *.bmp files, capi.dll, console.exe and taglist.uet into the correct folder. This may need administrator priveleges.
# This will place the *.bmp files, capi.dll, console.exe and taglist.uet into the correct folder. This may need administrator priveleges.
#Start Ultra Edit.
#Start Ultra Edit.
-
#Using the menu, locate where the uedit32.ini file is located. Goto "Advanced/Configuration/Application Layout/Advanced".
+
#Using the menu, locate where the uedit32.ini file. Find it by using "Advanced/Configuration/Application Layout/Advanced".
#Move all of the files starting with the title "Internet Basic Developer..." to that folder.
#Move all of the files starting with the title "Internet Basic Developer..." to that folder.
-
#Move InternetBasic.uew into the sub folder named wordfiles. This may need administrator privileges.
+
#Copy InternetBasic.uew into the sub folder named wordfiles. This may need administrator privileges.
 +
#Also, copy InternetBasic.uew into the Program Files sub folder named wordfiles. This may need administrator privileges.
#Open the uedit32.ini file with ultra edit.
#Open the uedit32.ini file with ultra edit.
#Append the contents of UEiniMerge.txt to the end of the Uedit32.ini file and save it.
#Append the contents of UEiniMerge.txt to the end of the Uedit32.ini file and save it.
Line 24: Line 25:
# Open an IB source file.
# Open an IB source file.
-
# Click the compile tool. You should see a dialog asking you to register comet. Supply the correct info. Clock OK.
+
# You should see syntax highlighting.
 +
# Click the compile tool. You should see a dialog asking you to register comet. Supply the correct info. Click OK.
# The program should compile.
# The program should compile.

Revision as of 03:24, 28 November 2009

Ultra Edit Version 15 Setup

Ultra Edit version 15 requires certain files to be in certain locations. It locates its "environment" (The folder containing UEdit32.ini) at different locations. You must copy certain files to the "program Files" folder and subfolder, and other files to the "environment" folder. You must also setup Uedit32.ini so UE knows about the tools.

This page will attempt to help you configure Ultra Edit version 15 for use with the Internet Basic Language.

This "install" is quite detailed, so hang on...

  1. Download the zip file UE15Setup.zip. This is the only file required to setup Ultra Edit 15 to build IB programs.
  2. Unzip the file into the folder containing the ultra edit program. Goto "Start/all programs/ultra edit/properties".
  3. This will place the *.bmp files, capi.dll, console.exe and taglist.uet into the correct folder. This may need administrator priveleges.
  4. Start Ultra Edit.
  5. Using the menu, locate where the uedit32.ini file. Find it by using "Advanced/Configuration/Application Layout/Advanced".
  6. Move all of the files starting with the title "Internet Basic Developer..." to that folder.
  7. Copy InternetBasic.uew into the sub folder named wordfiles. This may need administrator privileges.
  8. Also, copy InternetBasic.uew into the Program Files sub folder named wordfiles. This may need administrator privileges.
  9. Open the uedit32.ini file with ultra edit.
  10. Append the contents of UEiniMerge.txt to the end of the Uedit32.ini file and save it.
  11. Restart Ultra Edit.
  12. Using the menu "View/Environments/Select Environment", select Internet Basic Developer.
  13. Answer Yes to the next dialog.

You should now see a minimal number of tools, but they will contain all of the IB tools needed to compile a ue program.

Now to further configure UE....

  1. Open an IB source file.
  2. You should see syntax highlighting.
  3. Click the compile tool. You should see a dialog asking you to register comet. Supply the correct info. Click OK.
  4. The program should compile.
Personal tools