Missing support for editing PL1 files

Syntax highlighting, code folding, brace matching, code indenting, and function list

Missing support for editing PL1 files

Postby ebhab » Tue Nov 07, 2006 6:22 am

I'm using UltraEdit to edit PL1-files (IBM Compiler).
Is this a supported language?

Any help is appreciated.

regards
Michael
User avatar
ebhab
Newbie
 
Posts: 1
Joined: Tue Nov 07, 2006 12:00 am

Re: Missing support for editing PL1 files

Postby Acid » Tue Nov 07, 2006 9:55 am

You can always check the download section of the website and see if someone already made wordfile for your language. Or you could write one yourself there are several posts about how to do that on the forum.
User avatar
Acid
Basic User
Basic User
 
Posts: 21
Joined: Thu Jan 26, 2006 12:00 am

Re: Missing support for editing PL1 files

Postby MrBillG » Thu Nov 09, 2006 5:18 am

Hi Michael

Looks like we have two versions:
PL/I - 7/24/2003
PL/I IBM-Visual Age - 02/18/2003

First off you can find wordfiles by going to Downloads and choosing "Extras".

The help file in UE is incredible! Use it!

Basicly download the PL/I file you like best, open Wordfile.txt & append it with L## not used like L15, save it and than load a PL/I program.

What drives the syntax highlighting is the suffix of the file.

Code: Select all
File Extensions = pli cpy inc mac

so if you used FTP (which is fantastic for IBM MVS and AS400) there is no file suffix so you have to go to pull down menu "View" --> "View As(Hightlighting File Type)" --> PL/I
It can be a pain if you have a ton of programs, another option is if you want to set "PL/I" as your default Syntax Hightlighting" add '*' which is a wild card, which matches anything.

Code: Select all
File Extensions = pli cpy inc mac *

Good Luck
User avatar
MrBillG
Advanced User
Advanced User
 
Posts: 65
Joined: Sat Aug 07, 2004 11:00 pm


Return to Syntax Highlighting