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

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.708=L21haW4- ADMINISTRATOR changed the state of the bug to: Fixed. -- ___ Gambas-user mailing list

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

2015-09-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.708=L21haW4- Benoît MINISINI changed the state of the bug to: Closed. -- ___ Gambas-user mailing list

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

2015-09-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.708=L21haW4- Comment #31 by Benoît MINISINI: Thanks. The bug should be fixed in revision #7297. -- ___ Gambas-user mailing

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

2015-09-09 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.708=L21haW4- Comment #30 by Jussi LAHTINEN: In fact, this bug applies to any character, not just '. As long as it's single character. -- Monitor Your Dynamic

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

2015-09-07 Thread bugtracker
Comment #28 by Moviga TECHNOLOGIES: No difference -- ___ 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-06 Thread bugtracker
Comment #27 by Benoît MINISINI: I have optimized the code formatting routine in revision #7281, but normally nothing changed relative to your bug. Can you confirm? -- ___

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

2015-09-06 Thread bugtracker
Comment #26 by Jussi LAHTINEN: I can reproduce it in few try outs. Meaning adding and removing the ' few times, and every time the * appears I save the file and continue trying. --

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

2015-09-06 Thread bugtracker
Comment #25 by Moviga TECHNOLOGIES: Did you try to restart Gambas? For me, the setting did not work right away. I had to make a change in the file that made the asterix appear, then save... and then the behaviour changed.

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

2015-09-06 Thread bugtracker
Comment #24 by Benoît MINISINI: I'm still unable to reproduce the bug, even with this option set... :-/ -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

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

2015-09-06 Thread bugtracker
Comment #23 by Moviga TECHNOLOGIES: That seems to be it! Good tracking :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[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

[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] [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

[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,

[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

[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 #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

[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
Benoît MINISINI changed the state of the bug to: Accepted. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[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

[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,

[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 #14 by Moviga TECHNOLOGIES: I made a video. Take a look! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[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-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

[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 #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 #4 by Benoît MINISINI: Oops... one 'a' too much. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[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

[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 #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
Moviga TECHNOLOGIES added an attachment: gambas3.conf -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[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
Comment #20 by Moviga TECHNOLOGIES: Hmm... that seems to work :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[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-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 some example line of code)? Is the commented code correctly highlighted as commented in the IDE? -- Monitor Your Dynamic Infrastructure at