Zeus 4.0

Post any comments, suggestions, annoyances or ideas for future releases here. Please do not post bug reports or questions here.
Post Reply
mgag
Posts: 70
Joined: Tue Jun 24, 2008 9:09 pm

Zeus 4.0

Post by mgag »

I would like to see a better Navigator. Suggestions,
- Allow user to configure what Tabs the Navigator displays. If this was a feature I would,
- Remove Files tab. I think the tabs (not in the Navigator but in the main work area) effectively make this redundant.
- Remove Templates tab

I would also like to be able to keep the views open, rather than have to push the tab to view the contents. Maybe the Navigator should have children and allow ~5 Navigators of different types.

The Functions view should refresh to the currently active file without accessing ctags - parse on the fly.

Ability to set the Font size in Navigator panes.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

- Allow user to configure what Tabs the Navigator displays. If this was a feature I would,
I was also just recently thinking of adding this change ;)
- Remove Files tab. I think the tabs (not in the Navigator but in the main work area) effectively make this redundant.

I don't use this tab myself, but I would not remove it just in case someone else did.

But with the option to show and hide different tabls the user can effectivel remove it if they want.
- Remove Templates tab

I use this tab quite a bit especially when I am coding HTML.

For example assume I have a html file open.

I can highlight a few lines of text and clcik on the P template to make it into a paragraph.

I can highlight a few words and hit the A HREF template and Zeus adds in the HTML for a link.

This tab makes wrtting code in languages like HTML very easy.
I would also like to be able to keep the views open, rather than have to push the tab to view the contents.

You do know you can access the tabs via the keyboard:
  • NavigatorViewDrives
  • NavigatorViewWorkspace
  • NavigatorViewFunctions
  • NavigatorViewFiles
  • etc
The Functions view should refresh to the currently active file without accessing ctags - parse on the fly.
To do this propery the editor needs to know a lot about the programming language.

To make sure the process work efficiently I suspect the editor has to watch what the user types and then detect when a function is added or removed.

But to have the editor do this for all the 34 languages supported by ctags is a massive amount of effort :(
Ability to set the Font size in Navigator panes.
This should be doable ;)

Cheers Jussi
mgag
Posts: 70
Joined: Tue Jun 24, 2008 9:09 pm

Post by mgag »

To make sure the process work efficiently I suspect the editor has to watch what the user types and then detect when a function is added or removed.

But to have the editor do this for all the 34 languages supported by ctags is a massive amount of effort :(
I would ONLY update the Functions pane on saving and opening the active file. The file type would be known.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Allow user to configure what Tabs the Navigator displays
This feature is now in the latest release: http://www.zeusedit.com/forum/viewtopic.php?p=4766

See the Options, Editor Options menu, Miscellaneous panel.

Cheers Jussi
mgag
Posts: 70
Joined: Tue Jun 24, 2008 9:09 pm

Navigator Choices

Post by mgag »

Great. Now I would like to be able to send the output of "FunctionsList" to the Functions tab of the Navigator. My problem is that I use 2-3 client spaces at one time, and I don't switch Workspaces to get the right ctags database, so the Navigator doesn't display functions from another workspace file. If the Functions tab was only updated on reading the file, and saving it, that would be fine.
Post Reply