Status: New
Owner: ----
Labels: Version-3.1.1 Type-Bug Priority-Medium OpSys-Linux Dist-Debian  
Arch-Any Desktop-KDE GUI-QT4

New issue 543 by mihanent...@yandex.ru: Wrong string literal doesn't  
handled by IDE in Form files
http://code.google.com/p/gambas/issues/detail?id=543

1) When I'm trying to but literal "\?" to string in Form file, and after  
that, run the project bu pressing F5, gambas IDE dies with message "[11]  
Unknown symbol 'Editor' in class 'FForm'.
Project.CompileError.2072"

2) Information about my system:

OS: Debian Wheezy

$ uname -a:
Linux MihanLenovo 3.2.0-4-686-pae #1 SMP Debian 3.2.60-1 i686 GNU/Linux

$ gambas information:

[System]
OperatingSystem=Linux
Kernel=3.2.0-4-686-pae
Architecture=i686
Memory=5801272 kB
DistributionVendor=debian
DistributionRelease=7.6
Desktop=KDE4

[Gambas 2]
Version=2.21.0
Path=/usr/bin/gbx2

[Gambas 3]
Version=3.1.1
Path=/usr/bin/gbx3

[Libraries]
Qt4=libQtCore.so.4.8.2
GTK+=libgtk-x11-2.0.so.0.2400.10

My DE is KDE.

3) I've provided a project, that demonstrates the bug. You just have to  
open it in IDE and stroke F5

5) How to reproduce:
1. Creating application with a form.
2. In and part of code write something like this:
dim s as string
s = "\?"
3. Run by pressing F5

Note: In the *.bas files this doesn't reproducing, IDE saids "Bad character  
constant in string" (As it should be)

Attachments:
        test_bug.tar.gz  5.1 KB

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to