Search found 70 matches

by mgag
Fri Jan 17, 2014 9:12 pm
Forum: Comments and Suggestions
Topic: How about a linux/Unix version?
Replies: 5
Views: 43549

Alt Keys in Wine

When using Zeus in Wine, the ALT key combinations caused funny response, sometimes working, sometimes changing the focus to the menus, etc.. At least on Virtual Box, pressing the (left) "Windows" key and the ALT key at the same time, then the other key works fine. This is essential for those that ...
by mgag
Wed Apr 11, 2012 1:44 pm
Forum: Tutorials, Tips and Tricks
Topic: Zeus Under Linux
Replies: 5
Views: 27377

I retried and can agree that almost everything works; specifically the Workspace/project/tags stuff works, which didn't work for me before. I think you need Wine v1.4 (maybe 1.3), but I don't think 1.2 works.

One slightly annoying thing, I use Brief keymappings, and when one hits ALT, there is a ...
by mgag
Wed Apr 04, 2012 3:24 pm
Forum: Tutorials, Tips and Tricks
Topic: Zeus Under Linux
Replies: 5
Views: 27377

Zeus 7 Wine

I recently tried with with Ubunto 10 and stock wine (i didn't try any 'tricks"). Zeus did work, but the Workspace tools did not work... I made some attempt to debug but didn't get anything useful. It seemed that the external tools that Zeus was spawning off to build workspaces simply crashed and did ...
by mgag
Tue Jan 31, 2012 2:57 pm
Forum: General
Topic: Running project make on "recursive" make project
Replies: 1
Views: 8427

Running project make on "recursive" make project

Just need a clarification; I am running a build on a project that uses "recursive make". I get this error message,

make: *** create_child_process: DuplicateHandle(In) failed (e=6)
. Stop.

I assume this is because the make "shell" cannot spawn, am I correct?
by mgag
Fri Jun 04, 2010 3:34 pm
Forum: Reporting a Bug
Topic: Line Wrap Indicator (3.97c)
Replies: 1
Views: 8755

Line Wrap Indicator (3.97c)

With 3.97c I get a Right Line wrap indicator (vertical line) that I can't seem to get rid of. Tried View-LineWrapIndicator.
by mgag
Mon Jan 18, 2010 2:57 pm
Forum: Comments and Suggestions
Topic: Tags Search Results
Replies: 2
Views: 10569

Right. I haven't used it in that way, but I can see that if you had a function naming convention it would help.
by mgag
Thu Dec 24, 2009 2:50 pm
Forum: Comments and Suggestions
Topic: Tags Search Results
Replies: 2
Views: 10569

Tags Search Results

I would like to suggest getting rid of the "Name" column in the Tags Search Results display window. This column doesn't provide any useful information (as far as I can see) as its always the same as the "Tag Name" box. You can leave the icon symbol in the Name column - although I don't know what ...
by mgag
Tue Dec 22, 2009 4:41 pm
Forum: Scripts
Topic: Workspace Projects Builder Script
Replies: 0
Views: 32918

Workspace Projects Builder Script

Something I use to create a Zeus Workspace that has multiple "projects" that are actually the same project that is sync'd to a different changelist - basically each project is a different clientspec (to use perforce nomenclature). This script also helps if you need to create a project that has a ...
by mgag
Mon Dec 21, 2009 6:52 pm
Forum: Comments and Suggestions
Topic: Project Tree Import
Replies: 9
Views: 21927

I will give this feature a try sometime.

I wrote a python script to create Zeus Workspace projects and I have tried to upload it a few times but it gets blocked by the spam guard.
by mgag
Wed Dec 02, 2009 7:38 pm
Forum: General
Topic: Workspace Project Tag files
Replies: 2
Views: 10155

Workspace Project Tag files

I have a workspace with two projects in it, A and B. When I search the tags database, results from both project A and B are shown, even though only project A is "active". In the WorkSpace->Options->TagsDatabase neither project has any installed files. The Available Files shows A.zdb and B.zdb. The ...
by mgag
Thu Nov 19, 2009 10:12 pm
Forum: Reporting a Bug
Topic: Replace in Marked Text Region
Replies: 1
Views: 8740

Replace in Marked Text Region

Replace is not working for a marked text region. Steps to repro,

Type in the following
11 22 33 44 55 66 77 88 99
select the above text. Open the Replace dialog and replace the " " with ",0x". The result is the text is only replaced up to the originally marked text, but since the text grows in ...
by mgag
Mon Nov 16, 2009 9:06 pm
Forum: Comments and Suggestions
Topic: Dos Shell as Document Window
Replies: 3
Views: 11378

Dos Shell as Document Window

How about when you invoke a DOS shell, its a window under Zeus?
by mgag
Tue Sep 22, 2009 9:53 pm
Forum: Scripts
Topic: ArchiveAllTabs
Replies: 9
Views: 57162

Jussij,

1. The archiveAllTabs.py script calls zeus.screen_update_disable() , however, I still see partial windows being drawn when the script executes. Is that expected?

2. Recall we discussed a problem with passing multiple fields to a dialog box, I believe you traced that to a python issue with ...
by mgag
Mon Sep 21, 2009 7:35 pm
Forum: Scripts
Topic: ArchiveAllTabs
Replies: 9
Views: 57162

Version 1.3: Can optionally use timestamped sub-directories to store archives of the open tabs in the editor. To enable sub-directorys (instead of Zip.exe), set ARCHIVE_USE_ZIP to "False".

import zeus
import datetime

# makes a zip file of all the open tabs. useful if you want to take
# a snapshot ...
by mgag
Mon Sep 21, 2009 7:09 pm
Forum: Comments and Suggestions
Topic: More backup options
Replies: 8
Views: 48679

archiveAllTabs Version 1.3

This macro has been updated to not require Zip.exe and use timestamped sub-directories of your backup location (defaulting to ../Zeus/zbackup).