Benoît MINISINI changed the state of the bug to: Working.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas
Comment #2 by Benoît MINISINI:
I display the login with the user name now.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/list
Comment #4 by ADMINISTRATOR:
On the contrary: Format$() do follow the localization. This is a localization
problem I'm trying to fix.
--
___
Gambas-user mailing list
Gambas-u
Benoît MINISINI changed the state of the bug to: Closed.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-
Comment #5 by Jussi LAHTINEN:
Then what is the point of user-defined format? And why I see this:
Format(Now, "-hh- -mm- -dd- -mm- --")
-18- -08- -27- -08- -2015-
Doesn't seem to follow my or as far as I know ANY localization.
Comment #6 by Benoît MINISINI:
The separators are localized. But apparently is some language the notion of
separator character is not evident.
@JORNMO: can you tell us how you write date and time in norwegian? I want to
confirm what I read in the system locale description, which is a bit strang
Comment #7 by Moviga TECHNOLOGIES:
Aha! Now we are getting somewhere :)
We write it like this: 17.55.12 27.08.2015, and this works.
The problem with this is when I share my code with someone in the USA, it will
not work.
---
Comment #8 by Moviga TECHNOLOGIES:
that is hh.mm.ss dd.mm. works
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/list
Moviga TECHNOLOGIES reported a new bug.
Summary
---
Random indentation on very long lines
Type : Bug
Priority : Medium
Gambas version : 3.8.90 (TRUNK)
Product : Development Environment
Description
---
Try pasting these lines into a .class file and it
Moviga TECHNOLOGIES added an attachment:
random_indentation.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/
Comment #9 by Benoît MINISINI:
So you say: 17.55.12 27.08.2015
And the glibc locale says that: kl. 18.03 +0200 27. aug. 2015
The Gambas interpreter tries to analyze the previous string to find the date
and time separators, and in which order the date
and time components must be printed. And it
Comment #10 by Jussi LAHTINEN:
Would it be more intuitive if user-defined format would ignore localization,
since there are already options gb.longdate, gb.shortdate etc for to follow
different localizations?
--
_
Comment #11 by Benoît MINISINI:
I don't see where it is no intuitive. Anyway, nothing can be changed because of
backward-compatibility principle.
--
___
Gambas-user mailing l
Comment #12 by Benoît MINISINI:
I have implemented a new time and date format analyze routine in revision #7244.
It fixes the norwegian case. But now how could I test all possible
localization? At least it still works with french and english. :-)
--
Benoît MINISINI changed the state of the bug to: Closed.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-
Comment #13 by Moviga TECHNOLOGIES:
Thank you :)
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
Comment #14 by Jussi LAHTINEN:
Non-intuitive part comes from the fact that there is no way to know the result
of Format function.
Print Format(Now, "hh:mm dd/mm/")
Gives either:
15.08 27/08/2015
15:08 27/08/2015
15.08 27.08.2015
15:08 27.08.2015
Or who knows what!
Instead it would be lo
Comment #15 by Benoît MINISINI:
It's because "/" and ":" are replaced by localizes separators. If you want only
these characters, you have to quote them.
Read the documentation of Format$() on the wiki:
http://gambaswiki.org/wiki/cat/userformat
ADMINISTRATOR changed the state of the bug to: Closed.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-us
Comment #1 by ADMINISTRATOR:
Now I let the browser check the e-mail field. It's an HTML5 thing, so if your
browser is too old, you will still able to enter what you want. Maybe I will
add a server check later (which is the right thing to do anyway).
---
Benoît MINISINI changed the state of the bug to: Waiting.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas
Benoît MINISINI changed the state of the bug to: Accepted.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gamba
Comment #1 by Benoît MINISINI:
And there is another bug you didn't catch! The long lines are not correctly
highlighted at their end.
--
___
Gambas-user mailing list
Gambas-us
Comment #2 by Moviga TECHNOLOGIES:
Aha :) Goodd catch!
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-us
Comment #2 by Jussi LAHTINEN:
It seems to apply to both GTK+ v2 and Qt4.
[System]
Gambas=3.8.90 r7243
OperatingSystem=Linux
Kernel=3.13.0-37-generic
Architecture=x86_64
Distribution=Linux Mint 17.1 Rebecca
Desktop=GNOME
Theme=Gtk
Language=en_US.UTF-8
Memory=7985M
[Libraries]
Cairo=libcairo.so.2.
Jussi LAHTINEN added an attachment:
Ampersand-0.0.1.tar.gz
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gamba
Comment #3 by Benoît MINISINI:
What's wrong with this project exactly?
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/li
Comment #4 by Jussi LAHTINEN:
It looks different in design mode (IDE) than in run time.
Look attached picture (ignore green tint). But for some reason when I close the
project and re-open it, the button texts have changed...
Texts were "hi & bye", "hi && bye" and "hi &&& bye".
Jussi LAHTINEN added an attachment:
Screenshot from 2015-08-29 01:07:13.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lis
Comment #1 by Benoît MINISINI:
Fixed in revision #7251.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-u
Benoît MINISINI changed the state of the bug to: Closed.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-
Benoît MINISINI changed the state of the bug to: Closed.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-
Comment #5 by Benoît MINISINI:
It should be fixed in revision #7253.
"&&" and "& " are not considered as shortcuts anymore by the IDE, and so they
are correctly saved.
But the GUI toolkit will, and so "& " will display a space with an underscore,
and "&&" will display a "&".
---
Moviga TECHNOLOGIES reported a new bug.
Summary
---
Drag&Drop in Project view
Type : Request
Priority : Medium
Gambas version : 3.8.90 (TRUNK)
Product : Development Environment
Description
---
Requesting Drag&Drop in Project View for folders, classes
Comment #1 by Benoît MINISINI:
You can already drag & drop classes, modules & files, but not folders.
What do you mean exactly?
--
___
Gambas-user mailing list
Gambas-user@lis
Comment #2 by Moviga TECHNOLOGIES:
You are right... For some reason I missed that the files could be moved. But
dragging and dropping folders would still be very useful when having lots of
sub folders and many files.
Comment #3 by Benoît MINISINI:
For directories there is limitation related to svn, but I don't remember which
one exactly. Maybe I should allow moving directories when the project is not
under version control...
--
__
Comment #4 by Moviga TECHNOLOGIES:
Yes, that would be good!
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gamb
Zainuddin AHMAD reported a new bug.
Summary
---
PPA problem, please repair gambas3-gb-dbus package.
Type : Request
Priority : Low
Gambas version : 3.8.90 (TRUNK)
Product : Bugtracker
Description
---
no file gb.dbus.gambas in gambas3-gb-dbus package
Zainuddin AHMAD added an attachment:
pic-1.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
Comment #1 by Sebastian KULESZ:
It should be fixed in tomorrow's builds. Please let me know otherwise.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https:
Comment #2 by Zainuddin AHMAD:
I has update and installed but gb.dbus.gambas file is still not exist. attach
pic
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge
Zainuddin AHMAD added an attachment:
pic-2.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
Comment #3 by Benoît MINISINI:
Maybe you should wait at least 24 hours?
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/l
Comment #4 by Zainuddin AHMAD:
Ok, I will try again after 24 hours.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listi
Moviga TECHNOLOGIES reported a new bug.
Summary
---
Commented code is being run
Type : Bug
Priority : High
Gambas version : 3.8.90 (TRUNK)
Product : Development Environment
Description
---
The last week or so, I've been experiencing that code I have
Comment #1 by Jussi LAHTINEN:
What kind of commented code is run (please copy&paste some example line of
code)?
Is the commented code correctly highlighted as commented in the IDE?
--
Monitor Your Dynamic Infrastructu
Comment #5 by Zainudin AHMAD:
It's has fixed, thank you very much.
--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceFor
Comment #6 by Zainudin AHMAD:
sorry, it's fixed only for daily. but the other not fixed. attach pic
I will try again to update after 24 hours.
--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-t
Comment #7 by Sebastian KULESZ:
I know it's not fixed in the stable PPA. With the imminent release of Gambas
3.8.1, I didn't want to create any confusion. The fix will be included as soon
as Benoît releases a stable source package for the new version.
-
Zainudin AHMAD added an attachment:
pic-3.png
--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here
Comment #8 by Benoît MINISINI:
It's on his way... :-)
--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Cl
Moviga TECHNOLOGIES reported a new bug.
Summary
---
Possible bug with the InStr
Type : Bug
Priority : Medium
Gambas version : 3.8.90 (TRUNK)
Product : Language
Description
---
In the attached project InStr() is returning a positive match no matter ho
Moviga TECHNOLOGIES added an attachment:
PlayGround2-0.0.1.tar.gz
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinf
Comment #1 by Jussi LAHTINEN:
? instr("abc","b",3)
0
? instr("abc","b",2)
2
The fault is in your code, which makes the variable "Post" growing for ever.
--
___
Gambas-user m
Comment #2 by Moviga TECHNOLOGIES:
Yes, it dawned on me too :)
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/g
Benoît MINISINI changed the state of the bug to: Rejected.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gamba
Comment #2 by Donald Dwane ROSS:
Found a way to upgrade to Gambas 3.8.0.
On 3.8.0, Package building SAYS its successful as long as signing is off. As
far as Source code, I have tried lots of programs and ALL fail with signing ON.
I tried the Music Player that is with gambas3. From load in do a S
Geoffrey DE BELIE added an attachment:
gambas-testcase-utf8gtkbug.zip
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/lis
Geoffrey DE BELIE reported a new bug.
Summary
---
Pasting text with CTRL+V in textarea: gtk_text_buffer_emit_insert: assertion
'g_utf8_validate (text, len, NULL)' failed
Type : Bug
Priority : Medium
Gambas version : Unknown
Product : Unknown
Description
Comment #1 by Geoffrey DE BELIE:
I'm sorry if this is already fixed in 3.8 series. I currently have version
3.7.1.
--
___
Gambas-user mailing list
Gambas-user@lists.sourcefor
Moviga TECHNOLOGIES reported a new bug.
Summary
---
Remember cursor position when double clicking a file in the project tree
Type : Request
Priority : Low
Gambas version : 3.8.90 (TRUNK)
Product : Development Environment
Description
---
When you are
Benoît MINISINI changed the state of the bug to: Accepted.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gamba
Comment #2 by Benoît MINISINI:
Fixed in revision #7272.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-u
Comment #2 by Moviga TECHNOLOGIES:
Yes, it is correctly highlighted. It happes to any code anywhere...
The only ways I have found to circumvent it is to add a blank line so that the
code is on e.g. line 12 instead of 11, or to make a double comment ('').
It also works the other way around, when
Comment #3 by Benoît MINISINI:
Please a provide a way to reproduce that.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/
Comment #4 by Benoît MINISINI:
Oops... one 'a' too much.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-
Comment #5 by Moviga TECHNOLOGIES:
It just happens as I code... I have not seen any clear pattern of how it
happens, so I need to get back on that. Strange that nobody else is reporting
it. It causes a lot of unwanted behaviour.
Comment #6 by Jussi LAHTINEN:
Can you give at least few lines of code where the problem has occurred?
I have tried to reproduce this in several ways without any success.
--
__
Comment #7 by Moviga TECHNOLOGIES:
Well, one of the latest I've been working on is this:
Public Sub FormatPost(Post As String) As String
Dim sNewPost As String
Dim sSplitPost As String[]
Dim iLastPos As Integer = 1
Dim iStart As Integer
Dim iEnd As Integer
If InStr(Post, "[c
Comment #8 by Moviga TECHNOLOGIES:
The post above was messed up with a french message:
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourcefo
Moviga TECHNOLOGIES added an attachment:
french.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
Comment #9 by Benoît MINISINI:
OK, I will fix the message. But you should create another report! Don't put
different problems inside the same bug report.
--
___
Gambas-user m
Benoît MINISINI changed the state of the bug to: Accepted.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gamba
Benoît MINISINI reported a new bug.
Summary
---
Indentation is not kept inside comments
Type : Bug
Priority : Medium
Gambas version : Unknown
Product : Bugtracker
Description
---
See bug #708: when you paste code inside comments, you lose the
Benoît MINISINI changed the state of the bug to: Closed.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-
Benoît MINISINI changed the state of the bug to: Working.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas
Benoît MINISINI changed the state of the bug to: Accepted.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gamba
Comment #10 by Jussi LAHTINEN:
Can you try to take screenshot from error message generated of commented line?
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
Geoffrey DE BELIE reported a new bug.
Summary
---
Dutch spelling mistakes in context menu of code editor
Type : Bug
Priority : Medium
Gambas version : Unknown
Product : Unknown
Description
---
"Verge_ndelt" should be "Vergre_ndeld" ("Locked")
"Formaa
Comment #11 by Moviga TECHNOLOGIES:
There is no error as long as the code is valid. It is just that the code is
run/not run regardless of the comment sign...
--
___
Gambas-us
Comment #12 by Jussi LAHTINEN:
I understand that, you wrote "one way is that the code is not valid and it
gives me an error inside the comment". So maybe you could intentionally put
some obvious error in the code to re-create this situation (better to make
another copy of your project for this)
Comment #13 by Moviga TECHNOLOGIES:
I don't see where that would be helpful. To me the problem is that Gambas is
executing code that is commented out, or not executing code that has just been
uncommented. If Gambas believes this line is to be included in the program, and
it has invalid code, th
Comment #14 by Moviga TECHNOLOGIES:
I made a video. Take a look!
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo
Moviga TECHNOLOGIES added an attachment:
comment-issue.avi.tar.gz
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinf
Moviga TECHNOLOGIES added an attachment:
CommentIssue.tar.gz
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gam
Benoît MINISINI changed the state of the bug to: Accepted.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gamba
Comment #15 by Benoît MINISINI:
Thanks. Now I guess the reason: the compiler is not called when you click on
run, whereas it should as you modified a source file...
I will investigate.
--
__
Comment #16 by Benoît MINISINI:
I cannot reproduce the bug with your project...
1) Can you detail how you used the keyboard while running your example?
(if you comment the line by hitting the quote key, by using undo...)
2) Can you try to explicitly recompile the project with F7 before runnin
Benoît MINISINI changed the state of the bug to: Closed.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-
Comment #17 by Jussi LAHTINEN:
In the video you can see that the modified file is not marked by the IDE as
modified (* is missing) when adding only '.
That's why the compiler is not run...
--
__
Comment #1 by Benoît MINISINI:
Fixed in revision #7277.
If you want to make other fixes in the translation, you should checkout the
development version with subversion,
open the IDE source project, and update the translation with it. Then you will
just have send me the "nl.po" file
located in
Benoît MINISINI changed the state of the bug to: Closed.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-
Comment #18 by Moviga TECHNOLOGIES:
No, I suspected you would not get the same effect from that project :) Because,
I suppose you would have gotten it with any other project too then.
1) I used the quote key.
2) F7 does not help
3) Ran it at 21:59, and the FMain.class was last changed at 21:56
Comment #19 by Zainudin AHMAD:
do you still get the same thing when using the default configuration ?
maybe you can rename the file ~/.config/gambas3/gambas3.conf for the
temporary. and try it with default configuration.
---
Comment #20 by Moviga TECHNOLOGIES:
Hmm... that seems to work :)
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo
Comment #21 by Moviga TECHNOLOGIES:
Well now it is back... I changed my settings to the way I like them, and
also the colour scheme...
That seem to possibly be the trigger.
I will attach my config file
--
_
Moviga TECHNOLOGIES added an attachment:
gambas3.conf
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-use
Comment #22 by Jussi LAHTINEN:
Yes, that was it!
When you use "format on load & save" the file changed status is not correctly
set.
--
___
Gambas-user mailing list
Gambas-us
Comment #3 by Donald Dwane ROSS:
Made a little headway. I built a Ubuntu 14.04 flash drive and installed Gambas
3.8 and copied code that wouldn't build with the sign option ON and tried it on
the Flash drive install and it built OK. The Ubuntu Software Center still says
the package is of bad qu
101 - 200 of 3147 matches
Mail list logo