Re: [MSEide-MSEgui-talk] Make Options - Comment ?

2016-11-10 Thread Fred van Stappen

>> About Project-options form, what do you think about a "Info" tab (see> 
>> attachment)?

> I fear it does not conform to the MSEide guidelines to make it as slim as 
> possible.

;-)

OK, I keep it for ideU only then.

Thanks.

Fre;D
--
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] Make Options - Comment ?

2016-11-10 Thread Fred van Stappen
Hello Martin.


Tested you last commits => PERFECT.


And the new property "datalist.facultative = True" makes that I can add many 
columns without to loose compatibility with MSEide. => RE-PERFECT.


Many thanks.


Fre;D
--
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] Make Options - Comment ?

2016-11-10 Thread Martin Schreiber
On Thursday 10 November 2016 15:18:04 Fred van Stappen wrote:

>
> About Project-options form, what do you think about a "Info" tab (see
> attachment)?
>
I fear it does not conform to the MSEide guidelines to make it as slim as 
possible.

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] Make Options - Comment ?

2016-11-10 Thread Martin Schreiber
On Thursday 10 November 2016 16:05:55 Fred van Stappen wrote:
>
> > A single line of code to write:
>
> OK, (+ fcc4b9ee01b5e commits lines)  ;-)
>
No, this is the framework and does not belong to the MSEide project options 
column extension. I merely had to add a single line to tmakeoptions in MSEide 
code, press Shift+Ctrl+A and to place a tstringedit in the grid.

But you are right, in order to support the underlying framework functionality 
there is much code necessary and countless hours of development are needed.

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] Make Options - Comment ?

2016-11-10 Thread Fred van Stappen
> Hum, I must check this. (In my code, if you load the project with (old)

> but after this if you load with ideU the project saved with (old) MSEide,
> the compiler optons are loosed).

> The changes in MSEgui fcc4b9ee01b5e9f7e558a58dfdb886b3695551d4 are needed 
> (tdatalist.facultative property).

Ha, then ok.

> A single line of code to write:

OK, (+ fcc4b9ee01b5e commits lines)  ;-)

Well done Martin.

OK, all downloaded, I will try your commits tonight.

Fre;D
--
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] Make Options - Comment ?

2016-11-10 Thread Martin Schreiber
On Thursday 10 November 2016 15:06:22 Fred van Stappen wrote:
> > Done, git master 6a3d84748763607251373a1024d38f4dfbacf9a6.
>
> Yep, yep, yep, I will try it now many thanks.
>
> ,
>
> > A single line of code to write:
>
> Hum, I must check this. (In my code, if you load the project with (old)
> MSEide saved with ideU, all ok.
>
> But after this if you load with ideU the project saved with (old) MSEide,
> the compiler optons are loosed).
>
The changes in MSEgui fcc4b9ee01b5e9f7e558a58dfdb886b3695551d4 are needed 
(tdatalist.facultative property).

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] Make Options - Comment ?

2016-11-10 Thread Fred van Stappen
Re-hello Martin.


Ok, downloaded, I will test your commit home.


About Project-options form, what do you think about a "Info" tab (see 
attachment)?


Fre;D
--
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] Make Options - Comment ?

2016-11-10 Thread Fred van Stappen

> Done, git master 6a3d84748763607251373a1024d38f4dfbacf9a6.


Yep, yep, yep, I will try it now many thanks.

,

> A single line of code to write:


Hum, I must check this. (In my code, if you load the project with (old) MSEide 
saved with ideU, all ok.

But after this if you load with ideU the project saved with (old) MSEide, the 
compiler optons are loosed).


Write you later.

Fre;D
--
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] Make Options - Comment ?

2016-11-10 Thread Graeme Geldenhuys
On 2016-11-10 11:29, Martin Schreiber wrote:
> Take a look at the left border. ;-)

Oh [face plant] - I need another coffee. :)  I was looking at the right
edge like Fred's screenshot.  Thanks Martin.

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] Make Options - Comment ?

2016-11-10 Thread Martin Schreiber
On Thursday 10 November 2016 12:16:51 Graeme Geldenhuys wrote:
> On 2016-11-10 10:25, Martin Schreiber wrote:
> > Done, git master 6a3d84748763607251373a1024d38f4dfbacf9a6.
> >
> > A single line of code to write:
>
> Interestingly, I see the commit in my local repository, but after
> rebuilding the IDE, I don't see the column in Project Options. See
> attached screenshot.
>
Take a look at the left border. ;-)

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] Make Options - Comment ?

