Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread Willy@develop
On wo, 2015-05-20 at 00:31 +0200, Benoît Minisini wrote: > Hi, > > Since revision #7089, the IDE uses the new TextEditor control that > replaced the Editor control. Will TextEditor and Editor be code compatible? I mean when changing from Editor to TextEditor would the same code for Editor still

Re: [Gambas-user] Question on preserving Windows EOL

2015-05-17 Thread Willy@develop
On zo, 2015-05-17 at 19:39 +0200, Benoît Minisini wrote: > >> > >> Any suggestions? > >> > >> > > > > Something quick and dirty like that? > > ' EolText = "\n" ' Unix > EolText = "\r\n" ' Windows > ' EolText = "\r" ' Mac > > Text = Replace(Text, "\r\n", "\n") > Text = Replace(Text, "\r", "\n") >

[Gambas-user] Question on preserving Windows EOL

2015-05-17 Thread Willy@develop
Hi All, I've been struggling with something I would like to implement. A user asked me if it would be possible to preserve Windows EOL (CRLF) for files originating from Windows, but opened and modified in gbEdit (Gambas written texteditor). What happens now is that, if I add a few new lines to a

Re: [Gambas-user] sdl2 component missing in gambas-team stable PPA!!

2015-05-17 Thread Willy@develop
On za, 2015-05-16 at 16:59 -0300, Sebastian Kulesz wrote: > So, yeah, you should update your system. SDL2 is not available in Ubuntu > Precise, so it is impossible to package gb.sdl2.* for that distribution. Bummer, I didn't know that sdl2 isn't available for Precise. Thanks for explaining. --

Re: [Gambas-user] Categories in Farm Server

2015-05-16 Thread Willy@develop
On za, 2015-05-16 at 16:50 +0200, Benoît Minisini wrote: > Le 16/05/2015 16:37, Willy@develop a écrit : > > Hi all, > > > > I feel there are categories missing in the Farm server. > > > > I have an text editor I would like to publish and I feel it fits in none &

[Gambas-user] Categories in Farm Server

2015-05-16 Thread Willy@develop
Hi all, I feel there are categories missing in the Farm server. I have an text editor I would like to publish and I feel it fits in none of the categories as it is not meant as a programming example. A category named 'Accessories' would fit my needs and that of many other applications. Also, sa

Re: [Gambas-user] InnovaDE Preview 0.1.2

2015-05-16 Thread Willy@develop
On vr, 2015-05-15 at 17:37 -0600, herberth guzman wrote: > Desktop Developed in Gambas3 (The Desktop of Gambas - InnovaDE) > > Some bugs fixed > > Version available for download InnovaDE Preview 0.1.2 > Available for now only Debia/Ubuntu systems > > - Innova Desktop Scheduled in Gambas 100% >

[Gambas-user] sdl2 component missing in gambas-team stable PPA!!

2015-05-16 Thread Willy@develop
Hi all, I just noticed when trying to install InnovaDesktop 0.1.2 for testing that it would not install because of missing dependency gambas3-gb-sdl2-audio. When trying to install it I noticed it was not available in the gambas-team stable PPA (Gambas 3.7.1). So I opened up a project in IDE and

Re: [Gambas-user] Bug in IDE packager for rpm packages

2015-05-06 Thread Willy@develop
On wo, 2015-05-06 at 08:26 +0200, Ron wrote: > Indeed hard to find official documentation about this subject. > > I have found this though: > > "Package names (both source and binary, see Package, Section 5.6.7) > must consist only of lower case letters (a-z), digits (0-9), plus (+) > and minus (

[Gambas-user] Bug in IDE packager for rpm packages

2015-05-05 Thread Willy@develop
Hi, A user on the Gambas forum reported having trouble making rpm packages using IDE. We had some discussion on the topic to check if all requirements where installed to build rpm packages on Ubuntu. They where but when making packages for one of the rpm distro's Gambas threw an error. I managed