Re: [Gambas-user] IDE crash

2015-06-18 Thread adamn...@gmail.com
On Thu, 18 Jun 2015 20:27:37 +0200 Charlie Reinl wrote: > Am Donnerstag, den 18.06.2015, 17:10 +0200 schrieb Benoît Minisini: > > Le 18/06/2015 16:56, Charlie Reinl a écrit : > > > Salut Benoît, > > > > > > the IDE crash sometimes now > > > See attachment > > > > > > [System] > > > Gambas=3.7.90

Re: [Gambas-user] Feature request

2015-06-18 Thread Benoît Minisini
Le 19/06/2015 02:40, wi...@develop.earthshipeurope.org a écrit : >> This is a bug, as the Gambas executable are (or should be) >> architecture-independant. Can you provide me the i386 and the armhf >> packages? > > First, it will have to wait until monday because the code is at my > system at work.

Re: [Gambas-user] Feature request

2015-06-18 Thread willy
On 2015-06-19 02:40, wi...@develop.earthshipeurope.org wrote: > On 2015-06-19 02:12, Benoît Minisini wrote: >> Le 18/06/2015 23:05, wi...@develop.earthshipeurope.org a écrit : >>> Hi all, >>> >>> I have been looking at the Gambas IDE package code (in >>> app/.src/gambas3/.src/packager folder) >>>

Re: [Gambas-user] Feature request

2015-06-18 Thread willy
On 2015-06-19 02:12, Benoît Minisini wrote: > Le 18/06/2015 23:05, wi...@develop.earthshipeurope.org a écrit : >> Hi all, >> >> I have been looking at the Gambas IDE package code (in >> app/.src/gambas3/.src/packager folder) >> In the package module I see that packages for debain/ubuntu are made >

Re: [Gambas-user] Feature request

2015-06-18 Thread Benoît Minisini
Le 18/06/2015 23:05, wi...@develop.earthshipeurope.org a écrit : > Hi all, > > I have been looking at the Gambas IDE package code (in > app/.src/gambas3/.src/packager folder) > In the package module I see that packages for debain/ubuntu are made > with: > dpkg-buildpackage -d -rfakeroot > > Request

Re: [Gambas-user] Three problems in the IDE (two of them Editor)

2015-06-18 Thread Benoît Minisini
Le 18/06/2015 20:50, Tobias Boege a écrit : > Hi Benoit, > > two things about the editor: > > (1) If I write a semicolon into the first column of an otherwise empty line > and click behind the semicolon on the line, the cursor always goes > *before* the semicolon, never behind (where

Re: [Gambas-user] Clipper counter-intuitivities

2015-06-18 Thread Benoît Minisini
Le 18/06/2015 20:38, Tobias Boege a écrit : > Hi Benoit, > > the attached project shows two strange behaviours of Polygon from the > gb.clipper component. > > (1) Polygon._get() returns a new PointF object created on the fly from > internal data. However, people would think that > >

Re: [Gambas-user] IDE crash

2015-06-18 Thread Benoît Minisini
Le 18/06/2015 20:27, Charlie Reinl a écrit : > > Salut Benoît, > > here it is, one: > TextEditor.LinePos.1008: #21: Out of bounds > TextEditor.Clear.320 FOutput.Clear.45 Design.ClearOutput.1091 > Design.Start.774 Design.Run.653 Project.Run.2609 > FMain.Action_Activate.1360 >Action.Raise.204

[Gambas-user] Feature request

2015-06-18 Thread willy
Hi all, I have been looking at the Gambas IDE package code (in app/.src/gambas3/.src/packager folder) In the package module I see that packages for debain/ubuntu are made with: dpkg-buildpackage -d -rfakeroot Request 1: Could a simple -k option be added to 'dpkg-buildpackage -d -rfakeroot' for

[Gambas-user] Three problems in the IDE (two of them Editor)

2015-06-18 Thread Tobias Boege
Hi Benoit, two things about the editor: (1) If I write a semicolon into the first column of an otherwise empty line and click behind the semicolon on the line, the cursor always goes *before* the semicolon, never behind (where it should actually be). Rounding errors? (I use the de

[Gambas-user] Clipper counter-intuitivities

2015-06-18 Thread Tobias Boege
Hi Benoit, the attached project shows two strange behaviours of Polygon from the gb.clipper component. (1) Polygon._get() returns a new PointF object created on the fly from internal data. However, people would think that hPolygon[0].X = 20 should modify the zeroth point's x c

Re: [Gambas-user] IDE crash

2015-06-18 Thread Charlie Reinl
Am Donnerstag, den 18.06.2015, 17:10 +0200 schrieb Benoît Minisini: > Le 18/06/2015 16:56, Charlie Reinl a écrit : > > Salut Benoît, > > > > the IDE crash sometimes now > > See attachment > > > > [System] > > Gambas=3.7.90 rev.7139 > > OperatingSystem=Linux > > Kernel=3.2.0-86-generic

Re: [Gambas-user] IDE crash

2015-06-18 Thread Benoît Minisini
Le 18/06/2015 16:56, Charlie Reinl a écrit : > Salut Benoît, > > the IDE crash sometimes now > See attachment > > [System] > Gambas=3.7.90 rev.7139 > OperatingSystem=Linux > Kernel=3.2.0-86-generic > Architecture=x86 > Distribution=Ubuntu 12.04.5 LTS > Desktop=GNOME > Theme=Plastique > Lang

[Gambas-user] IDE crash

2015-06-18 Thread Charlie Reinl
Salut Benoît, the IDE crash sometimes now See attachment [System] Gambas=3.7.90 rev.7139 OperatingSystem=Linux Kernel=3.2.0-86-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=GNOME Theme=Plastique Language=de_DE.UTF-8 Memory=3025M [Libraries] Cairo=libcairo.so.2.11000.

Re: [Gambas-user] Wiki's @{syntax} command is wrong

2015-06-18 Thread Tobias Boege
On Thu, 18 Jun 2015, Beno?t Minisini wrote: > Le 16/06/2015 18:23, Tobias Boege a ?crit : > > Hi, > > > > the @{syntax} command gives wrong output for the Polygon._put() method > > in gb.clipper[0], as it reports the syntax to be > > > >hPolygon [ Point As PointF ] = hPointF > > > > but Polygon

Re: [Gambas-user] Wiki's @{syntax} command is wrong

2015-06-18 Thread Benoît Minisini
Le 16/06/2015 18:23, Tobias Boege a écrit : > Hi, > > the @{syntax} command gives wrong output for the Polygon._put() method > in gb.clipper[0], as it reports the syntax to be > >hPolygon [ Point As PointF ] = hPointF > > but Polygon is indexed with integers 0, ..., Polygon.Max. There seems > t

Re: [Gambas-user] IDE: signature doubled for Rect._new()

2015-06-18 Thread Benoît Minisini
Le 18/06/2015 08:29, Tobias Boege a écrit : > Hi Benoit, > > when I type "New Rect(", the IDE shows the signature of Rect's constructor > doubled (s. attached screenshot). I have gb.qt4 and gb.clipper enabled which > both have a Rect class. Does inheritance of the parent's constructor > arguments c