[Gambas-user] Issue 543 in gambas: Wrong string literal doesn't handled by IDE in Form files

gambas at ...2524... gambas at ...2524...
Thu Jul 31 11:26:53 CEST 2014


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... at ...2736...: 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




More information about the User mailing list