Search found 6 matches

by UdoJ
Tue Mar 21, 2006 9:04 am
Forum: General
Topic: code completion?
Replies: 14
Views: 41329

code completion?

Hi Jussi,

I'm now using Zeus version 3.95t and hoped that intellisensing on C files is working now, but unfortunately it doesn't:cry:
It's still the same behavior as discribed in the post from Wed Sep 15, 2004 (see above).

Do you have any idea how to solve this?

Udo
by UdoJ
Tue Feb 08, 2005 3:50 pm
Forum: Code Folding
Topic: if () statement folding seems not to work correctly
Replies: 2
Views: 35089

if () statement folding seems not to work correctly

Hi Jussij,

It seems that there is a bug related to the folding of the if () statement (programming language: C).

Here is what I did:
I wrote a small stupid program to show the behavior:
#include <StdIO.H>

void main (void)
{
int iTest = 0;

printf ("Hello World!\n");

if (iTest)
{
printf ...
by UdoJ
Tue Oct 19, 2004 6:31 am
Forum: Comments and Suggestions
Topic: Feature Idea: Code Folding
Replies: 2
Views: 12728

Feature Idea: Code Folding

Hi,

here is an idea for one of the forthcoming versions of Zeus:

What about code folding?
This means it is possible to collaps and expand code constructs like functions, procedures, loops, comparisons and so on.
This could ease understanding the code structure of a source file.
by UdoJ
Wed Sep 15, 2004 9:09 am
Forum: General
Topic: code completion?
Replies: 14
Views: 41329

Thanks again for your prompt replay.

So, I guess we'll have to wait for a new version of ctags then. :(

Udo
by UdoJ
Wed Sep 15, 2004 6:01 am
Forum: General
Topic: code completion?
Replies: 14
Views: 41329

code completion

Thanks for your prompt reply but unfortunately the change of xtags.dll didn't solve the problem. :cry:

As requested here is a small code sample that shows the problem:
file: Main.C

typedef struct tagCANCfg
{
BYTE bIRQ;
BYTE bSysIntr;

BOOL boKillIsr;
HANDLE hCANIsrEvent;
HANDLE hCANIsr ...
by UdoJ
Tue Sep 14, 2004 6:53 am
Forum: General
Topic: code completion?
Replies: 14
Views: 41329

code completion?

Does code completion only work with classes?
I tried it with structures and it doesn't work. :cry: