Re: [MSEide-MSEgui-talk] shortcut to select a word?

2016-09-22 Thread Graeme Geldenhuys
On 2016-09-22 17:23, Martin Schreiber wrote: > Git master 23b9acad25e940859c3a7584063dbff2b1479de2 has 'Copy Word at > Cursor', > default shortcut is Ctrl+Shift+W. Awesome - thank you so much Martin! Regards, Graeme

[MSEide-MSEgui-talk] shortcut to select a word?

2016-09-22 Thread Graeme Geldenhuys
Hi Martin, Is there editor functionality and possible a keyboard shortcut to select the current word? I prefer not to use the Ctrl+Left, Shift+Ctrl+Right. That's just too many keys. Something like Ctrl+W would be ideal (yes I know that shortcuts is already assigned by default to Watches I

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-09-22 Thread Graeme Geldenhuys
On 2016-09-22 12:11, Julio Jiménez wrote: > BTW, there is no pascal_dark.sdef Oh, must be one of my local mods then. Thanks for pointing that out. > I found only: pascal_solarized_dark.sdef Yes, solarized_dark works here too. I compared solarized_dark to my pascal_dark, and they are very

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-09-22 Thread Graeme Geldenhuys
On 2016-09-22 11:52, Graeme Geldenhuys wrote: > I'll try and compare pascal.sdef and pascal_dark.sdef to see what is > different, though I'm not sure what I'm looking for. :) Copy copy of pascal_dark.sdef was missing the "pairwords" settings in the sdef file. Now it is working properly. Thanks

Re: [MSEide-MSEgui-talk] Pos Function

2016-09-22 Thread Martin Schreiber
On Thursday 22 September 2016 13:37:05 mohamed hamza wrote: > Hi Martin, > Sorry, I did not ask the good question . In fact, system unit is used but > the error remains? Best Regards. > Med "pos" is a property of TForm. If you want to call the pos() function from unit system you must write

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-09-22 Thread Fred van Stappen
> >. Be warned, it is a typical "not good enough" solution because no 100% > > parsing is done. > > Sorry but I do not agree with this. > I use it everyday and never find a bad couple. > >> What if there is a 'begin' or 'end' in a comment or a conditional compilation Ho, Martin, this never

Re: [MSEide-MSEgui-talk] Pos Function

2016-09-22 Thread mohamed hamza
Hi Martin, Sorry, I did not ask the good question . In fact, system unit is used but the error remains? Best Regards. Med De : Martin Schreiber [mse00...@gmail.com] Envoyé : jeudi 22 septembre 2016 10:47 À : mseide-msegui-talk@lists.sourceforge.net Objet

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-09-22 Thread Martin Schreiber
On Thursday 22 September 2016 12:52:35 Graeme Geldenhuys wrote: > On 2016-09-22 11:49, Graeme Geldenhuys wrote: > > I see the tooltip mentions that the value of "mark color" will be > > overridden by the syntax highlighter... Is that maybe what is happening > > here? I'm using the default

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-09-22 Thread Julio Jiménez
2016-09-22 12:52 GMT+02:00 Graeme Geldenhuys : > On 2016-09-22 11:49, Graeme Geldenhuys wrote: > > I see the tooltip mentions that the value of "mark color" will be > > overridden by the syntax highlighter... Is that maybe what is happening > > here? I'm using the

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-09-22 Thread Graeme Geldenhuys
On 2016-09-22 11:49, Graeme Geldenhuys wrote: > I see the tooltip mentions that the value of "mark color" will be > overridden by the syntax highlighter... Is that maybe what is happening > here? I'm using the default pascal_dark.sdef that comes with MSEide though. It seems that is the cause. If

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-09-22 Thread Graeme Geldenhuys
On 2016-09-22 11:43, Martin Schreiber wrote: > 'Project'-'Options'-'Editor'-'Mark color'. Be warned, it is a typical "not > good enough" solution because no 100% parsing is done. Thanks for the warning - noted. I set the "mark color" to magenta. It doesn't change anything in the editor. It does

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-09-22 Thread Martin Schreiber
On Thursday 22 September 2016 12:39:16 Fred van Stappen wrote: > > > >. Be warned, it is a typical "not good enough" solution because no 100% > > parsing is done. > > Sorry but I do not agree with this. > I use it everyday and never find a bad couple. > What if

Re: [MSEide-MSEgui-talk] Pos Function

2016-09-22 Thread Martin Schreiber
On Thursday 22 September 2016 12:35:52 mohamed hamza wrote: > Hi Martin > Which unit contains Pos function? > system.pos(). Martin -- ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-09-22 Thread Fred van Stappen
>. Be warned, it is a typical "not good enough" solution because no 100% >parsing is done. Sorry but I do not agree with this. I use it everyday and never find a bad couple. Fre;D --

Re: [MSEide-MSEgui-talk] Syntax highlighter for begin..end ?

2016-09-22 Thread Martin Schreiber
On Thursday 22 September 2016 11:28:58 Graeme Geldenhuys wrote: > On 2016-01-04 14:22, Fred van Stappen wrote: > > Hum, by the way, what do you think about this ? > > > > https://sites.google.com/site/fredvsbinaries/mse_begin_end.mp4 > > Coming back to an old thread. So what is required to get

[MSEide-MSEgui-talk] Pos Function

2016-09-22 Thread mohamed hamza
Hi Martin Which unit contains Pos function? I have this Error: Incompatible types: got "pointty" expected "LongInt" ? I did simply var n:integer,s1,s2:string; n:=pos (s1,s2); best regards; --