[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #703: confused with others Benoît MINISINI

2015-08-27 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #703: confused with others Benoît MINISINI

2015-08-27 Thread bugtracker
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-

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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.

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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. ---

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #705: Random indentation on very long lines

2015-08-27 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #705: Random indentation on very long lines

2015-08-27 Thread bugtracker
Moviga TECHNOLOGIES added an attachment: random_indentation.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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? -- _

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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. :-) --

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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-

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
Comment #13 by Moviga TECHNOLOGIES: Thank you :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-08-27 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #697: Changing(Rename) the e-mail name requires a validation

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #697: Changing(Rename) the e-mail name requires a validation

2015-08-28 Thread bugtracker
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). ---

[Gambas-user] [Gambas Bug Tracker] Bug #702: Installation Package Building

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #705: Random indentation on very long lines

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #705: Random indentation on very long lines

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #705: Random indentation on very long lines

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-08-28 Thread bugtracker
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.

[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-08-28 Thread bugtracker
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".

[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-08-28 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #688: RegExp causes Memory segmentation error 11

2015-08-29 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #688: RegExp causes Memory segmentation error 11

2015-08-29 Thread bugtracker
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-

[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-08-29 Thread bugtracker
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-

[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-08-29 Thread bugtracker
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 "&". ---

[Gambas-user] [Gambas Bug Tracker] Bug #706: Drag&Drop in Project view

2015-08-30 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #706: Drag&Drop in Project view

2015-08-30 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #706: Drag&Drop in Project view

2015-08-31 Thread bugtracker
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.

[Gambas-user] [Gambas Bug Tracker] Bug #706: Drag&Drop in Project view

2015-08-31 Thread bugtracker
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... -- __

[Gambas-user] [Gambas Bug Tracker] Bug #706: Drag&Drop in Project view

2015-08-31 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-01 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-01 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-01 Thread bugtracker
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:

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-01 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-01 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-01 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-01 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-02 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-02 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-02 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-02 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-02 Thread bugtracker
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. -

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-02 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-02 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #709: Possible bug with the InStr

2015-09-04 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #709: Possible bug with the InStr

2015-09-04 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #709: Possible bug with the InStr

2015-09-04 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #709: Possible bug with the InStr

2015-09-04 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #709: Possible bug with the InStr

2015-09-04 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #702: Installation Package Building

2015-09-04 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #710: Pasting text with CTRL+V in textarea: gtk_text_buffer_emit_insert: assertion 'g_utf8_validate (text, len, NULL)' failed

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #710: Pasting text with CTRL+V in textarea: gtk_text_buffer_emit_insert: assertion 'g_utf8_validate (text, len, NULL)' failed

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #710: Pasting text with CTRL+V in textarea: gtk_text_buffer_emit_insert: assertion 'g_utf8_validate (text, len, NULL)' failed

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #711: Remember cursor position when double clicking a file in the project tree

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #710: Pasting text with CTRL+V in textarea: gtk_text_buffer_emit_insert: assertion 'g_utf8_validate (text, len, NULL)' failed

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #710: Pasting text with CTRL+V in textarea: gtk_text_buffer_emit_insert: assertion 'g_utf8_validate (text, len, NULL)' failed

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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/

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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-

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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.

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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. -- __

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
Moviga TECHNOLOGIES added an attachment: french.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #712: Indentation is not kept inside comments

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #712: Indentation is not kept inside comments

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #710: Pasting text with CTRL+V in textarea: gtk_text_buffer_emit_insert: assertion 'g_utf8_validate (text, len, NULL)' failed

2015-09-05 Thread bugtracker
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-

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #713: Dutch spelling mistakes in context menu of code editor

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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)

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
Moviga TECHNOLOGIES added an attachment: CommentIssue.tar.gz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gam

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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. -- __

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #712: Indentation is not kept inside comments

2015-09-05 Thread bugtracker
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-

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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... -- __

[Gambas-user] [Gambas Bug Tracker] Bug #713: Dutch spelling mistakes in context menu of code editor

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #713: Dutch spelling mistakes in context menu of code editor

2015-09-05 Thread bugtracker
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-

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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. ---

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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 -- _

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
Moviga TECHNOLOGIES added an attachment: gambas3.conf -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-use

[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-05 Thread bugtracker
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

[Gambas-user] [Gambas Bug Tracker] Bug #702: Installation Package Building

2015-09-05 Thread bugtracker
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

<    1   2   3   4   5   6   7   8   9   10   >