Re: [Gambas-user] New Editor Side Bar

2016-12-12 Thread Jussi Lahtinen
I found a bug. The side bar causes crash when you try to open text file from the data folder. Jussi On Mon, Dec 12, 2016 at 4:00 PM, Fabien Bodard wrote: > I added a new property to the Gambas code editor. I hope that I have > sufficiently debugged it to avoid any

[Gambas-user] [Gambas Bug Tracker] Bug #1054: Form_Hide() event not raise when form/window doing minimize/hide

2016-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1054=L21haW4- Zainudin AHMAD added an attachment: Bug-EventFormHide-0.0.1.tar.gz -- Check out the vibrant tech community on one of the world's most engaging tech

[Gambas-user] [Gambas Bug Tracker] Bug #1054: Form_Hide() event not raise when form/window doing minimize/hide

2016-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1054=L21haW4- Zainudin AHMAD reported a new bug. Summary --- Form_Hide() event not raise when form/window doing minimize/hide Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : GTK+3

[Gambas-user] [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog)

2016-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1053=L21haW4- Zainudin AHMAD added an attachment: pic-2.png -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org!

[Gambas-user] [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog)

2016-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1053=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org!

[Gambas-user] [Gambas Bug Tracker] Bug #1053: IDE Crash when click close button in recent projects list (in Welcome Dialog)

2016-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1053=L21haW4- Zainudin AHMAD reported a new bug. Summary --- IDE Crash when click close button in recent projects list (in Welcome Dialog) Type : Bug Priority : Low Gambas version : 3.9.90 (TRUNK) Product :

[Gambas-user] [Gambas Bug Tracker] Bug #1052: IDE Crash when click "Open Terminal" Menu

2016-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1052=L21haW4- Zainudin AHMAD added an attachment: pic-1.jpg -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org!

[Gambas-user] [Gambas Bug Tracker] Bug #1052: IDE Crash when click "Open Terminal" Menu

2016-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1052=L21haW4- Zainudin AHMAD reported a new bug. Summary --- IDE Crash when click "Open Terminal" Menu Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : Development Environment

[Gambas-user] [Gambas Bug Tracker] Bug #1052: IDE Crash when click "Open Terminal" Menu

2016-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1052=L21haW4- Zainudin AHMAD added an attachment: pic-2.png -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org!

Re: [Gambas-user] New Editor Side Bar

2016-12-12 Thread Jussi Lahtinen
Looks good! Thanks! Jussi On Mon, Dec 12, 2016 at 4:23 PM, Fabien Bodard wrote: > And this is a screenshot > > 2016-12-12 15:00 GMT+01:00 Fabien Bodard : > > I added a new property to the Gambas code editor. I hope that I have > > sufficiently

[Gambas-user] New Editor Side Bar

2016-12-12 Thread Fabien Bodard
I added a new property to the Gambas code editor. I hope that I have sufficiently debugged it to avoid any inconvenience. This bar is drawn from the vertical kate scroll bar. It displays a preview of the entire code of the file. Of course as I coded in Gambas it is not really a preview but rather

[Gambas-user] [Gambas Bug Tracker] Bug #1050: Doing : Me.Show() on Static Public Sub _init(), I get Interpreter crash

2016-12-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1050=L21haW4- Comment #1 by Fabien BODARD: In fact it seem logical as _init is called even if nothing is initialised. Fabien BODARD changed the state of the bug to: Accepted.