Re: [MSEide-MSEgui-talk] Used symbols in commit messages

2016-04-04 Thread Martin Schreiber
On Tuesday 05 April 2016 00:14:32 Graeme Geldenhuys wrote: > Hi Martin, > > What are the meanings of the [prefixed] symbols in your commit messages? > > I'm assuming they denote Fixes, Bugs, Changes, Deleted etc? I found the > following symbols and guessing there meaning, but not 100% sure. Would

[MSEide-MSEgui-talk] Used symbols in commit messages

2016-04-04 Thread Graeme Geldenhuys
Hi Martin, What are the meanings of the [prefixed] symbols in your commit messages? I'm assuming they denote Fixes, Bugs, Changes, Deleted etc? I found the following symbols and guessing there meaning, but not 100% sure. Would you mind elaborating on this? * - bug fix? + - new feature ' - ??

Re: [MSEide-MSEgui-talk] IDE code editor - double click selection

2016-04-04 Thread Martin Schreiber
On Monday 04 April 2016 17:23:18 Fred van Stappen wrote: > > If yes, could you give me some light how to code it (for example 2x click = > select all the word) ? > The code is in "tsourcepage.editontextmouseevent()" of "apps/ide/sourcepage.pas". Martin

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-04 Thread Martin Schreiber
On Monday 04 April 2016 17:24:41 Fred van Stappen wrote: > I have some trouble with Tfilenameedit. > > If using: > > uos_LoadLib(Pchar('/home/fred/uos_mse/lib/Linux/64bit/LibPortaudio-64.so')) > -> it works. > > But when using: > Afilenameedit.value := >

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-04 Thread Fred van Stappen
> Maybe better to place the lower widgets in a container widget and to change > the visible property of the container widget. OK, it did the trick. Thanks. I have some trouble with Tfilenameedit. If using: uos_LoadLib(Pchar('/home/fred/uos_mse/lib/Linux/64bit/LibPortaudio-64.so')) -> it

Re: [MSEide-MSEgui-talk] IDE code editor - double click selection

2016-04-04 Thread Fred van Stappen
Hello. Hum, if I may... I agree with Krzysztof and Graeme. I really find annoying the behavior of click/-2x click on the code editor. I understand that you prefer your way but... Do you agree if I add a option in ideU that give choice to user for the behavior of click on code editor ? If yes,

Re: [MSEide-MSEgui-talk] IDE code editor - double click selection

2016-04-04 Thread Graeme Geldenhuys
On 2016-04-04 07:51, Martin Schreiber wrote: > In MSEide double click is consequently used for window navigation. Fair enough - still a non-standard behaviour. ;-) Feature Request: Could you implement an editor action "select word" which can select the current word the cursor is in. We can

Re: [MSEide-MSEgui-talk] IDE code editor - double click selection

2016-04-04 Thread Martin Schreiber
On Monday 04 April 2016 01:50:39 Graeme Geldenhuys wrote: > On 2016-04-03 22:41, Krzysztof wrote: > > In IDE code editor is missing double click selection. Often used for > > copy & paste. This is just my habit from Lazarus > > Not just a Lazarus habit... ALL editors support double-click to select

Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-04 Thread Martin Schreiber
On Sunday 03 April 2016 21:50:40 Fred van Stappen wrote: > > Now for MSE, to disable Tmainfo.frame.sbhorz and Tmainfo.frame.sbvert, I > set Tmainfo.frame.sbhorz.height := 0, Tmainfo.frame.sbvert.height := 0 -> > ok, no more sbhorz/sbvert. (is it the good way ?) > There is also