Re: [Gambas-user] New git support in the IDE

2017-10-11 Thread Christof Thalhofer
Am 12.10.2017 um 00:15 schrieb Benoît Minisini via Gambas-user: > Maybe should I be lazy, and tell the user to install 'meld', 'kdiff3' or > any similar tool, and configure the IDE so that it uses it to merge > conflicts... Yes I think you should. I think its hard work to write "just another di

Re: [Gambas-user] New git support in the IDE

2017-10-11 Thread PICCORO McKAY Lenz
git its based on the git library when compiled i donot see that in my requirements for git compilation?!! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-10-11 20:33 GMT-04:00 Benoît Minisini : > Le 12/10/2017 à 02:10, PICCORO McKAY Lenz a écrit : > >> like benoit i prefer mel

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1198: In Commit 962adee5, gambas IDE won't compile

2017-10-11 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1198: In Commit 962adee5, gambas IDE won't compile Date : Thu, 12 Oct 2017 01:26:14 GMT De : bugtrac...@gambaswiki.org Pour : tmore...@ajm-software.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1198&

[Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1198: In Commit 962adee5, gambas IDE won't compile

2017-10-11 Thread Benoît Minisini via Gambas-user
Message transféré Sujet : [Gambas Bug Tracker] Bug #1198: In Commit 962adee5, gambas IDE won't compile Date : Thu, 12 Oct 2017 00:59:05 GMT De : bugtrac...@gambaswiki.org Pour : tmore...@ajm-software.com, g4m...@gmail.com http://gambaswiki.org/bugtracker/edit?object=BUG.1198&

Re: [Gambas-user] New git support in the IDE

2017-10-11 Thread Benoît Minisini via Gambas-user
Le 12/10/2017 à 02:10, PICCORO McKAY Lenz a écrit : like benoit i prefer meld too also this git support are by commands or by using a library interface? (more dependences? no please)) Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com It is based on the git command-line. But it

Re: [Gambas-user] New git support in the IDE

2017-10-11 Thread PICCORO McKAY Lenz
like benoit i prefer meld too also this git support are by commands or by using a library interface? (more dependences? no please)) Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-10-11 18:16 GMT-04:00 Benoît Minisini via Gambas-user < gambas-user@lists.sourceforge.net>: > Le

Re: [Gambas-user] New git support in the IDE

2017-10-11 Thread PICCORO McKAY Lenz
like benoit said, i prefer meld too, and also this git support are using library dependency or only command line more dependences? no please! users already must have git command also a library? the hability to create repository can be complicate, a proyecto from remote are more viable Lenz McKAY

Re: [Gambas-user] New git support in the IDE

2017-10-11 Thread Benoît Minisini via Gambas-user
Le 11/10/2017 à 23:56, Benoît Minisini via Gambas-user a écrit : Hi, I have just committed git support in 'master'. The whole IDE version control management has been redesigned. Now version control is managed through a sub-menu in the 'Project' menu, or an equivalent menu button in the main t

Re: [Gambas-user] New git support in the IDE

2017-10-11 Thread Benoît Minisini via Gambas-user
Le 12/10/2017 à 00:09, Tobias Boege a écrit : On Wed, 11 Oct 2017, Benoît Minisini via Gambas-user wrote: Hi, I have just committed git support in 'master'. The whole IDE version control management has been redesigned. Now version control is managed through a sub-menu in the 'Project' menu, or

Re: [Gambas-user] New git support in the IDE

2017-10-11 Thread Tobias Boege
On Wed, 11 Oct 2017, Benoît Minisini via Gambas-user wrote: > Hi, > > I have just committed git support in 'master'. > > The whole IDE version control management has been redesigned. Now version > control is managed through a sub-menu in the 'Project' menu, or an > equivalent menu button in the m

[Gambas-user] New git support in the IDE

2017-10-11 Thread Benoît Minisini via Gambas-user
Hi, I have just committed git support in 'master'. The whole IDE version control management has been redesigned. Now version control is managed through a sub-menu in the 'Project' menu, or an equivalent menu button in the main toolbar. Everything is done except conflict management. I must un