Re: [MSEide-MSEgui-talk] Expandtoroot - weird behavior

2016-11-14 Thread Krzysztof
Fixed. Thanks!
--
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tstringgrid editor popup disable

2016-11-14 Thread Patrick Goupell

On 11/14/2016 10:47 AM, Martin Schreiber wrote:
>
> Please try again with git master ac9590541cfbcb1e8e7791340bf4f753a8b9868a.
> tcustomstringcol.optionsedit1 oe1_autopopupmenu was broken.
>

Fixed.  Thank you.

--
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Graeme Geldenhuys
On 2016-11-14 15:52, Martin Schreiber wrote:
> Can you check what happens?

I'll look into it, no problems.

Regards,
  Graeme


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 16:49:03 Martin Schreiber wrote:
> On Monday 14 November 2016 16:14:00 Graeme Geldenhuys wrote:
> > >> My (relevant) editor settings are:
> > >>   * Trim trailing spaces on
> > >
> > > I asked you to *not* set this option until we fixed the problem. ;-)
> >
> > Oops. Then I'll have to write a separate console utility to trim
> > trailing whitespace before I commit to Git. MSEide usages leaves a lot
> > of whitespace (often) at the end of lines.
>
> And this is a bug which needs to be fixed not hidden.
And because you are the one where the bug happens I hoped you could find a 
reproducible testcase or the reason of the misbehaviour. :-)

Martin



--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 16:14:00 Graeme Geldenhuys wrote:
> On 2016-11-14 15:12, Martin Schreiber wrote:
> >> It is happening with every copy and paste action now, no matter the
> >> source code unit.
> >
> > Good, if it happens on every copy paste please provide steps how to
> > reproduce.
>
> There is nothing special to do. Simply highlight 3 or more lines of
> source code (with the mouse or keyboard), and then copy and paste via
> keyboard shortcuts.
>
Works for me, no problems. Can you check what happens?

Martin

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 16:14:00 Graeme Geldenhuys wrote:
>
> >> My (relevant) editor settings are:
> >>   * Trim trailing spaces on
> >
> > I asked you to *not* set this option until we fixed the problem. ;-)
>
> Oops. Then I'll have to write a separate console utility to trim
> trailing whitespace before I commit to Git. MSEide usages leaves a lot
> of whitespace (often) at the end of lines.
>
And this is a bug which needs to be fixed not hidden.

Martin

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tstringgrid editor popup disable

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 15:18:28 Patrick Goupell wrote:
> Hello,
>
> I set an onpopup event for a tstringgrid.
>
> The handler workks and I get my popup but after I exit my onpopup code
> the stringgrid default editor popup menus shows.
>
> How can I disable the default stringgrid editor popup for a specific
> stringgrid component?  I tried the *_autopopupmenu option set to false
> but still get the unwanted popup.

Please try again with git master ac9590541cfbcb1e8e7791340bf4f753a8b9868a. 
tcustomstringcol.optionsedit1 oe1_autopopupmenu was broken.

Martin

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Graeme Geldenhuys
On 2016-11-14 15:12, Martin Schreiber wrote:
>> It is happening with every copy and paste action now, no matter the
>> source code unit.
> 
> Good, if it happens on every copy paste please provide steps how to reproduce.

There is nothing special to do. Simply highlight 3 or more lines of
source code (with the mouse or keyboard), and then copy and paste via
keyboard shortcuts.

The first two lines are always concatenated, but the rest of the lines
don't seem to be affected.


>> My (relevant) editor settings are:
>>   * Trim trailing spaces on
> 
> I asked you to *not* set this option until we fixed the problem. ;-)

Oops. Then I'll have to write a separate console utility to trim
trailing whitespace before I commit to Git. MSEide usages leaves a lot
of whitespace (often) at the end of lines.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tstringgrid editor popup disable

2016-11-14 Thread Patrick Goupell
I guess I did not figure it outm so I need some help with this.


Patrick

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] tstringgrid editor popup disable

2016-11-14 Thread Patrick Goupell
Ignore, I figured it out.


On 11/14/2016 09:18 AM, Patrick Goupell wrote:
> Hello,
>
> I set an onpopup event for a tstringgrid.
>
> The handler workks and I get my popup but after I exit my onpopup code
> the stringgrid default editor popup menus shows.
>
> How can I disable the default stringgrid editor popup for a specific
> stringgrid component?  I tried the *_autopopupmenu option set to false
> but still get the unwanted popup.
>