2016-11-10 Thread Graeme Geldenhuys
On 2016-11-10 11:16, Graeme Geldenhuys wrote:
>> > A single line of code to write:
> Interestingly, I see the commit in my local repository, but after
> rebuilding the IDE, I don't see the column in Project Options. See
> attached screenshot.

I thought maybe my custom mods screwed that up, so revert to that exact
commit in master (with non of my own custom mods). The same thing - no
extra "purpose" column.

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] Make Options - Comment ?

2016-11-10 Thread Graeme Geldenhuys
On 2016-11-10 10:25, Martin Schreiber wrote:
> Done, git master 6a3d84748763607251373a1024d38f4dfbacf9a6.
> 
> A single line of code to write:

Interestingly, I see the commit in my local repository, but after
rebuilding the IDE, I don't see the column in Project Options. See
attached screenshot.

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] Make Options - Comment ?

2016-11-10 Thread Graeme Geldenhuys
On 2016-11-10 10:25, Martin Schreiber wrote:
> That's RAD! ;-)


Awesome, I'm getting an update now.



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] Make Options - Comment ?

2016-11-10 Thread Martin Schreiber
On Wednesday 09 November 2016 18:43:56 Martin Schreiber wrote:
> On Wednesday 09 November 2016 15:58:57 Fred van Stappen wrote:
> > Hello Martin.
> >
> > What do you think to add a "Comment" row in "Make options" grid in MSEide
> > (see attachment) ?
>
> I'll take a look.
>
Done, git master 6a3d84748763607251373a1024d38f4dfbacf9a6.

A single line of code to write:
"
@@ -709,6 +710,8 @@ type
property reversepathorder: boolean read freversepathorder 
   write freversepathorder;
 
+   property makeoptpurpose: msestringarty read fmakeoptpurpose 
+write fmakeoptpurpose;
property befcommandon: integerarty read fbefcommandon write fbefcommandon;
"
That's RAD! ;-)

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] Make Options - Comment ?

2016-11-09 Thread Fred van Stappen

> What do you think to add a "Comment" row in "Make options" grid in MSEide ?

Ooops, please read " add a Comment column" (in place of row).

Fre;D
--
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] Make Options - Comment ?

2016-11-09 Thread Martin Schreiber
On Wednesday 09 November 2016 16:17:15 Graeme Geldenhuys wrote:
> On 2016-11-09 14:58, Fred van Stappen wrote:
> > What do you think to add a "Comment" row in "Make options" grid in MSEide
> > (see attachment) ?
>
> Ha, you read my mind. I've been wanting to ask for that for a long time
> now. FPC has so many compiler parameters it is hard to remember the
> meaning of all of them. Having a comment section will be very handy.
>
What if the comment is wrong? ;-)

> @Martin
> Looking at the *.prj file format - a derivative of INI. I think you have
> (or are) reaching the limit of what is capable (or intuitive) with INI.

I don't think so. I use the *.sta format in much more complicated cases than 
MSEide.

> Have you considered moving to JSON instead? I've recently been working a
> lot with JSON, and am pretty impressed with it, as well as the ability
> to have various data types, arrays etc. It should make complicated files
> like *.prj a bit more manageable.
>
Yes, JSON could be an alternative. MSEgui has a JSON parser. But *.sta 
supports all what JSON supports too and possibly is simpler to parse.

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] Make Options - Comment ?

2016-11-09 Thread Martin Schreiber
On Wednesday 09 November 2016 15:58:57 Fred van Stappen wrote:
> Hello Martin.
>
> What do you think to add a "Comment" row in "Make options" grid in MSEide
> (see attachment) ?
>
I'll take a look.

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] Make Options - Comment ?

2016-11-09 Thread Graeme Geldenhuys
On 2016-11-09 14:58, Fred van Stappen wrote:
> What do you think to add a "Comment" row in "Make options" grid in MSEide 
> (see attachment) ?

Ha, you read my mind. I've been wanting to ask for that for a long time
now. FPC has so many compiler parameters it is hard to remember the
meaning of all of them. Having a comment section will be very handy.

@Martin
Looking at the *.prj file format - a derivative of INI. I think you have
(or are) reaching the limit of what is capable (or intuitive) with INI.
Have you considered moving to JSON instead? I've recently been working a
lot with JSON, and am pretty impressed with it, as well as the ability
to have various data types, arrays etc. It should make complicated files
like *.prj a bit more manageable.

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