Editor Problem : false error and formatter do not work

Hello,

I just installed Toad 12.8 and I have a problem.

See attached screen capture.

An error is displayed in editor, red underlined, that says : This variable has a zero size.

This error is wrong, this type exists and is valid in the gc_common_api package.

However, the package is compiled, as displayed in Output window.

The main problem is that this prevents the code formatter to work.

Could you help me ?

Best regards,

Christophe Wirtz

See this thread.

http://www.toadworld.com/products/toad-for-oracle/f/10/t/26770

Regarding the formatter not working… my suggested workaround in that thread will hide the error, but I don’t know of a way to suppress it for formatting. I’ll check with the formatter team.

Michael

From: christophe.wirtz.external [mailto:bounce-christophewirtzexternal@toadworld.com]

Sent: Thursday, November 05, 2015 10:17 AM

To: toadoracle@toadworld.com

Subject: [Toad for Oracle - Discussion Forum] Editor Problem : false error and formatter do not work

Editor Problem : false error and formatter do not work

Thread created by christophe.wirtz.external

Hello,

I just installed Toad 12.8 and I have a problem.

See attached screen capture.

An error is displayed in editor, red underlined, that says : This variable has a zero size.

This error is wrong, this type exists and is valid in the gc_common_api package.

However, the package is compiled, as displayed in Output window.

The main problem is that this prevents the code formatter to work.

Could you help me ?

Best regards,

Christophe Wirtz

Attachments:

Toad 12-8 problem.jpg

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - General
notifications altogether.

Toad for Oracle - Discussion Forum

Flag
this post as spam/abuse.

Can you provide a sample that does not format your code? I have an example (very simple) and it is formatting OK despite the error.

From: christophe.wirtz.external [mailto:bounce-christophewirtzexternal@toadworld.com]

Sent: Thursday, November 05, 2015 10:17 AM

To: toadoracle@toadworld.com

Subject: [Toad for Oracle - Discussion Forum] Editor Problem : false error and formatter do not work

Editor Problem : false error and formatter do not work

Thread created by christophe.wirtz.external

Hello,

I just installed Toad 12.8 and I have a problem.

See attached screen capture.

An error is displayed in editor, red underlined, that says : This variable has a zero size.

This error is wrong, this type exists and is valid in the gc_common_api package.

However, the package is compiled, as displayed in Output window.

The main problem is that this prevents the code formatter to work.

Could you help me ?

Best regards,

Christophe Wirtz

Attachments:

Toad 12-8 problem.jpg

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - General
notifications altogether.

Toad for Oracle - Discussion Forum

Flag
this post as spam/abuse.

This was a glitch in the parser fixed in QP5 component version 5.289.

Having specific keywords as part of the variable name was problematic. For instance mystring or myvarcharname, but not mycoffee.

Andre