-- 
Patrick Goupell

Are you free?  Find out at http://www.sedm.org/
Income taxes?  Find out at http://www.whatistaxed.com


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 14:08:57 Graeme Geldenhuys wrote:
>
> It is happening with every copy and paste action now, no matter the
> source code unit.

Good, if it happens on every copy paste please provide steps how to reproduce.

> I have to force eol_unix for it to work correctly. 
>
That is strange because lineending setting is used for writing source files 
only.

> My (relevant) editor settings are:
>   * Trim trailing spaces on

I asked you to *not* set this option until we fixed the problem. ;-)

Martin

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 12:27:52 Graeme Geldenhuys wrote:

> ps:
>   When does changing the EOL Style (combobox) take effect in the source
> editor? Immediately, or do I need to reopen the project after a change?
>
It is in effect in next source file writing.

Martin

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] tstringgrid editor popup disable

2016-11-14 Thread Patrick Goupell
Hello,

I set an onpopup event for a tstringgrid.

The handler workks and I get my popup but after I exit my onpopup code 
the stringgrid default editor popup menus shows.

How can I disable the default stringgrid editor popup for a specific 
stringgrid component?  I tried the *_autopopupmenu option set to false 
but still get the unwanted popup.

-- 
Patrick Goupell

Are you free?  Find out at http://www.sedm.org/
Income taxes?  Find out at http://www.whatistaxed.com


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Graeme Geldenhuys
On 2016-11-14 12:52, Martin Schreiber wrote:
> That is strange because copy always uses system lineending independent 
> of 'Eolstyle' setting.
> 
>> > I would have expected eol_system to automatically detect which OS I'm
>> > using, and thus what EOL style to use - but then I do I experience to
>> > Copy & Paste issues?
>> >
> Maybe still this problem
> https://www.mail-archive.com/mseide-msegui-talk%40lists.sourceforge.net/msg08918.html


Yup, it is that same issue popping up again. I have been experiencing
this issue a lot in the last week or two, as I've been using MSEide a
lot in that time period. Before that, I haven't used MSEide under Linux
and FreeBSD for some time, so the issue could have been there for much
longer.

It is happening with every copy and paste action now, no matter the
source code unit. I have to force eol_unix for it to work correctly.

My (relevant) editor settings are:
  * Trim trailing spaces on
  * indentation doesn't use tabs, but rather two spaces
  * file encoding is set to UTF-8
  * EOL style (now forced to eol_unix, but was eol_system).


The issue appears under Linux and FreeBSD.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Martin Schreiber
On Monday 14 November 2016 12:19:32 Graeme Geldenhuys wrote:
> Hi Martin,
>
> In "Project Options > Editor > Source" there is a EOL Style combobox
> with four options
>
>   eol_default
>   eol_system
>   eol_unix
>   eol_windows
>
> What is the difference between the first two?
>
eol_default = written file has the same lineending than the read file.

> In my projects I normally have it set to eol_system, but I've experience
> some Copy & Paste issues in the source editor, where multiple lines get
> concatenated into fewer lines. Forcing that setting to eol_unix resolved
> the issue, but it's not idea, because sometimes I work on the same
> project from Windows too, and I don't want to keep having to remember to
> toggle that option.
>
That is strange because copy always uses system lineending independent 
of 'Eolstyle' setting.

> I would have expected eol_system to automatically detect which OS I'm
> using, and thus what EOL style to use - but then I do I experience to
> Copy & Paste issues?
>
Maybe still this problem
https://www.mail-archive.com/mseide-msegui-talk%40lists.sourceforge.net/msg08918.html

Martin

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] EOL style in IDE's editor

2016-11-14 Thread Graeme Geldenhuys
Hi Martin,

In "Project Options > Editor > Source" there is a EOL Style combobox
with four options

  eol_default
  eol_system
  eol_unix
  eol_windows

What is the difference between the first two?

In my projects I normally have it set to eol_system, but I've experience
some Copy & Paste issues in the source editor, where multiple lines get
concatenated into fewer lines. Forcing that setting to eol_unix resolved
the issue, but it's not idea, because sometimes I work on the same
project from Windows too, and I don't want to keep having to remember to
toggle that option.

I would have expected eol_system to automatically detect which OS I'm
using, and thus what EOL style to use - but then I do I experience to
Copy & Paste issues?

That got me thinking... if eol_system doesn't work as expected, then
what is the meaning of eol_default?

Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk