Search found 134 matches

by pwdiener
Sat Nov 16, 2013 5:12 am
Forum: General
Topic: Windows 8 Issue?
Replies: 13
Views: 28722

During the save/tags update process, rarely more than 2%. During a rebuild, 2-3% bouncing up to 7-8% toward the very end.

I guess I'll just leave all the update options off for now.

Bill
by pwdiener
Fri Nov 15, 2013 8:41 pm
Forum: General
Topic: Windows 8 Issue?
Replies: 13
Views: 28722

The memory consuming behavior is back. When I save the file, the memory footprint grows by a progressively larger amount.

For example, right now it's 76.9, the 78.0, 78.8, 81.9, 89.4, 101.1, 120.5, 152.6, 204.5, 288.1, 426.5, 646.4, 1005.6. Each time I am pressing only Ctrl-S, and waiting until ...
by pwdiener
Wed Nov 06, 2013 9:32 pm
Forum: General
Topic: Windows 8 Issue?
Replies: 13
Views: 28722

I ran similar tests on Windows 7 and Windows XP, and I would agree with your conclusions there. On Windows XP, I saw virtually no change, in fact memory footprint seemed to cycle up AND down. On Windows 7, I say an increase of about 50K with each cycle.

I then returned to the Windows 8 machine to ...
by pwdiener
Fri Nov 01, 2013 1:38 am
Forum: General
Topic: Windows 8 Issue?
Replies: 13
Views: 28722

Nope, the files are all on the local machine. My machine has an SSD C drive and 2 SATA drives as E and F. The files are all actually on E:, but there is an NTFS junction from C: that points to the E: drive, so you can see the same files/directory structure using C: or E:. The junction thing is ...
by pwdiener
Fri Nov 01, 2013 12:44 am
Forum: General
Topic: Windows 8 Issue?
Replies: 13
Views: 28722

It looks pretty definitely like the tags update process. When I turn the update on save option off for the workspace, I can save files repeatedly with no impact on the memory footprint. I tried it about 30-40 times, and saw no change in the memory usage. When I turned the update on save back on, I ...
by pwdiener
Thu Oct 31, 2013 10:34 pm
Forum: General
Topic: Windows 8 Issue?
Replies: 13
Views: 28722

It does appear that there is a major memory leak going on, probably with the tag update process. Every time I save a file, the memory usage as shown in task manager jumps. It also appears that the amount by which it jumps is growing each time. For example, I'm now at 194.8Mb, saving jumps to 281.3 ...
by pwdiener
Sun Oct 27, 2013 11:20 pm
Forum: General
Topic: Windows 8 Issue?
Replies: 13
Views: 28722

Windows 8 Issue?

Does Zeus have any known issues with Windows 8? I am running 3.97o and have had a couple of problems, including messages about internal errors, and another regarding having used all of the 2GB address space. There is some chance that I brought this on myself by running Zeus both native Windows 8 and ...
by pwdiener
Tue Feb 12, 2013 10:33 pm
Forum: General
Topic: Column/Block Marking
Replies: 3
Views: 19684

OK, guess I didn't try quite hard enough. My mistake seems to start with assuming that I needed to use the Shift key to select - that doesn't appear to work, but I can now mark columns using the arrow keys alone. Thanks.
by pwdiener
Tue Feb 12, 2013 9:14 pm
Forum: General
Topic: Column/Block Marking
Replies: 3
Views: 19684

Column/Block Marking

Is there a way to select a rectangular block using the keyboard? It's easy enough to do with the mouse, but not always very convenient. I can't find any significant difference between column marking and block marking using the keyboard. What I'd like to be able to do is to select a few columns on ...
by pwdiener
Tue Oct 16, 2012 3:55 pm
Forum: General
Topic: "Syntax" coloring in Tool Windows
Replies: 6
Views: 21513

So with Errors, the coloring is applied to the entire line without the ability to color individual words on the line? That's what I'm seeing.

For me, the ability to use the error navigation functions (CompilerErrorNext, etc.) outweigh the advantages of coloring, but it would be nice to have both ...
by pwdiener
Mon Oct 15, 2012 4:31 pm
Forum: General
Topic: "Syntax" coloring in Tool Windows
Replies: 6
Views: 21513

Whoops, a little too hasty. Actually, removing the error regex has some undesirable side effects - Zeus no longer thinks the compile has any errors, so displaying the error messages doesn't work anymore. The cursor is then positioned on the first output line instead of the first error message - that ...
by pwdiener
Mon Oct 15, 2012 4:12 pm
Forum: General
Topic: "Syntax" coloring in Tool Windows
Replies: 6
Views: 21513

Thanks, that did the trick. I actually ended up with the Compiler Output View coloring instead of Tool Output View, but that was the clue I needed.

I also discovered that the Errors coloring appears to take precedence - I had a errors regex defined for the source document type and it was applied ...
by pwdiener
Thu Oct 11, 2012 9:54 pm
Forum: General
Topic: "Syntax" coloring in Tool Windows
Replies: 6
Views: 21513

"Syntax" coloring in Tool Windows

Is there any way to do text coloring in a tool window? I've got compiler error output like this:


C:\code\Peterson\qsys.lib\LPUSR500.LIB\QLBLSRC.FILE\PCC1810.CBL (376) * 3091 MSGID: LBL0600 SEVERITY: 10 SEQNBR: 037600 No INPUT fields found for format PC41810201.
C:\code\Peterson\qsys.lib\LPUSR500 ...
by pwdiener
Wed Aug 08, 2012 8:26 pm
Forum: General
Topic: Search/Replace Question
Replies: 4
Views: 18554

Hi, Jussi

The SearchNext() did the trick.

Do all of the keyboard functions return some kind of success indicator or is it just selected ones? I don't find any indication that any of them, including SearchNext() return any sort of value. Is this is just a documentation issue?
by pwdiener
Tue Aug 07, 2012 8:10 pm
Forum: General
Topic: Search/Replace Question
Replies: 4
Views: 18554

Hi, Jussi,

Some additional info: I thought to copy the line to a new file then run the ReplaceNext there. That works every other time.

What I did was to copy a single matching line, then open a new document and paste it in. When I then run my test macro with the ReplaceNext(), it works. If I undo ...