Hi Neil,
1. Triple quoted strings in Python.
Unfortunately triple quoted strings is definitely a problem for the current Zeus colorizer engine
2. Visible bookmarks. Helps me to keep track of where they are.
This feature is on the Zeus todo list.
1. Syntax Highlighting keywords seem to have an upper limit. I tried to import all Namespaces, classes, methods and properties for C# (around 25000 keywords) Zeus allows the import, but when I restart zeus and load a C# file, the program displays an error message and aborts.
This sounds like a bug
2. I program web applications using ASP.net and C#. For many simple sites, I do not use code behind, but include the C# code in the same file as my Markup. I successfully updated the C# document type to support this, however code folding does not work for these files. (probably confused by the markup)
What will be going wrong here is the file extension for c# is hard coded into the xFolder.dll file, but when you embed the c# into a html file it has a different file extension and hence the code folding disappears
I will look to see if it is possible to maybe add some soft coding into the xFolder.dll to allow some form of user configuration.
3. I tried to program some macros in Python, however there are a number of libraries that I commonly use that are not included in the Python built into Zeus. I commonly use the following imports in most of my Python code:
I am not sure if this is a bug or a suggestion
Do you think Zeus should include these libraries by default
Aren't you able to import these libraries from within the Zeus macro or does this not work
I have not yet started looking at Workspace functionality.
If you have not done so already, I would suggest taking a look at the
Python Quick Help feature. I suspect a lot of Zeus users don't even know of the Quick Help feature, but for me personally it is one feature I can not live without.
Of course none of these are show stoppers for me. I have found the forum to be a wonderful source of information.
It only because of users like yourself, who take the time to post questions that have helped make the forum such a good source of information.
I thank you.
Cheers Jussi