Re: [Gambas-user] IDE Hint color washed out

2014-06-30 Thread David Robertson
Also using Ubuntu 14.04 (Unity), and have the same issue. David Robertson On 30 Jun 2014 18:44, "Jim Provan" wrote: > I am on Ubuntu 14.04. The hint color is a beige or yellow with white > lettering. It isn't readable. Has anyone else experienced this and if so, >

Re: [Gambas-user] Paste bug in IDE

2014-06-01 Thread David Robertson
hen you recompile or run. As I say, this happens to me occasionally and is my own fault for being clumsy with the mouse. I've never experienced any other "random pastes" in the IDE and I've been using Gambas3 almost daily since Benoit released it. David Robertson -

Re: [Gambas-user] Paste bug in IDE

2014-05-31 Thread David Robertson
Ubuntu 14.04, but it happened on older versions of Ubuntu and other desktops. David Robertson On Thu, 2014-05-29 at 20:30 -0700, VonZorch wrote: > Sometimes when I paste a snippet of code it pastes to some random location as > well as where I want it. > I cannot cause this to happen deliberate

Re: [Gambas-user] LLVM for Gambas

2013-09-20 Thread David Robertson
What I previously did was: Download 3.1 from Sourceforge and unpack to wherever you want - I used david/llvm. Then create a "build" folder within "llvm". Then from this "build" folder: ../configure --prefix=/usr --enable-optimized --enable-jit --enable-shared make -j2 (for dual core, -j4 for

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-30 Thread David Robertson
On Tue, 2013-04-30 at 21:37 +0200, Tobias Boege wrote: > On Tue, 30 Apr 2013, Beno?t Minisini wrote: > > Bbe more concrete of what "levels" you want, and then we can use real > > names instead of numbers. > > > > I'd go with the majority's observation: two levels, namely Beginner and > Advanced.