Right click 'Open include file' feature request.

Post any comments, suggestions, annoyances or ideas for future releases here. Please do not post bug reports or questions here.
Post Reply
David Morris
Posts: 33
Joined: Tue Jun 21, 2005 4:07 am
Location: Perth, Western Australia
Contact:

Right click 'Open include file' feature request.

Post by David Morris »

Hi

It would be neat to have an 'Open with Association' for include files in the same manor as the work space.

That way in an 'rc' file you could quickly open a bitmap or icon for editing.

regards DM
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

This feature has been added to Zeus and is contained in the latest patch found here:

http://www.zeusedit.com/forum/viewtopic.php?t=975

Cheers Jussi
David Morris
Posts: 33
Joined: Tue Jun 21, 2005 4:07 am
Location: Perth, Western Australia
Contact:

Post by David Morris »

jussij wrote:This feature has been added to Zeus and is contained in the latest patch found here: ttp://www.zeusedit.com/forum/viewtopic.php?t=975
Hey thanks for that. Strange how something small addition can add a lot of functionality.

As a longer term suggestion:

How about:
1) Changing 'Open' to 'Edit' or 'Text Edit'.
2) Changing 'Open with Association' to 'Open by default application' or 'Open by registered application' or something like that.
3) Have Zues decide if the file is something that has a Zues DOC type, and if it does make 'Text Edit' the top item in the menu, and if not 'Open by default Application (or whatever)'. This should be done for both 'include files' and the Workspace.

This way it is pretty likely that the menu with drop down to default on the most likely choice... anything to save keystrokes!

regards DM
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Hi David,
How about:
1) Changing 'Open' to 'Edit' or 'Text Edit'.

I'm not sold on this idea, but I must admit I am not overly happy with the way the menus names are at present :?

I went with Open since it matches the Open found on the File, Open menu.
2) Changing 'Open with Association' to 'Open by default application' or 'Open by registered application' or something like that.

I like Open 'example.bmp' using registered application
3) Have Zues decide if the file is something that has a Zues DOC type, and if it does make 'Text Edit' the top item in the menu, and if not 'Open by default Application (or whatever)'. This should be done for both 'include files' and the Workspace.

No that's not a bad idea. That gets my tick of approval ;)

Cheers Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Hi David,

I have re-submitted the latest Zeus patch and it now works as described above ;)

All you need to do is download and re-apply this latest patch found here:

http://www.zeusedit.com/forum/viewtopic.php?t=975

Cheers Jussi
David Morris
Posts: 33
Joined: Tue Jun 21, 2005 4:07 am
Location: Perth, Western Australia
Contact:

Post by David Morris »

Hi

Really cool to have the feature, and it is working generally well for the include files except for that issue, which I am thinking is the double back slashes, for which I send a sample file to you privately I have noticed that the work space does not yet have that feature enabled?

(Bask slash example)

Code: Select all

#ifdef _SERVICE
SERVER_ICO		ICON  "c:\\work\\montel\\resource\\Icons\\SERVERSV.ICO"
#else
SERVER_ICO		ICON  "c:/work/montel/resource/Icons/SERVERCN.ICO"
#endif
regards DM
Post Reply