Re: [Gambas-user] Bug in Highlight in Gambas 3.7.1

2015-06-11 Thread willy
On 2015-06-11 23:19, Benoît Minisini wrote: >> >> Hi, >> >> Gambas 3.7.1 IDE highlights just fine. >> >> I have done some investigation and this is what I discovered. >> >> 1. When application installed on a system with Gambas 3.7.1 IDE >> installed all highlighting works. >> 2. When applicatio

Re: [Gambas-user] Bug in Highlight in Gambas 3.7.1

2015-06-11 Thread Benoît Minisini
> > Hi, > > Gambas 3.7.1 IDE highlights just fine. > > I have done some investigation and this is what I discovered. > > 1. When application installed on a system with Gambas 3.7.1 IDE > installed all highlighting works. > 2. When application installed on a virgin system (so no Gambas installed > o

Re: [Gambas-user] Bug in Highlight in Gambas 3.7.1

2015-06-11 Thread willy
On 2015-06-11 03:19, Benoît Minisini wrote: > Le 11/06/2015 02:40, wi...@develop.earthshipeurope.org a écrit : >> Hi All, >> >> I recently discovered that highlight fdoesn't on Gambas 3.7.1 as it >> did >> in previous versions. >> I have a textEditor application (gbEdit) that uses a Editor (from

Re: [Gambas-user] Bug in Highlight in Gambas 3.7.1

2015-06-10 Thread Benoît Minisini
Le 11/06/2015 02:40, wi...@develop.earthshipeurope.org a écrit : > Hi All, > > I recently discovered that highlight fdoesn't on Gambas 3.7.1 as it did > in previous versions. > I have a textEditor application (gbEdit) that uses a Editor (from > qt4.ext) and heavily relies on highlight for highlight

[Gambas-user] Bug in Highlight in Gambas 3.7.1

2015-06-10 Thread willy
Hi All, I recently discovered that highlight fdoesn't on Gambas 3.7.1 as it did in previous versions. I have a textEditor application (gbEdit) that uses a Editor (from qt4.ext) and heavily relies on highlight for highlighting Gambas code, difference files, html files, gambas webpages and so on