Search found 11 matches

by JonShrout
Wed Aug 09, 2006 1:09 pm
Forum: General
Topic: NavigatorRefresh hangs when 'Drives' tab is selected
Replies: 1
Views: 8469

NavigatorRefresh hangs when 'Drives' tab is selected

I'm not sure that this is a bug because it's being reported by only one of fifteen users.

We are using the command-line version of our source control software (which is NOT integrated into Zeus) and we use LUA scripts to check-out and check-in source code files.

The scripts that perform the check ...
by JonShrout
Tue May 23, 2006 5:33 pm
Forum: Reporting a Bug
Topic: "load" disappears on macros dropdown menu
Replies: 6
Views: 20263

Execute Script disappears

Can this be corrected? Not only does 'Load' disappear but so does 'Execute Script' and 'Save As'. I suspect that others will disappear if I add more menu items to the 'Macros' menu.

I have no unwanted macros on this menu and once the menu items disappear, they won't come back even if I open a ...
by JonShrout
Tue May 16, 2006 8:21 pm
Forum: General
Topic: Zeus administration for development teams
Replies: 1
Views: 8584

Zeus administration for development teams

Is there a way to enable/disable standard menu items or bind their function to a script?

I need the File>Open menu item (and toolbar button) to run a script instead performing the default functionality.

I also need this kind of adminstrative control for the Source Control menu items as well ...
by JonShrout
Mon May 15, 2006 2:32 pm
Forum: Code Folding
Topic: code folding for COBOL
Replies: 16
Views: 228350

code folding for COBOL

Jussi,

Thanks for the update! The code folding for COBOL works better but there are still some issues. If you want to pursue it further, I'm happy to post with issues I find.

Currently the folding based on indentation does not work well. It gives unexpected results (e.g. verbs fold to the end of ...
by JonShrout
Thu May 11, 2006 10:37 pm
Forum: Reporting a Bug
Topic: SCC Check-In File comment string
Replies: 2
Views: 12793

SCC Check-In File comment string

I'm not sure if this is a Zeus issue but when doing a source control check-in via Zeus, we can enter only 63 characters in the comment box.

When doing a source control check-in via our source control client application, we are allowed many more than 63 characters (I don't know how many but I've ...
by JonShrout
Tue May 09, 2006 12:59 pm
Forum: Code Folding
Topic: code folding for COBOL
Replies: 16
Views: 228350

code folding for COBOL

Quote:
I would choose #2, 'Fold on SECTIONs but not DIVISIONs.

A new xFolder.dll that implements this change will be posted shortly.

Fantastic!

Quote:
The heirarchy is only required to begin at level 01 and any 'child' levels must have a level number that is greater than the 'parent' level ...
by JonShrout
Mon May 08, 2006 1:09 pm
Forum: Code Folding
Topic: code folding for COBOL
Replies: 16
Views: 228350

code folding for COBOL

Hi Jussi,

Thanks for taking suggestions on this and for your efforts in making Zeus even more useful for our staff.

The current folder only sees begin/end fold points and has no way of associating additional information with these points.

So for the mean time what do you think would be the be ...
by JonShrout
Fri May 05, 2006 9:44 pm
Forum: Code Folding
Topic: code folding for COBOL
Replies: 16
Views: 228350

code folding for COBOL

Zeus rules! We've just finished our evaluation and bought licenses for the entire office. COBOL code folding would be very well received here.

I downloaded the xFolder dll and checked it out on our COBOL files:

A few observations/comments:

Lines that begin in column 8 and have the word DIVISION ...
by JonShrout
Wed May 03, 2006 1:37 pm
Forum: Code Folding
Topic: code folding for COBOL
Replies: 16
Views: 228350

code folding for COBOL

Great to hear about the progress on the COBOL code folding.

I have modified my COBOL document type for the comment character.

Here is a list of COBOL keywords that can start a line and end with the . character (there may be some I've missed):

ACCEPT
ACQUIRE
ADD
ALTER
CALL
CANCEL
CLOSE ...
by JonShrout
Tue May 02, 2006 3:16 pm
Forum: Code Folding
Topic: code folding for COBOL
Replies: 16
Views: 228350

code folding for COBOL

I didn't see a request for code folding for COBOL and since I don't see any folding going on in my .COB files, I'll assume it hasn't been implemented.

A word about matching pairs of begin/end fold keywords: Commands like 'IF' can be terminated with the matching end keyword (i.e. 'END-IF') or by a ...
by JonShrout
Mon May 01, 2006 10:53 pm
Forum: General
Topic: capturing batch file output
Replies: 1
Views: 10285

capturing batch file output

I am compiling using a batch file that requires my file name to be split into two strings. Because of this, I am using a lua script to split the file name then execute the batch file (using the os.execute function).

I need to capture the output from the batch file in a document in Zeus. How can I ...