Search found 14 matches

by egrath
Tue Feb 01, 2005 6:46 pm
Forum: General
Topic: Question: Mouse move without Cursor Move?
Replies: 3
Views: 14569

Hi Jussi,

Thanks for your fast response - do you have any plans on adding this feature maybe in future versions of zeus?

Bye, Egon
by egrath
Tue Feb 01, 2005 1:32 pm
Forum: General
Topic: Question: Mouse move without Cursor Move?
Replies: 3
Views: 14569

Question: Mouse move without Cursor Move?

Hi Jussi,

is it possible to use the scrollbar on the right side without automaticaly move the cursor while scrolling?

The Cursor should stay at the same position as before, even if i scroll down a few pages - when then starting to type again the viewable area should jump back to the position where ...
by egrath
Sat Jan 08, 2005 4:41 pm
Forum: Reporting a Bug
Topic: Typo
Replies: 1
Views: 11460

Typo

Hi Jussi,

just a small typo: in the "zOxygen Options" window, there is a Text String "HCC Location". Should be "HHC Location" (and in the File Open Dialogue where you can select the hhc.exe the window title is "HCC Executable", but should be "HHC Executable")

Bye, Egon
by egrath
Sat Jan 08, 2005 11:41 am
Forum: Comments and Suggestions
Topic: Feature request: Movable Open File Tabs
Replies: 3
Views: 15510

Hi Jussi,

at the current moment i have no other suggestions about the user interface - it's imho "perfect" (for my working needs :)

Bye, Egon
by egrath
Fri Jan 07, 2005 6:45 pm
Forum: Comments and Suggestions
Topic: Feature request: Movable Open File Tabs
Replies: 3
Views: 15510

Feature request: Movable Open File Tabs

Hi Jussi,

it would be great if i the user could move the open file tabs to other positions, so that they don't stay in the order the file where opened. would imho improve usability if you have a huge amount of files opened at the same time .

example:

i open the following files:

1.txt
3.txt
5.txt ...
by egrath
Mon Jan 03, 2005 5:53 am
Forum: General
Topic: MS Help 2.0 Support
Replies: 2
Views: 12249

Hi Jussi,

thank you for the Script you've attached i will try it this evening :)

Bye, Egon
by egrath
Sun Jan 02, 2005 3:54 pm
Forum: General
Topic: MS Help 2.0 Support
Replies: 2
Views: 12249

MS Help 2.0 Support

Hello Jussi,

are you planning to incorporate support for MS Help 2.0 Files in the QuickHelp Function?

Visual Studio .NET 2002 and above ship it's Help Files in this format, so i am forced to use the dated old Files vom VC6 (CHM Format) - which are sometimes out of date :(

Bye, Egon
by egrath
Fri Oct 29, 2004 11:22 pm
Forum: Comments and Suggestions
Topic: Indent as Tabs?
Replies: 6
Views: 25589

Hi again,

wow, it's very impressive what can be done with scripting the editor 8)
I've written a Small C Macro to satisfy my needs. Maybe its interesting for other people too, so i post a link here:

http://www.systemv.net/zeus/zeus.html

Bye, Egon
by egrath
Fri Oct 29, 2004 7:46 pm
Forum: Comments and Suggestions
Topic: Indent as Tabs?
Replies: 6
Views: 25589

Hi Jussi,

thank you very much for your reply.

I didn't thought about the scripting capabilites of zeus before posting. With this i will definitly get Zeus to satisfy my Coding preferences.

Bye, Egon
by egrath
Fri Oct 29, 2004 1:58 pm
Forum: Comments and Suggestions
Topic: Indent as Tabs?
Replies: 6
Views: 25589

Indent as Tabs?

Hi,

i have a problem setting up zeus in a way that it accepts my coding style :)

When writing code which contents Braces i am in the choice of letting Zeus create the closing
bracet or write it at my own. I always do the latter thing because i simply don't like this
functionality. However, i ...
by egrath
Mon Sep 13, 2004 6:59 am
Forum: Comments and Suggestions
Topic: Feature Idea: Call Parameter Indication
Replies: 2
Views: 14869

Thanks for your reply Jussi.

Bye, Egon
by egrath
Mon Sep 06, 2004 5:59 am
Forum: Comments and Suggestions
Topic: Feature Idea: Call Parameter Indication
Replies: 2
Views: 14869

Feature Idea: Call Parameter Indication

Hi,

maybe a Idea for one of the next versions:

When you write a Function Call (eg. printf), the Editor could look up the corresponding parameters for this function and display them in a Tooltip like manner below the text written.

As far as i know this feature is implemented in the MS Visual ...
by egrath
Mon Sep 06, 2004 5:08 am
Forum: Comments and Suggestions
Topic: Feature Request: Brace Indication
Replies: 2
Views: 15884

Thanks for your fast reply and help!

Bye, Egon
by egrath
Thu Sep 02, 2004 4:52 am
Forum: Comments and Suggestions
Topic: Feature Request: Brace Indication
Replies: 2
Views: 15884

Feature Request: Brace Indication

Hi there,

first of all, thank you for this great Editor you've written!

There are almost all features implemented a User could need. But one little thing is missing:

* Brace Indication

Many other Editor's have this feature which shows you matching braces if the cursor is above a '(',')','{' or ...