Search found 2547 matches
- Mon Feb 06, 2023 10:55 pm
- Forum: General
- Topic: tool window color cant be changed
- Replies: 15
- Views: 1084
Re: tool window color cant be changed
Now that you have you settings working as you like, I'd also recommend making a backup of your Zeus settings. The easiest way to do this is just zipping the zConfig folder and giving the resulting zip file a date time stamp as that approach allows you to make these backups on a periodic basis. Cheer...
- Mon Feb 06, 2023 10:31 pm
- Forum: Reporting a Bug
- Topic: highlighting a matching brace doesn't work with C comments
- Replies: 3
- Views: 211
Re: highlighting a matching brace doesn't work with C comments
Unfortunately I can't replicate the error :( Even if I this unformatted version of the code it seems to work fine for me: void func( void ) { if (check1 ) {/* RUNNING SLOW OR MAKEREADY, LEAVE GOOD/BAD SWITCH OFF */ if (check2) { dummy = 1; } } else if ( check3 ) { dummy = 2; } else { /* <====put cur...
- Mon Feb 06, 2023 8:44 pm
- Forum: Reporting a Bug
- Topic: highlighting a matching brace doesn't work with C comments
- Replies: 3
- Views: 211
Re: highlighting a matching brace doesn't work with C comments
Starting with your code from the forum post, I used the Macros, Tools, Re-indent and Restyle menu option to produce this formatted version of that code: void func( void ) { if (check1 ) { /* RUNNING SLOW OR MAKEREADY, LEAVE GOOD/BAD SWITCH OFF */ if (check2) { dummy = 1; } } else if ( check3 ) { dum...
- Mon Feb 06, 2023 8:28 pm
- Forum: General
- Topic: tool window color cant be changed
- Replies: 15
- Views: 1084
Re: tool window color cant be changed
These tool output details are identified by the patterns regular expressions defined in the Keywords section. For the file name information, the pattern shown below identifies these output details: zeus-patterns.png As you can see from the image, this pattern is defined in the User Defined 4 and tha...
- Sat Feb 04, 2023 2:04 am
- Forum: General
- Topic: tool window color cant be changed
- Replies: 15
- Views: 1084
Re: tool window color cant be changed
My Zeus doesn't behave as you illustrate. That suggests to me your configuration is broken. I just mention again that 3 - 4 weeks ago when I 1st upgraded Zeus, this tool window color updating worked fine. As mentioned earlier, a recent change was made to Zeus whereby a user could no longer change t...
- Fri Feb 03, 2023 12:13 am
- Forum: General
- Topic: tool window color cant be changed
- Replies: 15
- Views: 1084
Re: tool window color cant be changed
As a test I made a change to the tool line cursor to create a green cursor, using the dir command approach that I mention before. The image below shows the results: zeus-colors.png If you look at the white and blue rectangles in that image you can see the settings that I need to select, in order to ...
- Thu Feb 02, 2023 9:39 pm
- Forum: General
- Topic: tool window color cant be changed
- Replies: 15
- Views: 1084
Re: tool window color cant be changed
I would suggest doing this: 1: Download the Zeus installer from the download page: https://www.zeusedit.com/download.html 2: Rename your current Zeus install out of the way. 3: Run a fresh install and see if the steps provided earlier work with this clean install. This check will eliminate the possi...
- Thu Feb 02, 2023 3:54 am
- Forum: General
- Topic: tool window color cant be changed
- Replies: 15
- Views: 1084
Re: tool window color cant be changed
Here is how I recommend you change your Tool output colors: Use the Tool menu to edit the Zeus Document Type as described earlier. Select the Tool Output View and change the coiors to suit. Once you have the colors defined use the export button to export the colors to a text file. Import the export ...
- Wed Feb 01, 2023 10:10 pm
- Forum: General
- Topic: tool window color cant be changed
- Replies: 15
- Views: 1084
Re: tool window color cant be changed
It sounds like the error you are seeing is the one shown below: color-error.png What that error message is saying is you can't configure the other color views using this document type. This message is actually a new message box and it is there because if it allowed you to change the tool, compiler a...
- Wed Feb 01, 2023 1:29 pm
- Forum: General
- Topic: tool window color cant be changed
- Replies: 15
- Views: 1084
Re: tool window color cant be changed
My first suggestion would be trying the latest version of Zeus found on the download page: https://www.zeusedit.com/download.html There is an official Zeus 3.99a version, so that should work better that the beta version you are currently running. NOTE: Before running any new Zeus installer it is alw...
- Tue Jan 31, 2023 9:51 pm
- Forum: General
- Topic: tool window color cant be changed
- Replies: 15
- Views: 1084
Re: tool window color cant be changed
When I attempt to change the Display View Combo, I get an error from Zeus with an explanation how to do this. What message are you seeing? NOTE: For any message boxes you can use ctrl+c to copy the text for that message shown. Also what version of Zeus are you running as shown in the Help about box...
- Sat Jan 28, 2023 4:04 am
- Forum: Reporting a Bug
- Topic: Functions display shows structures also
- Replies: 5
- Views: 294
Re: Functions display shows structures also
I made my dialog matched yours and rebuilt tags, but the problem persisted. That was my mistake as my post was not clear. I was showing that with this off, the problem is created. I would have never thought to looks at these option, not knowing what TSP is. The TSP is the Tree Sitter Parser. It is ...
- Thu Jan 26, 2023 11:54 pm
- Forum: Reporting a Bug
- Topic: Functions display shows structures also
- Replies: 5
- Views: 294
Re: Functions display shows structures also
For me, running the FunctionFindAll function displays the correct results (i.e. file open and workspace open): func1 func2 But I can replicate your issue by turning off the option shown below, doing a Tags Rebuild and then re-running the FunctionFindAll function: func_tags.png That suggests to you m...
- Thu Jan 26, 2023 1:18 am
- Forum: Reporting a Bug
- Topic: Functions display shows structures also
- Replies: 5
- Views: 294
Re: Functions display shows structures also
To understand what is going on, first understand Zeus has two methods of generating this function information and I will describe these below. 1. Workspace Functions Panel As the name suggests, this mode requires an open workspace. When a workspace is open Zeus automatically creates tag information ...
- Mon Jan 23, 2023 12:46 pm
- Forum: Reporting a Bug
- Topic: No Navigation from Project Make Window
- Replies: 3
- Views: 203
Re: No Navigation from Project Make Window
I have no experience with regular expressions and it would have taken much longer to figure that out. FWI the Zeus help file has some basic instructions on using regular expressions. You can find these by opening the Zeus help file and then using the Index and searching for Regular Expressions. Whi...