Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 45 by fabianfl...@gmail.com: error on completion code: IDE  
propagates bad data type in property declaration to property methods
http://code.google.com/p/gambas/issues/detail?id=45

When writing a property and fails to specify properly its data type, Gambas  
IDE spreads my error onto the _Write and _Read methods.

Version: TRUNK
Revision: r3534
Operating system: Linux
Distribution: Ubuntu
Architecture: x86
GUI component: QT3 / QT4 / GTK+
Desktop used: KDE

To reproduce this behavior, just write in the IDE something like that:

PROPERTY name AS bye

bye is an intentional error (bye instead byte)

Then just hit the Enter key.

The result is something like that:


   Private Function name_Read() As Bye

   End

Private Sub name_Write(Value As Bye)

End


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to