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
Search found 134 matches
- Sat Nov 16, 2013 5:12 am
- Forum: General
- Topic: Windows 8 Issue?
- Replies: 13
- Views: 21537
- Fri Nov 15, 2013 8:41 pm
- Forum: General
- Topic: Windows 8 Issue?
- Replies: 13
- Views: 21537
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 Zeus...
- Wed Nov 06, 2013 9:32 pm
- Forum: General
- Topic: Windows 8 Issue?
- Replies: 13
- Views: 21537
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 re...
- Fri Nov 01, 2013 1:38 am
- Forum: General
- Topic: Windows 8 Issue?
- Replies: 13
- Views: 21537
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 proba...
- Fri Nov 01, 2013 12:44 am
- Forum: General
- Topic: Windows 8 Issue?
- Replies: 13
- Views: 21537
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 s...
- Thu Oct 31, 2013 10:34 pm
- Forum: General
- Topic: Windows 8 Issue?
- Replies: 13
- Views: 21537
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 M...
- Sun Oct 27, 2013 11:20 pm
- Forum: General
- Topic: Windows 8 Issue?
- Replies: 13
- Views: 21537
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...
- Tue Feb 12, 2013 10:33 pm
- Forum: General
- Topic: Column/Block Marking
- Replies: 3
- Views: 8249
- Tue Feb 12, 2013 9:14 pm
- Forum: General
- Topic: Column/Block Marking
- Replies: 3
- Views: 8249
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 th...
- Tue Oct 16, 2012 3:55 pm
- Forum: General
- Topic: "Syntax" coloring in Tool Windows
- Replies: 6
- Views: 13136
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 cap...
- Mon Oct 15, 2012 4:31 pm
- Forum: General
- Topic: "Syntax" coloring in Tool Windows
- Replies: 6
- Views: 13136
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...
- Mon Oct 15, 2012 4:12 pm
- Forum: General
- Topic: "Syntax" coloring in Tool Windows
- Replies: 6
- Views: 13136
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 to ...
- Thu Oct 11, 2012 9:54 pm
- Forum: General
- Topic: "Syntax" coloring in Tool Windows
- Replies: 6
- Views: 13136
"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.LIB...
- Wed Aug 08, 2012 8:26 pm
- Forum: General
- Topic: Search/Replace Question
- Replies: 4
- Views: 10105
- Tue Aug 07, 2012 8:10 pm
- Forum: General
- Topic: Search/Replace Question
- Replies: 4
- Views: 10105
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 an...