Search found 6 matches

by justpaul
Thu Sep 01, 2011 12:11 am
Forum: General
Topic: How to set document type?
Replies: 10
Views: 17726

Thanks again for the reply. I can see the safety/security reasoning behind not implenting rename/delete but I think having native search/replace options for across a project or workspace is something that you should look at implementing.

Even if not natively, an included script would be nice. ;)
by justpaul
Tue Aug 30, 2011 12:04 pm
Forum: General
Topic: How to set document type?
Replies: 10
Views: 17726

Thanks, that is awesome functionality.

One last question, is a search/replace possible across all files in a project or workspace?
by justpaul
Tue Aug 30, 2011 12:37 am
Forum: General
Topic: How to set document type?
Replies: 10
Views: 17726

No problem, I have a very annoying habit of breaking things within seconds of using them. :)

Just in case you missed my edit.... how do you rename files from within Zeus?
by justpaul
Tue Aug 30, 2011 12:28 am
Forum: General
Topic: How to set document type?
Replies: 10
Views: 17726

Re: How to set document type?


The way it all works is in the General section of the Document Type there is an Extensions field.

Any file with one of these extensions will use that document type (the case insensitive)
Thank you, it turns out that it was case sensitive, not insensitive.

I changed....
COB;CBL;
... to...
COB ...
by justpaul
Mon Aug 29, 2011 11:18 pm
Forum: General
Topic: How to set document type?
Replies: 10
Views: 17726

Just to update, it works with C++, but not Cobol. XPx64 and Win 7 x64.

Here's a bit of the sample Cobol code I am working with if anyone wants to try to get the Document Type recognised...
$ SET SOURCEFORMAT"FREE"
IDENTIFICATION DIVISION.
PROGRAM-ID. AcceptAndDisplay.
AUTHOR. Michael Coughlan ...
by justpaul
Mon Aug 29, 2011 12:21 pm
Forum: General
Topic: How to set document type?
Replies: 10
Views: 17726

How to set document type?

Hi

I am starting to learn Cobol and have created a new workspace and added a .cob file. I have changed the colour scheme in the Cobol document type so it should be obvious when Zeus knows it's working with a file, but neither the colour scheme changes or keywords are highlighted in the file I open ...